Home
last modified time | relevance | path

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

/external/fdlibm/
De_acos.c56 qS2 = 2.02094576023350569471e+00, /* 0x40002AE5, 0x9C598AC8 */ variable
82 q = one+z*(qS1+z*(qS2+z*(qS3+z*qS4)));
88 q = one+z*(qS1+z*(qS2+z*(qS3+z*qS4)));
100 q = one+z*(qS1+z*(qS2+z*(qS3+z*qS4)));
De_asin.c65 qS2 = 2.02094576023350569471e+00, /* 0x40002AE5, 0x9C598AC8 */ variable
91 q = one+t*(qS1+t*(qS2+t*(qS3+t*qS4)));
99 q = one+t*(qS1+t*(qS2+t*(qS3+t*qS4)));
De_j0.c443 static const double qS2[6] = { variable
445 static double qS2[6] = {
473 else if(ix>=0x40000000){p = qR2; q= qS2;}