Searched defs:ahx (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/C/
H A Dpow.c165 int hx, hy, ahx, ahy; local
173 ahx = hx & ~0x80000000;
176 if ((ahx | lx) == 0)
178 else if ((ahx | (((lx | -lx) >> 31) & 1)) > 0x7ff00000)
186 else if (ahx > 0x7ff00000 || (ahx == 0x7ff00000 && lx != 0) ||
220 if (((ahx - 0x3ff00000) | lx) == 0) {
227 } else if (ahx >= 0x3ff00000)
237 else if (ahx < 0x40000 || ((ahx
[all...]
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dpowl.c138 int hx, lx, hy, ly, ahx, ahy; local
147 ahx = hx & ~0x80000000;
155 else if (ahx > 0x7fff0000 || (ahx == 0x7fff0000 && lx != 0) ||
197 if (((ahx - 0x3fff0000) | lx) == 0) {
204 } else if (ahx >= 0x3fff0000)
217 if (!((ahx | lx) == 0 || ((ahx - 0x7fff0000) | lx) ==
225 if (ahx == 0x7fff0000 || ahx
[all...]

Completed in 67 milliseconds