Lines Matching full:d1
152 UWtype d0, d1, n0, n1, n2; in __udivmoddi4() local
157 d1 = dd.s.high; in __udivmoddi4()
162 if (d1 == 0) in __udivmoddi4()
196 if (d1 == 0) in __udivmoddi4()
272 if (d1 > n1) in __udivmoddi4()
291 count_leading_zeros (bm, d1); in __udivmoddi4()
294 /* From (n1 >= d1) /\ (the most significant bit of d1 is set), in __udivmoddi4()
301 n1 >= d1 (true due to program flow). */ in __udivmoddi4()
302 if (n1 > d1 || n0 >= d0) in __udivmoddi4()
305 sub_ddmmss (n1, n0, n1, n0, d1, d0); in __udivmoddi4()
326 d1 = (d1 << bm) | (d0 >> b); in __udivmoddi4()
332 udiv_qrnnd (q0, n1, n2, n1, d1); in __udivmoddi4()
338 sub_ddmmss (m1, m0, m1, m0, d1, d0); in __udivmoddi4()