Searched refs:un21 (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/coregrind/
H A Dm_main.c3505 un32, un21, un10, // Dividend digit pairs. local
3533 un21 = un32*b + un1 - q1*v; // Multiply and subtract.
3535 q0 = un21/vn1; // Compute the second
3536 rhat = un21 - q0*vn1; // quotient digit, q0.
3544 *r = (un21*b + un0 - q0*v) >> s; // return it.

Completed in 45 milliseconds