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

/bionic/libm/upstream-freebsd/lib/msun/src/
H A Ds_cbrt.c32 P2 = 1.621429720105354466140, /* 0x3ff9f160, 0x4a49d6c2 */ variable
89 t=t*((P0+r*(P1+r*P2))+((r*r)*r)*(P3+r*P4));
H A De_exp.c37 * R(z) ~ 2.0 + P1*z + P2*z**2 + P3*z**3 + P4*z**4 + P5*z**5
52 * R1(r) = r - (P1*r + P2*r + ... + P5*r ).
95 P2 = -2.77777777770155933842e-03, /* 0xBF66C16C, 0x16BEBD93 */ variable
151 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
H A De_expf.c39 P2 = -2.7667332906e-3; /* -0xb55215.0p-32 */ variable
89 c = x - t*(P1+t*P2);
H A Ds_exp2f.c41 P2 = 0x1.ebfbe0p-3f, variable
133 tv = tv + u * (P1 + z * P2) + u * (z * z) * (P3 + z * P4);
H A De_pow.c81 P2 = -2.77777777770155933842e-03, /* 0xBF66C16C, 0x16BEBD93 */ variable
298 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
H A De_powf.c40 P2 = -2.7777778450e-03, /* 0xbb360b61 */ variable
241 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
H A Ds_exp2.c41 P2 = 0x1.ebfbdff82c575p-3, variable
383 r = t + t * z * (P1 + z * (P2 + z * (P3 + z * (P4 + z * P5))));
/bionic/libm/upstream-freebsd/lib/msun/bsdsrc/
H A Db_tgamma.c99 #define P2 5.53859446429917461063308081748e-03 macro
255 p = P0 + z*(P1 + z*(P2 + z*(P3 + z*P4)));
/bionic/libm/upstream-freebsd/lib/msun/ld128/
H A Ds_exp2l.c48 P2 = 0x1.ebfbdff82c58ea86f16b06ec9736p-3L, variable
416 r = t + t * z * (P1 + z * (P2 + z * (P3 + z * (P4 + z * (P5 + z * (P6
H A Ds_logl.c98 P2 = -0.5L, variable
544 * we evaluate d * d * P2 separately to take advantage of
545 * by P2 being exact, and this gives a good place to sum the 'lo'
552 dd * P14))))))))))) + (F_lo(i) + dk * ln2_lo) + d * d * P2;
661 dd * P14))))))))))) + (F_lo(i) + dk * ln2_lo + d_lo) + d * d * P2;

Completed in 88 milliseconds