Searched defs:PIo2 (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/java/lang/fdlibm/src/
H A Dk_rem_pio2.c112 * jp jp+1 is the number of terms in PIo2[] needed, jp = jk.
120 * PIo2[] double precision array, obtained by cutting pi/2
152 static const double PIo2[] = { variable
154 static double PIo2[] = {
288 /* compute PIo2[0,...,jp]*q[jz,...,0] */
290 for(fw=0.0,k=0;k<=jp&&k<=jz-i;k++) fw += PIo2[k]*q[i+k];
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntimeTrig.cpp209 * jp jp+1 is the number of terms in PIo2[] needed, jp = jk.
217 * PIo2[] double precision array, obtained by cutting pi/2
243 static const double PIo2[] = { variable
366 /* compute PIo2[0,...,jp]*q[jz,...,0] */
368 for(fw=0.0,k=0;k<=jp&&k<=jz-i;k++) fw += PIo2[k]*q[i+k];

Completed in 56 milliseconds