Searched refs:qS2 (Results 1 – 6 of 6) sorted by relevance
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | e_acos.c | 60 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()
|
D | e_asin.c | 66 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()
|
D | e_j0f.c | 313 static const float qS2[6] = { variable 332 else if(ix>=0x40000000){p = qR2; q= qS2;} in qzerof()
|
D | e_j0.c | 357 static const double qS2[6] = { variable 376 else if(ix>=0x40000000){p = qR2; q= qS2;} in qzero()
|
/bionic/libm/upstream-freebsd/lib/msun/ld128/ |
D | invtrig.h | 57 #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()
|
D | invtrig.c | 47 qS2 = 9.96619113536172610135016921140206980e+00L, variable
|