Home
last modified time | relevance | path

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

/sysdeps/ieee754/flt-32/
A De_acosf.c30 qS1 = -2.4033949375e+00, /* 0xc019d139 */ variable
52 q = one+z*(qS1+z*(qS2+z*(qS3+z*qS4))); in __ieee754_acosf()
58 q = one+z*(qS1+z*(qS2+z*(qS3+z*qS4))); in __ieee754_acosf()
72 q = one+z*(qS1+z*(qS2+z*(qS3+z*qS4))); in __ieee754_acosf()
/sysdeps/ieee754/ldbl-96/
A De_asinl.c90 qS1 = 1.671229145571899593737596543114258558503E2L, variable
127 q = qS0 + t * (qS1 + t * (qS2 + t * (qS3 + t * (qS4 + t)))); in __ieee754_asinl()
136 q = qS0 + t * (qS1 + t * (qS2 + t * (qS3 + t * (qS4 + t)))); in __ieee754_asinl()
/sysdeps/ieee754/ldbl-128ibm/
A De_acosl.c142 qS1 = 2.430653047950480068881028451580393430537E4L, variable
197 + qS1) * z in __ieee754_acosl()
306 + qS1) * z in __ieee754_acosl()
A De_asinl.c93 qS1 = 2.430653047950480068881028451580393430537E4L, variable
222 + qS1) * t in __ieee754_asinl()
/sysdeps/ieee754/ldbl-128/
A De_acosl.c142 qS1 = L(2.430653047950480068881028451580393430537E4), variable
201 + qS1) * z in __ieee754_acosl()
309 + qS1) * z in __ieee754_acosl()
A De_asinl.c93 qS1 = L(2.430653047950480068881028451580393430537E4), variable
228 + qS1) * t in __ieee754_asinl()

Completed in 10 milliseconds