Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_exp2f.c42 P1 = 0x1.62e430p-1f, variable
135 tv = tv + u * (P1 + z * P2) + u * (z * z) * (P3 + z * P4); in exp2f()
Ds_cbrt.c32 P1 = -1.88497979543377169875, /* 0xbffe28e0, 0x92f02420 */ variable
90 t=t*((P0+r*(P1+r*P2))+((r*r)*r)*(P3+r*P4)); in cbrt()
Ds_exp2.c42 P1 = 0x1.62e42fefa39efp-1, variable
385 r = t + t * z * (P1 + z * (P2 + z * (P3 + z * (P4 + z * P5)))); in exp2()
De_expf.c38 P1 = 1.6666625440e-1, /* 0xaaaa8f.0p-26 */ variable
89 c = x - t*(P1+t*P2); in __ieee754_expf()
De_exp.c94 P1 = 1.66666666666666019037e-01, /* 0x3FC55555, 0x5555553E */ variable
151 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5)))); in __ieee754_exp()
De_powf.c42 P1 = 1.6666667163e-01, /* 0x3e2aaaab */ variable
244 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5)))); in __ieee754_powf()
De_pow.c84 P1 = 1.66666666666666019037e-01, /* 0x3FC55555, 0x5555553E */ variable
302 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5)))); in __ieee754_pow()
/bionic/libm/upstream-freebsd/lib/msun/ld128/
Ds_exp2l.c49 P1 = 0x1.62e42fefa39ef35793c7673007e6p-1L, variable
418 r = t + t * z * (P1 + z * (P2 + z * (P3 + z * (P4 + z * (P5 + z * (P6 in exp2l()
/bionic/libm/upstream-freebsd/lib/msun/bsdsrc/
Db_tgamma.c96 #define P1 2.65757198651533466104979197553e-01 macro
253 p = P0 + z*(P1 + z*(P2 + z*(P3 + z*P4)));