Home
last modified time | relevance | path

Searched refs:qS1 (Results 1 – 6 of 6) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
De_acosf.c32 qS1 = -7.0662963390e-01; variable
52 q = one+z*qS1; in __ieee754_acosf()
58 q = one+z*qS1; in __ieee754_acosf()
72 q = one+z*qS1; in __ieee754_acosf()
De_asinf.c29 qS1 = -7.0662963390e-01; variable
52 q = one+t*qS1; in __ieee754_asinf()
60 q = one+t*qS1; in __ieee754_asinf()
De_acos.c59 qS1 = -2.40339491173441421878e+00, /* 0xC0033A27, 0x1C8A2D4B */ variable
84 q = one+z*(qS1+z*(qS2+z*(qS3+z*qS4))); in __ieee754_acos()
90 q = one+z*(qS1+z*(qS2+z*(qS3+z*qS4))); in __ieee754_acos()
102 q = one+z*(qS1+z*(qS2+z*(qS3+z*qS4))); in __ieee754_acos()
De_asin.c65 qS1 = -2.40339491173441421878e+00, /* 0xC0033A27, 0x1C8A2D4B */ variable
90 q = one+t*(qS1+t*(qS2+t*(qS3+t*qS4))); in __ieee754_asin()
98 q = one+t*(qS1+t*(qS2+t*(qS3+t*qS4))); in __ieee754_asin()
/bionic/libm/upstream-freebsd/lib/msun/ld128/
Dinvtrig.h56 #define qS1 _ItL_qS1 macro
76 extern const long double qS1, qS2, qS3, qS4, qS5, qS6, qS7, qS8, qS9;
93 return (1.0 + x * (qS1 + x * (qS2 + x * (qS3 + x * (qS4 + x * \ in Q()
Dinvtrig.c46 qS1 = -4.84690167848739751544716485245697428e+00L, variable