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

/bionic/libm/src/
H A De_j0.c203 * where R = pR0 + pR1*s^2 + pR2*s^4 + ... + pR5*s^10
256 static const double pR2[6] = {/* for x in [2.8570,2]=1/[0.3499,0.5] */ variable
282 else if(ix>=0x40000000){p = pR2; q= pS2;}
H A De_j0f.c161 * where R = pR0 + pR1*s^2 + pR2*s^4 + ... + pR5*s^10
213 static const float pR2[6] = {/* for x in [2.8570,2]=1/[0.3499,0.5] */ variable
239 else if(ix>=0x40000000){p = pR2; q= pS2;}

Completed in 128 milliseconds