Searched defs:twom124 (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libc/sparc/fp/
H A D_Q_div.c78 #define twom124 C[21] macro
415 zz[2] -= twom124;
417 zz[2] += twom124;
H A D_Q_mul.c63 #define twom124 C[14] macro
337 zz[2] += twom124;
H A D_Q_sqrt.c71 #define twom124 C[18] macro
277 zz[2] -= twom124;
279 zz[2] += twom124;
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dsqrtl.c121 twom124 = 4.70197740328915003187e-38; variable
368 t[2] -= twom124;
370 t[2] += twom124;
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dfmal.c67 #define twom124 C[7].d macro
373 c = (dxy[7] + twom124) - twom124;

Completed in 49 milliseconds