Home
last modified time | relevance | path

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

/sysdeps/ieee754/flt-32/
A De_acosf.c33 qS4 = 7.7038154006e-02; /* 0x3d9dc62e */ 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.c93 qS4 = -1.568433562487314651121702982333303458814E1L; 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.c145 qS4 = -3.881523118339661268482937768522572588022E4L, variable
194 + qS4) * z in __ieee754_acosl()
303 + qS4) * z in __ieee754_acosl()
A De_asinl.c96 qS4 = -3.881523118339661268482937768522572588022E4L, variable
219 + qS4) * t in __ieee754_asinl()
/sysdeps/ieee754/ldbl-128/
A De_acosl.c145 qS4 = L(-3.881523118339661268482937768522572588022E4), variable
198 + qS4) * z in __ieee754_acosl()
306 + qS4) * z in __ieee754_acosl()
A De_asinl.c96 qS4 = L(-3.881523118339661268482937768522572588022E4), variable
225 + qS4) * t in __ieee754_asinl()

Completed in 7 milliseconds