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

/vbox/src/VBox/Runtime/common/math/gcc/
H A Dqdivrem.c132 u_int rbj; /* r*B+u[j] (not root boy jim) */ local
145 rbj = COMBINE(u[1] % t, u[2]);
146 q2 = (digit)(rbj / t);
147 rbj = COMBINE(rbj % t, u[3]);
148 q3 = (digit)(rbj / t);
149 rbj = COMBINE(rbj % t, u[4]);
150 q4 = (digit)(rbj / t);
152 *arq = rbj
[all...]

Completed in 787 milliseconds