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

/illumos-gate/usr/src/lib/libm/common/complex/
H A Dk_cexpl.c43 * exp2_32_hi[j]+exp2_32_lo[j]
46 * exp2_32_lo[j] = 2^(j/32) - exp2_32_hi[j].
115 static const long double exp2_32_lo[] = { variable
189 static const long double exp2_32_lo[] = { variable
273 x = exp2_32_hi[j] - ((exp2_32_hi[j] * (x + x)) / r - exp2_32_lo[j]);

Completed in 44 milliseconds