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

/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/
H A Drem1.c60 int compare, inex, q_is_odd, sign, signx = MPFR_SIGN (x); local
100 q_is_odd = 0;
121 q_is_odd = mpz_tstbit (mx, 0);
156 q_is_odd = *quo & 1;
162 q_is_odd = mpz_cmpabs (r, my) >= 0;
163 if (q_is_odd)
167 q_is_odd is the least significant bit of q */
187 ((rnd_q == MPFR_RNDN) && (compare == 0) && q_is_odd));

Completed in 48 milliseconds