reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
42 y.all = b; 44 r.all = __muldsi3(x.s.low, y.s.low); 45 r.s.high += x.s.high * y.s.low + x.s.low * y.s.high; 45 r.s.high += x.s.high * y.s.low + x.s.low * y.s.high;