Searched refs:Einv (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/complex/
H A Dcatanl.c118 Einv = 3.435973836800000000000000000000000000000e+10L; /* 2**+35 */ variable
121 Einv = 1.152921504606846976000000000000000000000e18L; /* 2**+60 */
225 } else if (ay > Einv * (one + ax)) {
229 * |y| > Einv*(1+|x|), where Einv~2**(prec/2+3),
261 } else if (ax > Einv * Einv) {

Completed in 75 milliseconds