Searched refs:vv (Results 1 – 3 of 3) sorted by relevance
85 DIunion uu, vv; in __muldi3() local88 vv.ll = v; in __muldi3()90 w.ll = __umulsidi3 (uu.s.low, vv.s.low); in __muldi3()91 w.s.high += ((USItype) uu.s.low * (USItype) vv.s.high in __muldi3()92 + (USItype) uu.s.high * (USItype) vv.s.low); in __muldi3()
50 const DWunion vv = {.ll = v}; in __muldi3() local51 DWunion w = {.ll = __umulsidi3(uu.s.low, vv.s.low)}; in __muldi3()53 w.s.high += ((unsigned long) uu.s.low * (unsigned long) vv.s.high in __muldi3()54 + (unsigned long) uu.s.high * (unsigned long) vv.s.low); in __muldi3()
38 const DWunion vv = {.ll = v}; in __muldi3() local39 DWunion w = {.ll = __umulsidi3(uu.s.low, vv.s.low)}; in __muldi3()41 w.s.high += ((UWtype) uu.s.low * (UWtype) vv.s.high in __muldi3()42 + (UWtype) uu.s.high * (UWtype) vv.s.low); in __muldi3()