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

/freebsd-12-stable/lib/msun/src/
H A De_j0.c207 * where R = pR0 + pR1*s^2 + pR2*s^4 + ... + pR5*s^10
228 static const double pR5[6] = { /* for x in [8,4.5454]=1/[0.125,0.22001] */ variable
285 else if(ix>=0x40122E8B){p = pR5; q= pS5;}
H A De_j0f.c162 * where R = pR0 + pR1*s^2 + pR2*s^4 + ... + pR5*s^10
182 static const float pR5[6] = { /* for x in [8,4.5454]=1/[0.125,0.22001] */ variable
239 else if(ix>=0x409173eb){p = pR5; q= pS5;}

Completed in 56 milliseconds