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

/illumos-gate/usr/src/lib/libm/common/C/
H A Dexp.c273 #define ln2_32hi C[2] macro
345 z = (x - k * ln2_32hi) - k * ln2_32lo;
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dexpl.c83 ln2_32hi = 2.166084939249829091928849858592451515688e-2L, variable
120 x = (x - t * ln2_32hi) - t * ln2_32lo;
H A Dexpm1l.c111 ln2_32hi = +2.166084939249829091928849858592451515688e-2L, variable
178 x = (x - t * ln2_32hi) - t * ln2_32lo;
H A Dpowl.c129 ln2_32hi = 2.166084939249829091928849858592451515688e-2L, variable
299 w1 = (y2 - (t * ln2_32hi - y1)) - t * ln2_32lo;
/illumos-gate/usr/src/lib/libm/common/complex/
H A Dk_cexpl.c79 ln2_32hi = 2.166084939249657281834515742957592010498046875e-2L, variable
152 ln2_32hi = 2.166084939249829091928849858592451515688e-2L, variable
270 x = (x - t * ln2_32hi) - t * ln2_32lo;
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dtgamma.c781 +2.16608493865351192653e-02, /* ln2_32hi */
809 #define ln2_32hi c[18] macro
1298 t1 = w_h - t3 * ln2_32hi;
H A Dtgammal.c263 2.16608493865351192653179168701171875e-02L, /* ln2_32hi */
281 #define ln2_32hi c[8] macro
713 t1 = w_h - t3 * ln2_32hi;

Completed in 54 milliseconds