Searched defs:S5 (Results 1 - 4 of 4) 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);
/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+
/bionic/libc/arch-mips/include/machine/
H A Dregnum.h57 #define S5 21 macro
/bionic/libc/arch-mips64/include/machine/
H A Dregnum.h57 #define S5 21 macro

Completed in 175 milliseconds