Searched refs:qS3 (Results 1 - 3 of 3) sorted by relevance

/external/fdlibm/
H A De_acos.c57 qS3 = -6.88283971605453293030e-01, /* 0xBFE6066C, 0x1B8D0159 */ 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)));
H A De_asin.c66 qS3 = -6.88283971605453293030e-01, /* 0xBFE6066C, 0x1B8D0159 */ variable
91 q = one+t*(qS1+t*(qS2+t*(qS3+t*qS4)));
99 q = one+t*(qS1+t*(qS2+t*(qS3+t*qS4)));
H A De_j0.c418 static const double qS3[6] = { variable
420 static double qS3[6] = {
472 else if(ix>=0x4006DB6D){p = qR3; q= qS3;}

Completed in 352 milliseconds