Searched refs:qS3 (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/lib/libm/ld80/
H A Dinvtrig.h57 #define qS3 _ItL_qS3 macro
79 extern const LONGDOUBLE qS1, qS2, qS3, qS4, qS5;
97 return (1.0 + x * (qS1 + x * (qS2 + x * (qS3 + x * (qS4 + x * qS5)))));
H A Dinvtrig.c45 qS3 = -1.68285799854822427013e+00L, variable
/netbsd-current/lib/libm/src/
H A De_acos.c58 qS3 = -6.88283971605453293030e-01, /* 0xBFE6066C, 0x1B8D0159 */ variable
81 q = one+z*(qS1+z*(qS2+z*(qS3+z*qS4)));
87 q = one+z*(qS1+z*(qS2+z*(qS3+z*qS4)));
99 q = one+z*(qS1+z*(qS2+z*(qS3+z*qS4)));
H A De_acosf.c37 qS3 = -6.8828397989e-01, /* 0xbf303361 */ variable
57 q = one+z*(qS1+z*(qS2+z*(qS3+z*qS4)));
63 q = one+z*(qS1+z*(qS2+z*(qS3+z*qS4)));
77 q = one+z*(qS1+z*(qS2+z*(qS3+z*qS4)));
H A De_asin.c67 qS3 = -6.88283971605453293030e-01, /* 0xBFE6066C, 0x1B8D0159 */ variable
92 q = one+t*(qS1+t*(qS2+t*(qS3+t*qS4)));
101 q = one+t*(qS1+t*(qS2+t*(qS3+t*qS4)));
H A De_asinf.c39 qS3 = -6.8828397989e-01, /* 0xbf303361 */ variable
62 q = one+t*(qS1+t*(qS2+t*(qS3+t*qS4)));
71 q = one+t*(qS1+t*(qS2+t*(qS3+t*qS4)));
H A De_j0.c344 static const double qS3[6] = { variable
381 else if(ix>=0x4006DB6D) {p = qR3; q= qS3;}
H A De_j0f.c307 static const float qS3[6] = { variable
344 else if(ix>=0x4036db68) {p = qR3; q= qS3;}
/netbsd-current/lib/libm/ld128/
H A Dinvtrig.h57 #define qS3 _ItL_qS3 macro
75 extern const long double qS1, qS2, qS3, qS4, qS5, qS6, qS7, qS8, qS9;
92 return (1.0 + x * (qS1 + x * (qS2 + x * (qS3 + x * (qS4 + x * \
H A Dinvtrig.c48 qS3 = -1.13177895428973036660836798461641458e+01L, variable
/netbsd-current/external/gpl3/gcc/dist/libquadmath/math/
H A Dacosq.c142 qS3 = 5.675712336110456923807959930107347511086E4Q, variable
197 + qS3) * z
305 + qS3) * z
H A Dasinq.c89 qS3 = 5.675712336110456923807959930107347511086E4Q, variable
220 + qS3) * t
/netbsd-current/external/gpl3/gcc.old/dist/libquadmath/math/
H A Dacosq.c142 qS3 = 5.675712336110456923807959930107347511086E4Q, variable
197 + qS3) * z
305 + qS3) * z
H A Dasinq.c89 qS3 = 5.675712336110456923807959930107347511086E4Q, variable
220 + qS3) * t

Completed in 114 milliseconds