reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
42 x.all = a; 46 r.all = __mulddi3(x.s.low, y.s.low); 47 r.s.high += x.s.high * y.s.low + x.s.low * y.s.high; 47 r.s.high += x.s.high * y.s.low + x.s.low * y.s.high;