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

/freebsd-11-stable/lib/msun/src/
H A Dk_rem_pio2.c31 * (2/pi) is represented by an array of 24-bit integers in ipio2[].
64 * expand the ipio2 table.
80 * jk jk+1 is the initial number of terms of ipio2[] needed
90 * terms of ipio2[] used.
94 * jv index for pointing to the suitable ipio2[] for the
96 * ( 2^e0*x[0] * ipio2[jv-1]*2^(-24jv) )/8
112 * f[] ipio2[] in floating point
146 * ipio2[i] * 2^(-24(i+1)).
151 static const int32_t ipio2[] = { variable
166 #error "ipio2 tabl
[all...]

Completed in 70 milliseconds