Searched refs:P1 (Results 1 – 7 of 7) sorted by relevance
40 P1 = 0x1.62e430p-1f, variable127 r = tv + tv * (z * (P1 + z * (P2 + z * (P3 + z * P4)))); in exp2f()
40 P1 = 0x1.62e42fefa39efp-1, variable375 r = t + t * z * (P1 + z * (P2 + z * (P3 + z * (P4 + z * P5)))); in exp2()
35 P1 = 1.6666667163e-01, /* 0x3e2aaaab */ variable81 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5)))); in __ieee754_expf()
95 P1 = 1.66666666666666019037e-01, /* 0x3FC55555, 0x5555553E */ variable145 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5)))); in __ieee754_exp()
40 P1 = 1.6666667163e-01, /* 0x3e2aaaab */ variable239 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5)))); in __ieee754_powf()
81 P1 = 1.66666666666666019037e-01, /* 0x3FC55555, 0x5555553E */ variable296 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5)))); in __ieee754_pow()
98 #define P1 2.65757198651533466104979197553e-01 macro256 p = P0 + z*(P1 + z*(P2 + z*(P3 + z*P4)));