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

  /external/fdlibm/
e_j0.c 225 static const double pR8[6] = { /* for x in [inf, 8]=1/[0,0.125] */
227 static double pR8[6] = { /* for x in [inf, 8]=1/[0,0.125] */
335 if(ix>=0x40200000) {p = pR8; q= pS8;}
  /bionic/libm/src/
e_j0.c 208 static const double pR8[6] = { /* for x in [inf, 8]=1/[0,0.125] */
279 if(ix>=0x40200000) {p = pR8; q= pS8;}
e_j0f.c 166 static const float pR8[6] = { /* for x in [inf, 8]=1/[0,0.125] */
236 if(ix>=0x41000000) {p = pR8; q= pS8;}

Completed in 54 milliseconds