Home
last modified time | relevance | path

Searched refs:exp2_32_hi (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/complex/
H A Dk_cexpl.c81 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]); in __k_cexpl()