Searched defs:S2 (Results 1 - 5 of 5) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
H A Dk_sinf.c28 S2 = 0x111110896efbb2.0p-59, /* 0.0083333293858894631756 */ variable
45 return (x + s*(S1+z*S2)) + s*w*r;
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))))
53 S2 = 8.33333333332248946124e-03, /* 0x3F811111, 0x1110F8A6 */ variable
66 r = S2+z*(S3+z*S4) + z*w*(S5+z*S6);
/bionic/libm/upstream-freebsd/lib/msun/ld128/
H A Dk_sinl.c34 S2 = 0.0083333333333333333333333333333331135404851288270047L, variable
55 r = S2+z*(S3+z*(S4+z*(S5+z*(S6+z*(S7+z*(S8+
/bionic/libc/arch-mips/include/machine/
H A Dregnum.h54 #define S2 18 macro
/bionic/libc/arch-mips64/include/machine/
H A Dregnum.h54 #define S2 18 macro

Completed in 213 milliseconds