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/upstream-freebsd/lib/msun/src/
e_j0.c 215 static const double pR8[6] = { /* for x in [inf, 8]=1/[0,0.125] */
287 if(ix>=0x40200000) {p = pR8; q= pS8;}
e_j0f.c 169 static const float pR8[6] = { /* for x in [inf, 8]=1/[0,0.125] */
240 if(ix>=0x41000000) {p = pR8; q= pS8;}

Completed in 74 milliseconds