Lines Matching defs:quotient
230 Fraction quotient;
240 for (int j{1}; j <= quotient.bits; ++j) {
242 quotient = quotient.IBSET(quotient.bits - j);
252 roundingBits.ShiftRight(quotient.BTEST(0));
253 quotient = quotient.SHIFTR(1);
258 result, isNegative, exponent, quotient, rounding, roundingBits);
414 // long division, discarding the quotient and returning the remainder.