Home | History | Annotate | Download | only in visium

Lines Matching refs:vv

239   DWunion vv = {.ll = v};
245 if (vv.s.high < 0)
247 vv.ll = -vv.ll;
249 w = __udivmoddi4 (uu.ll, vv.ll, (UDWtype *) 0);
263 DWunion vv = {.ll = v};
269 if (vv.s.high < 0)
270 vv.ll = -vv.ll;
272 (void) __udivmoddi4 (uu.ll, vv.ll, (UDWtype*)&w);