HomeSort by relevance Sort by last modified time
    Searched refs:pR5 (Results 1 - 3 of 3) sorted by null

  /external/fdlibm/
e_j0.c 219 * where R = pR0 + pR1*s^2 + pR2*s^4 + ... + pR5*s^10
249 static const double pR5[6] = { /* for x in [8,4.5454]=1/[0.125,0.22001] */
251 static double pR5[6] = { /* for x in [8,4.5454]=1/[0.125,0.22001] */
336 else if(ix>=0x40122E8B){p = pR5; q= pS5;}
  /bionic/libm/src/
e_j0.c 203 * where R = pR0 + pR1*s^2 + pR2*s^4 + ... + pR5*s^10
224 static const double pR5[6] = { /* for x in [8,4.5454]=1/[0.125,0.22001] */
280 else if(ix>=0x40122E8B){p = pR5; q= pS5;}
e_j0f.c 161 * where R = pR0 + pR1*s^2 + pR2*s^4 + ... + pR5*s^10
181 static const float pR5[6] = { /* for x in [8,4.5454]=1/[0.125,0.22001] */
237 else if(ix>=0x40f71c58){p = pR5; q= pS5;}

Completed in 18 milliseconds