Lines Matching refs:d1
63 UWtype d0, d1, n0, n1, n2; in __udivmoddi4() local
71 d1 = dd.s.high; in __udivmoddi4()
76 if (d1 == 0) in __udivmoddi4()
110 if (d1 == 0) in __udivmoddi4()
186 if (d1 > n1) in __udivmoddi4()
205 count_leading_zeros (bm, d1); in __udivmoddi4()
216 if (n1 > d1 || n0 >= d0) in __udivmoddi4()
219 sub_ddmmss (n1, n0, n1, n0, d1, d0); in __udivmoddi4()
240 d1 = (d1 << bm) | (d0 >> b); in __udivmoddi4()
246 udiv_qrnnd (q0, n1, n2, n1, d1); in __udivmoddi4()
252 sub_ddmmss (m1, m0, m1, m0, d1, d0); in __udivmoddi4()