Searched defs:exp2_32_hi (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]
45 * exp2_32_hi[j] = 2^(j/32) rounded
46 * exp2_32_lo[j] = 2^(j/32) - exp2_32_hi[j].
81 static const long double exp2_32_hi[] = { /* exp2_32[j] = 2^(j/32) */ variable
154 static const long double exp2_32_hi[] = { /* exp2_32[j] = 2^(j/32) */ variable
273 x = exp2_32_hi[j] - ((exp2_32_hi[j] * (x + x)) / r - exp2_32_lo[j]);

Completed in 51 milliseconds