Lines Matching refs:d1
153 UWtype d0, d1, n0, n1, n2; in __udivmoddi4() local
158 d1 = dd.s.high; in __udivmoddi4()
163 if (d1 == 0) in __udivmoddi4()
197 if (d1 == 0) in __udivmoddi4()
273 if (d1 > n1) in __udivmoddi4()
292 count_leading_zeros (bm, d1); in __udivmoddi4()
303 if (n1 > d1 || n0 >= d0) in __udivmoddi4()
306 sub_ddmmss (n1, n0, n1, n0, d1, d0); in __udivmoddi4()
327 d1 = (d1 << bm) | (d0 >> b); in __udivmoddi4()
333 udiv_qrnnd (q0, n1, n2, n1, d1); in __udivmoddi4()
339 sub_ddmmss (m1, m0, m1, m0, d1, d0); in __udivmoddi4()