Home
last modified time | relevance | path

Searched refs:vv (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/arch/arm/lib/
Dmuldi3.c66 DIunion uu, vv; in __muldi3() local
69 vv.ll = v; in __muldi3()
71 w.ll = __umulsidi3 (uu.s.low, vv.s.low); in __muldi3()
72 w.s.high += ((USItype) uu.s.low * (USItype) vv.s.high in __muldi3()
73 + (USItype) uu.s.high * (USItype) vv.s.low); in __muldi3()
/linux-2.4.37.9/arch/m68k/lib/
Dmuldi3.c53 DIunion uu, vv; in __muldi3() local
56 vv.ll = v; in __muldi3()
58 w.ll = __umulsidi3 (uu.s.low, vv.s.low); in __muldi3()
59 w.s.high += ((USItype) uu.s.low * (USItype) vv.s.high in __muldi3()
60 + (USItype) uu.s.high * (USItype) vv.s.low); in __muldi3()