Home
last modified time | relevance | path

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

/external/fdlibm/
De_j0.c297 static const double pR2[6] = {/* for x in [2.8570,2]=1/[0.3499,0.5] */ variable
299 static double pR2[6] = {/* for x in [2.8570,2]=1/[0.3499,0.5] */
338 else if(ix>=0x40000000){p = pR2; q= pS2;}
/external/musl/src/math/
Dj0f.c186 static const float pR2[6] = {/* for x in [2.8570,2]=1/[0.3499,0.5] */ variable
213 else /*ix >= 0x40000000*/ {p = pR2; q = pS2;} in pzerof()
Dj0.c247 static const double pR2[6] = {/* for x in [2.8570,2]=1/[0.3499,0.5] */ variable
274 else /*ix >= 0x40000000*/ {p = pR2; q = pS2;} in pzero()