Searched refs:qS3 (Results 1 – 6 of 6) sorted by relevance
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | e_acos.c | 61 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()
|
D | e_asin.c | 67 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()
|
D | e_j0f.c | 296 static const float qS3[6] = { variable 331 else if(ix>=0x4036db68){p = qR3; q= qS3;} in qzerof()
|
D | e_j0.c | 340 static const double qS3[6] = { variable 375 else if(ix>=0x4006DB6D){p = qR3; q= qS3;} in qzero()
|
/bionic/libm/upstream-freebsd/lib/msun/ld128/ |
D | invtrig.h | 58 #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()
|
D | invtrig.c | 48 qS3 = -1.13177895428973036660836798461641458e+01L, variable
|