Searched refs:NGARDS (Results 1 – 3 of 3) sorted by relevance
266 if (shift > FRAC_NBITS - NGARDS)278 if ((fraction & (1 << NGARDS)))292 fraction >>= NGARDS;311 if (fraction & (1 << NGARDS))325 fraction >>= NGARDS;547 fraction <<= NGARDS;593 dst->fraction.ll = (fraction << NGARDS) | IMPLICIT_1;896 + FRAC_NBITS - (FRACBITS + NGARDS);920 if (high & (1 << NGARDS))1040 if (quotient & (1 << NGARDS))[all …]
143 # define NGARDS 10L /* Is this right? */ macro181 # define NGARDS 7L macro204 # define NGARDS 8L macro342 #define IMPLICIT_1 ((fractype)1<<(FRACBITS+NGARDS))343 #define IMPLICIT_2 ((fractype)1<<(FRACBITS+1+NGARDS))
34658 from FRAC_NBITS, FRAC_BITS and NGARDS.