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

/haiku/src/system/libroot/posix/musl/math/
H A Dj0.c194 * where R = pR0 + pR1*s^2 + pR2*s^4 + ... + pR5*s^10
247 static const double pR2[6] = {/* for x in [2.8570,2]=1/[0.3499,0.5] */ variable
274 else /*ix >= 0x40000000*/ {p = pR2; q = pS2;}
H A Dj0f.c134 * where R = pR0 + pR1*s^2 + pR2*s^4 + ... + pR5*s^10
186 static const float pR2[6] = {/* for x in [2.8570,2]=1/[0.3499,0.5] */ variable
213 else /*ix >= 0x40000000*/ {p = pR2; q = pS2;}

Completed in 44 milliseconds