HomeSort by: relevance | last modified time | path
    Searched defs:qR2 (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libm/src/
e_j0.c 297 * where R = qR0 + qR1*s^2 + qR2*s^4 + ... + qR5*s^10
353 static const double qR2[6] = {/* for x in [2.8570,2]=1/[0.3499,0.5] */
382 else /*if(ix>=0x40000000)*/{p = qR2; q= qS2;}
e_j0f.c 260 * where R = qR0 + qR1*s^2 + qR2*s^4 + ... + qR5*s^10
316 static const float qR2[6] = {/* for x in [2.8570,2]=1/[0.3499,0.5] */
345 else /*if(ix>=0x40000000)*/{p = qR2; q= qS2;}
e_j0.c 297 * where R = qR0 + qR1*s^2 + qR2*s^4 + ... + qR5*s^10
353 static const double qR2[6] = {/* for x in [2.8570,2]=1/[0.3499,0.5] */
382 else /*if(ix>=0x40000000)*/{p = qR2; q= qS2;}
e_j0f.c 260 * where R = qR0 + qR1*s^2 + qR2*s^4 + ... + qR5*s^10
316 static const float qR2[6] = {/* for x in [2.8570,2]=1/[0.3499,0.5] */
345 else /*if(ix>=0x40000000)*/{p = qR2; q= qS2;}

Completed in 27 milliseconds