Home
last modified time | relevance | path

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

/bionic/libm/src/
Ds_exp2f.c40 P1 = 0x1.62e430p-1f, variable
127 r = tv + tv * (z * (P1 + z * (P2 + z * (P3 + z * P4)))); in exp2f()
Ds_exp2.c40 P1 = 0x1.62e42fefa39efp-1, variable
375 r = t + t * z * (P1 + z * (P2 + z * (P3 + z * (P4 + z * P5)))); in exp2()
De_expf.c35 P1 = 1.6666667163e-01, /* 0x3e2aaaab */ variable
81 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5)))); in __ieee754_expf()
De_exp.c95 P1 = 1.66666666666666019037e-01, /* 0x3FC55555, 0x5555553E */ variable
145 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5)))); in __ieee754_exp()
De_powf.c40 P1 = 1.6666667163e-01, /* 0x3e2aaaab */ variable
239 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5)))); in __ieee754_powf()
De_pow.c81 P1 = 1.66666666666666019037e-01, /* 0x3FC55555, 0x5555553E */ variable
296 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5)))); in __ieee754_pow()
/bionic/libm/bsdsrc/
Db_tgamma.c98 #define P1 2.65757198651533466104979197553e-01 macro
256 p = P0 + z*(P1 + z*(P2 + z*(P3 + z*P4)));