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

/freebsd-11-stable/lib/msun/src/
H A Dk_rem_pio2.c101 * jp jp+1 is the number of terms in PIo2[] needed, jp = jk.
109 * PIo2[] double precision array, obtained by cutting pi/2
276 static const double PIo2[] = { variable
401 /* compute PIo2[0,...,jp]*q[jz,...,0] */
403 for(fw=0.0,k=0;k<=jp&&k<=jz-i;k++) fw += PIo2[k]*q[i+k];

Completed in 48 milliseconds