Searched refs:exp2_32_hi (Results 1 – 1 of 1) sorted by relevance
81 static const long double exp2_32_hi[] = { /* exp2_32[j] = 2^(j/32) */ variable154 static const long double exp2_32_hi[] = { /* exp2_32[j] = 2^(j/32) */ variable273 x = exp2_32_hi[j] - ((exp2_32_hi[j] * (x + x)) / r - exp2_32_lo[j]); in __k_cexpl()