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

/openjdk9/jdk/src/java.base/share/native/libfdlibm/
H A Dk_rem_pio2.c111 * jp jp+1 is the number of terms in PIo2[] needed, jp = jk.
119 * PIo2[] double precision array, obtained by cutting pi/2
151 static const double PIo2[] = { variable
153 static double PIo2[] = {
287 /* compute PIo2[0,...,jp]*q[jz,...,0] */
289 for(fw=0.0,k=0;k<=jp&&k<=jz-i;k++) fw += PIo2[k]*q[i+k];
/openjdk9/hotspot/src/share/vm/runtime/
H A DsharedRuntimeTrig.cpp125 * jp jp+1 is the number of terms in PIo2[] needed, jp = jk.
133 * PIo2[] double precision array, obtained by cutting pi/2
159 static const double PIo2[] = { variable
282 /* compute PIo2[0,...,jp]*q[jz,...,0] */
284 for(fw=0.0,k=0;k<=jp&&k<=jz-i;k++) fw += PIo2[k]*q[i+k];

Completed in 77 milliseconds