Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
De_acos.c61 qS3 = -6.88283971605453293030e-01, /* 0xBFE6066C, 0x1B8D0159 */ 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.c67 qS3 = -6.88283971605453293030e-01, /* 0xBFE6066C, 0x1B8D0159 */ 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()
De_j0f.c296 static const float qS3[6] = { variable
331 else if(ix>=0x4036db68){p = qR3; q= qS3;} in qzerof()
De_j0.c340 static const double qS3[6] = { variable
375 else if(ix>=0x4006DB6D){p = qR3; q= qS3;} in qzero()
/bionic/libm/upstream-freebsd/lib/msun/ld128/
Dinvtrig.h58 #define qS3 _ItL_qS3 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.c48 qS3 = -1.13177895428973036660836798461641458e+01L, variable