Searched refs:pR5 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/lib/msun/src/
H A De_j0.c210 * where R = pR0 + pR1*s^2 + pR2*s^4 + ... + pR5*s^10
231 static const double pR5[6] = { /* for x in [8,4.5454]=1/[0.125,0.22001] */ variable
288 else if(ix>=0x40122E8B){p = pR5; q= pS5;}
H A De_j0f.c164 * where R = pR0 + pR1*s^2 + pR2*s^4 + ... + pR5*s^10
184 static const float pR5[6] = { /* for x in [8,4.5454]=1/[0.125,0.22001] */ variable
241 else if(ix>=0x409173eb){p = pR5; q= pS5;}

Completed in 58 milliseconds