Home
last modified time | relevance | path

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

/sysdeps/ieee754/flt-32/
A De_acosf.c32 qS3 = -6.8828397989e-01, /* 0xbf303361 */ 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()
A De_j0f.c745 static const float qS3[6] = { variable
782 else if(ix>=0x4036db68){p = qR3; q= qS3;} in qzerof()
/sysdeps/ieee754/ldbl-96/
A De_asinl.c92 qS3 = 7.870295154902110425886636075950077640623E1L, 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()
A De_j0l.c456 static const long double qS3[7] = { variable
516 q = qS3; in qzero()
/sysdeps/ieee754/ldbl-128ibm/
A De_acosl.c144 qS3 = 5.675712336110456923807959930107347511086E4L, variable
195 + qS3) * z in __ieee754_acosl()
304 + qS3) * z in __ieee754_acosl()
A De_asinl.c95 qS3 = 5.675712336110456923807959930107347511086E4L, variable
220 + qS3) * t in __ieee754_asinl()
/sysdeps/ieee754/ldbl-128/
A De_acosl.c144 qS3 = L(5.675712336110456923807959930107347511086E4), variable
199 + qS3) * z in __ieee754_acosl()
307 + qS3) * z in __ieee754_acosl()
A De_asinl.c95 qS3 = L(5.675712336110456923807959930107347511086E4), variable
226 + qS3) * t in __ieee754_asinl()
/sysdeps/ieee754/dbl-64/
A De_j0.c395 static const double qS3[6] = { variable
444 p = qR3; q = qS3; in qzero()

Completed in 12 milliseconds