Home
last modified time | relevance | path

Searched refs:P2 (Results 1 – 10 of 10) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_exp2f.c41 P2 = 0x1.ebfbe0p-3f, variable
133 tv = tv + u * (P1 + z * P2) + u * (z * z) * (P3 + z * P4); in exp2f()
Ds_exp2.c41 P2 = 0x1.ebfbdff82c575p-3, variable
383 r = t + t * z * (P1 + z * (P2 + z * (P3 + z * (P4 + z * P5)))); in exp2()
Ds_cbrt.c32 P2 = 1.621429720105354466140, /* 0x3ff9f160, 0x4a49d6c2 */ variable
89 t=t*((P0+r*(P1+r*P2))+((r*r)*r)*(P3+r*P4)); in cbrt()
De_expf.c39 P2 = -2.7667332906e-3; /* -0xb55215.0p-32 */ variable
89 c = x - t*(P1+t*P2); in __ieee754_expf()
De_exp.c95 P2 = -2.77777777770155933842e-03, /* 0xBF66C16C, 0x16BEBD93 */ variable
151 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5)))); in __ieee754_exp()
De_powf.c40 P2 = -2.7777778450e-03, /* 0xbb360b61 */ variable
241 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5)))); in __ieee754_powf()
De_pow.c81 P2 = -2.77777777770155933842e-03, /* 0xBF66C16C, 0x16BEBD93 */ variable
298 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5)))); in __ieee754_pow()
/bionic/libm/upstream-freebsd/lib/msun/ld128/
Ds_exp2l.c48 P2 = 0x1.ebfbdff82c58ea86f16b06ec9736p-3L, variable
416 r = t + t * z * (P1 + z * (P2 + z * (P3 + z * (P4 + z * (P5 + z * (P6 in exp2l()
Ds_logl.c98 P2 = -0.5L, variable
552 dd * P14))))))))))) + (F_lo(i) + dk * ln2_lo) + d * d * P2; in k_logl()
661 dd * P14))))))))))) + (F_lo(i) + dk * ln2_lo + d_lo) + d * d * P2; in log1pl()
/bionic/libm/upstream-freebsd/lib/msun/bsdsrc/
Db_tgamma.c99 #define P2 5.53859446429917461063308081748e-03 macro
255 p = P0 + z*(P1 + z*(P2 + z*(P3 + z*P4)));