Home
last modified time | relevance | path

Searched refs:qS2 (Results 1 – 9 of 9) sorted by relevance

/glibc-2.36/sysdeps/ieee754/flt-32/
De_acosf.c31 qS2 = 2.0209457874e+00, /* 0x4001572d */ 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()
De_j0f.c762 static const float qS2[6] = { variable
783 else {p = qR2; q= qS2;} in qzerof()
/glibc-2.36/sysdeps/ieee754/ldbl-96/
De_asinl.c91 qS2 = -1.707840117062586426144397688315411324388E2L, 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()
De_j0l.c478 static const long double qS2[7] = { variable
521 q = qS2; in qzero()
/glibc-2.36/sysdeps/ieee754/ldbl-128ibm/
De_acosl.c143 qS2 = -4.997904737193653607449250593976069726962E4L, variable
196 + qS2) * z in __ieee754_acosl()
305 + qS2) * z in __ieee754_acosl()
De_asinl.c94 qS2 = -4.997904737193653607449250593976069726962E4L, variable
221 + qS2) * t in __ieee754_asinl()
/glibc-2.36/sysdeps/ieee754/ldbl-128/
De_acosl.c143 qS2 = L(-4.997904737193653607449250593976069726962E4), variable
200 + qS2) * z in __ieee754_acosl()
308 + qS2) * z in __ieee754_acosl()
De_asinl.c94 qS2 = L(-4.997904737193653607449250593976069726962E4), variable
227 + qS2) * t in __ieee754_asinl()
/glibc-2.36/sysdeps/ieee754/dbl-64/
De_j0.c412 static const double qS2[6] = { variable
448 p = qR2; q = qS2; in qzero()