Lines Matching full:divisor
3591 64-bit unsigned dividend by a 32-bit unsigned divisor, producing a
3596 The divisor is parameter v. The value returned is the quotient.
3618 vn1, vn0, // Norm. divisor digits.
3630 v = v << s; // Normalize divisor.
3631 vn1 = v >> 16; // Break divisor up into
3735 First the procedure takes care of the case in which the divisor is a
3737 dividend is less than the divisor, one execution of DIVU is all that
3752 low-order 32 bits of the divisor, they return garbage if the division
3795 v1 = (v << n) >> 32; // Normalize the divisor