Home
last modified time | relevance | path

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

/titanic_41/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)) { in catanl()
261 } else if (ax > Einv * Einv) { in catanl()