Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
De_acos.c60 qS2 = 2.02094576023350569471e+00, /* 0x40002AE5, 0x9C598AC8 */ 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.c66 qS2 = 2.02094576023350569471e+00, /* 0x40002AE5, 0x9C598AC8 */ 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.c313 static const float qS2[6] = { variable
332 else if(ix>=0x40000000){p = qR2; q= qS2;} in qzerof()
De_j0.c357 static const double qS2[6] = { variable
376 else if(ix>=0x40000000){p = qR2; q= qS2;} in qzero()
/bionic/libm/upstream-freebsd/lib/msun/ld128/
Dinvtrig.h57 #define qS2 _ItL_qS2 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.c47 qS2 = 9.96619113536172610135016921140206980e+00L, variable