Searched refs:P5 (Results 1 - 6 of 6) sorted by path

/bionic/libm/upstream-freebsd/lib/msun/ld128/
H A Ds_exp2l.c51 P5 = 0x1.5d87fe78a67311071dee13fd11d9p-10L, variable
416 r = t + t * z * (P1 + z * (P2 + z * (P3 + z * (P4 + z * (P5 + z * (P6
H A Ds_logl.c101 P5 = 2.00000000000000000000000085468039943e-1L, /* 0x19999999999999999999a6d3567f4.0p-115L */ variable
550 d * (P4 + d * (P5 + d * (P6 + d * (P7 + d * (P8 +
659 d * (P4 + d * (P5 + d * (P6 + d * (P7 + d * (P8 +
/bionic/libm/upstream-freebsd/lib/msun/src/
H A De_exp.c37 * R(z) ~ 2.0 + P1*z + P2*z**2 + P3*z**3 + P4*z**4 + P5*z**5
38 * (where z=r*r, and the values of P1 to P5 are listed below)
41 * | 2.0+P1*z+...+P5*z - R(z) | <= 2
52 * R1(r) = r - (P1*r + P2*r + ... + P5*r ).
98 P5 = 4.13813679705723846039e-08; /* 0x3E663769, 0x72BEA4D0 */ variable
151 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
H A De_pow.c84 P5 = 4.13813679705723846039e-08, /* 0x3E663769, 0x72BEA4D0 */ variable
298 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
H A De_powf.c43 P5 = 4.1381369442e-08, /* 0x3331bb4c */ variable
241 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
H A Ds_exp2.c44 P5 = 0x1.5d88003875c74p-10; variable
383 r = t + t * z * (P1 + z * (P2 + z * (P3 + z * (P4 + z * P5))));

Completed in 54 milliseconds