Home
last modified time | relevance | path

Searched refs:pR5 (Results 1 – 3 of 3) sorted by relevance

/external/fdlibm/
De_j0.c249 static const double pR5[6] = { /* for x in [8,4.5454]=1/[0.125,0.22001] */ variable
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;}
/external/musl/src/math/
Dj0f.c154 static const float pR5[6] = { /* for x in [8,4.5454]=1/[0.125,0.22001] */ variable
211 else if (ix >= 0x409173eb){p = pR5; q = pS5;} in pzerof()
Dj0.c215 static const double pR5[6] = { /* for x in [8,4.5454]=1/[0.125,0.22001] */ variable
272 else if (ix >= 0x40122E8B){p = pR5; q = pS5;} in pzero()