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

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vrem_pio2m.c64 * array ipio2 of the first term we need to use. The variable eq0
111 * example, suppose eq0 = -1, so that r[1] is a multiple of 1/2 and
173 int nq, ip, n, i, j, k, eq0, eqnqm1; local
175 /* determine ip and eq0; note that -48 <= eq0 <= 2 */
179 eq0 = e - 24 * (ip + 1);
205 eqnqm1 = eq0 - 96;
226 if (eq0 > 0) {
233 } else if (eq0 > -24) {

Completed in 55 milliseconds