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

/bionic/libm/upstream-freebsd/lib/msun/src/
H A Dk_sinf.c29 S3 = -0x1a00f9e2cae774.0p-65, /* -0.000198393348360966317347 */ variable
43 r = S3+z*S4;
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))))
54 S3 = -1.98412698298579493134e-04, /* 0xBF2A01A0, 0x19C161D5 */ variable
66 r = S2+z*(S3+z*S4) + z*w*(S5+z*S6);
/bionic/libm/upstream-freebsd/lib/msun/ld128/
H A Dk_sinl.c35 S3 = -0.00019841269841269841269841269839935785325638310428717L, 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.h55 #define S3 19 macro
/bionic/libc/arch-mips64/include/machine/
H A Dregnum.h55 #define S3 19 macro

Completed in 111 milliseconds