Searched defs:S5 (Results 1 - 3 of 3) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
H A Dk_sin.c35 * |----- - (1+S1*x +S2*x +S3*x +S4*x +S5*x +S6*x )| <= 2
42 * r = x *(S2+x *(S3+x *(S4+x *(S5+x *S6))))
56 S5 = -2.50507602534068634195e-08, /* 0xBE5AE5E6, 0x8A2B9CEB */ variable
66 r = S2+z*(S3+z*S4) + z*w*(S5+z*S6);
H A De_sinhl.c50 S5 = 8.3333333333333332e-3, /* 0x11111111111111.0p-59 */ variable
64 S5 = 8.33333333333333333333333333337643193e-3L, /* 0x111111111111111111111111180f5.0p-119L */ variable
111 ((S9*x2 + S7)*x2 + S5)*(x2*x*x2) + S3*(x2*x) + x);
117 S5)* (x2*x*x2) +
/bionic/libm/upstream-freebsd/lib/msun/ld128/
H A Dk_sinl.c37 S5 = -0.25052108385441718775048214826384312253862930064745e-7L, variable
55 r = S2+z*(S3+z*(S4+z*(S5+z*(S6+z*(S7+z*(S8+

Completed in 39 milliseconds