Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_exp2f.c45 P4 = 0x1.3b2c9cp-7f; variable
135 tv = tv + u * (P1 + z * P2) + u * (z * z) * (P3 + z * P4); in exp2f()
Ds_exp2.c45 P4 = 0x1.3b2ab88f70400p-7, variable
385 r = t + t * z * (P1 + z * (P2 + z * (P3 + z * (P4 + z * P5)))); in exp2()
Ds_cbrt.c35 P4 = 0.145996192886612446982; /* 0x3fc2b000, 0xd4e4edd7 */ variable
90 t=t*((P0+r*(P1+r*P2))+((r*r)*r)*(P3+r*P4)); in cbrt()
De_exp.c97 P4 = -1.65339022054652515390e-06, /* 0xBEBBBD41, 0xC5D26BF1 */ variable
151 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5)))); in __ieee754_exp()
De_powf.c45 P4 = -1.6533901999e-06, /* 0xb5ddea0e */ variable
244 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5)))); in __ieee754_powf()
De_pow.c87 P4 = -1.65339022054652515390e-06, /* 0xBEBBBD41, 0xC5D26BF1 */ 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.c52 P4 = 0x1.3b2ab6fba4e7729ccbbe0b4f3fc2p-7L, variable
418 r = t + t * z * (P1 + z * (P2 + z * (P3 + z * (P4 + z * (P5 + z * (P6 in exp2l()
Ds_logl.c102 P4 = -2.49999999999999999999999999941139296e-1L, /* -0x1ffffffffffffffffffffffdab14e.0p-115L */ variable
553 d * (P4 + d * (P5 + d * (P6 + d * (P7 + d * (P8 + in k_logl()
662 d * (P4 + d * (P5 + d * (P6 + d * (P7 + d * (P8 + in log1pl()
/bionic/libm/upstream-freebsd/lib/msun/bsdsrc/
Db_tgamma.c172 P4 = 2.4065995003271137e-3, variable
191 p = P0 + z * (P1 + z * (P2 + z * (P3 + z * P4))); in ratfun_gam()