Home | History | Annotate | Download | only in coregrind

Lines Matching defs:vn1

3190         vn1, vn0,            // Norm. divisor digits.
3203 vn1 = v >> 16; // Break divisor up into
3212 q1 = un32/vn1; // Compute the first
3213 rhat = un32 - q1*vn1; // quotient digit, q1.
3217 rhat = rhat + vn1;
3222 q0 = un21/vn1; // Compute the second
3223 rhat = un21 - q0*vn1; // quotient digit, q0.
3227 rhat = rhat + vn1;