Searched defs:ln2_32lo (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/C/
H A Dexp.c274 #define ln2_32lo C[3] macro
345 z = (x - k * ln2_32hi) - k * ln2_32lo;
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dexpl.c84 ln2_32lo = 5.209643502595475652782654157501186731779e-27L; variable
120 x = (x - t * ln2_32hi) - t * ln2_32lo;
H A Dexpm1l.c112 ln2_32lo = +5.209643502595475652782654157501186731779e-27L, variable
178 x = (x - t * ln2_32hi) - t * ln2_32lo;
H A Dpowl.c130 ln2_32lo = 5.209643502595475652782654157501186731779e-27L, variable
299 w1 = (y2 - (t * ln2_32hi - y1)) - t * ln2_32lo;
/illumos-gate/usr/src/lib/libm/common/complex/
H A Dk_cexpl.c80 ln2_32lo = 1.7181009433463659920976473789104487579766912713e-15L; variable
153 ln2_32lo = 5.209643502595475652782654157501186731779e-27L; variable
270 x = (x - t * ln2_32hi) - t * ln2_32lo;
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dtgamma.c782 +5.96317165397058656257e-12, /* ln2_32lo */
810 #define ln2_32lo c[19] macro
1299 t2 = t3 * ln2_32lo;
H A Dtgammal.c264 5.96317165397058692545083025235937919875797669127130e-12L, /* ln2_32lo */
282 #define ln2_32lo c[9] macro
714 t2 = t3 * ln2_32lo;

Completed in 112 milliseconds