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

/bionic/libm/src/
H A Dk_sin.c36 * |----- - (1+S1*x +S2*x +S3*x +S4*x +S5*x +S6*x )| <= 2
43 * r = x *(S2+x *(S3+x *(S4+x *(S5+x *S6))))
57 S5 = -2.50507602534068634195e-08, /* 0xBE5AE5E6, 0x8A2B9CEB */ variable
67 r = S2+z*(S3+z*(S4+z*(S5+z*S6)));
/bionic/libc/arch-mips/include/machine/
H A Dregnum.h57 #define S5 21 macro

Completed in 188 milliseconds