Searched refs:azexp (Results 1 – 1 of 1) sorted by relevance
1453 int32_t azexp, axexp; in helper_fpatan() local1647 azexp = 0; in helper_fpatan()1685 azexp = aexp + zexp - 0x3ffe; in helper_fpatan()1693 axexp = azexp; in helper_fpatan()1714 if (azexp >= axexp) { in helper_fpatan()1715 shift128RightJamming(axsig0, axsig1, azexp - axexp + 1, in helper_fpatan()1717 axexp = azexp + 1; in helper_fpatan()1723 shift128RightJamming(azsig0, azsig1, axexp - azexp + 1, in helper_fpatan()