Searched refs:vn1 (Results 1 – 1 of 1) sorted by relevance
3503 vn1, vn0, // Norm. divisor digits. in divlu2() local3516 vn1 = v >> 16; // Break divisor up into in divlu2()3525 q1 = un32/vn1; // Compute the first in divlu2()3526 rhat = un32 - q1*vn1; // quotient digit, q1. in divlu2()3530 rhat = rhat + vn1; in divlu2()3535 q0 = un21/vn1; // Compute the second in divlu2()3536 rhat = un21 - q0*vn1; // quotient digit, q0. in divlu2()3540 rhat = rhat + vn1; in divlu2()