Lines Matching defs:quotient
337 for a quotient (stored in *LQUO, *HQUO) and remainder (in *LREM, *HREM).
341 It controls how the quotient is rounded to an integer.
372 /* Calculate quotient sign and convert operands to unsigned. */
442 This is required by the quotient digit estimation algorithm. */
471 /* Guess the next quotient digit, quo_est, by dividing the first
472 two remaining dividend digits by the high order quotient digit.
490 /* Try QUO_EST as the quotient digit, by multiplying the
520 /* Store the quotient digit. */
581 /* If abs(rem) >= abs(den) - abs(rem), adjust the quotient. */
1044 double_int quotient = this->divmod (factor, unsigned_p,
1048 *multiple = quotient;