Home
last modified time | relevance | path

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

/external/fdlibm/
De_j0.c381 static const double qR5[6] = { /* for x in [8,4.5454]=1/[0.125,0.22001] */ variable
383 static double qR5[6] = { /* for x in [8,4.5454]=1/[0.125,0.22001] */
471 else if(ix>=0x40122E8B){p = qR5; q= qS5;}
/external/musl/src/math/
Dj0f.c247 static const float qR5[6] = { /* for x in [8,4.5454]=1/[0.125,0.22001] */ variable
307 else if (ix >= 0x409173eb){p = qR5; q = qS5;} in qzerof()
Dj0.c308 static const double qR5[6] = { /* for x in [8,4.5454]=1/[0.125,0.22001] */ variable
368 else if (ix >= 0x40122E8B){p = qR5; q = qS5;} in qzero()