Searched refs:qS1 (Results 1 – 6 of 6) sorted by relevance
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | e_acosf.c | 32 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()
|
D | e_asinf.c | 29 qS1 = -7.0662963390e-01; variable 52 q = one+t*qS1; in __ieee754_asinf() 60 q = one+t*qS1; in __ieee754_asinf()
|
D | e_acos.c | 59 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()
|
D | e_asin.c | 65 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/ |
D | invtrig.h | 56 #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()
|
D | invtrig.c | 46 qS1 = -4.84690167848739751544716485245697428e+00L, variable
|