Searched refs:vn1 (Results 1 – 1 of 1) sorted by relevance
2978 vn1, vn0, // Norm. divisor digits. in divlu2() local2991 vn1 = v >> 16; // Break divisor up into in divlu2()3000 q1 = un32/vn1; // Compute the first in divlu2()3001 rhat = un32 - q1*vn1; // quotient digit, q1. in divlu2()3005 rhat = rhat + vn1; in divlu2()3010 q0 = un21/vn1; // Compute the second in divlu2()3011 rhat = un21 - q0*vn1; // quotient digit, q0. in divlu2()3015 rhat = rhat + vn1; in divlu2()