HomeSort by: relevance | last modified time | path
    Searched refs:qR5 (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libm/src/
e_j0.c 297 * where R = qR0 + qR1*s^2 + qR2*s^4 + ... + qR5*s^10
319 static const double qR5[6] = { /* for x in [8,4.5454]=1/[0.125,0.22001] */
380 else if(ix>=0x40122E8B) {p = qR5; q= qS5;}
e_j0f.c 260 * where R = qR0 + qR1*s^2 + qR2*s^4 + ... + qR5*s^10
282 static const float qR5[6] = { /* for x in [8,4.5454]=1/[0.125,0.22001] */
343 else if(ix>=0x40f71c58) {p = qR5; q= qS5;}

Completed in 36 milliseconds