Searched refs:P4 (Results 1 – 7 of 7) sorted by relevance
43 P4 = 0x1.3b2c9cp-7f; variable127 r = tv + tv * (z * (P1 + z * (P2 + z * (P3 + z * P4)))); in exp2f()
43 P4 = 0x1.3b2ab88f70400p-7, variable375 r = t + t * z * (P1 + z * (P2 + z * (P3 + z * (P4 + z * P5)))); in exp2()
38 P4 = -1.6533901999e-06, /* 0xb5ddea0e */ variable81 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5)))); in __ieee754_expf()
98 P4 = -1.65339022054652515390e-06, /* 0xBEBBBD41, 0xC5D26BF1 */ variable145 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5)))); in __ieee754_exp()
43 P4 = -1.6533901999e-06, /* 0xb5ddea0e */ variable239 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5)))); in __ieee754_powf()
84 P4 = -1.65339022054652515390e-06, /* 0xBEBBBD41, 0xC5D26BF1 */ variable296 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5)))); in __ieee754_pow()
101 #define P4 2.40659950032711365819348969808e-03 macro256 p = P0 + z*(P1 + z*(P2 + z*(P3 + z*P4)));