MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / mul

Method mul

src/common/Int128.cpp:496–502  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

494}
495
496Int128 Int128::mul(Int128 op2) const
497{
498 Int128 rc(*this);
499 if (rc.v.Mul(op2.v))
500 overflow();
501 return rc;
502}
503
504Int128 Int128::div(Int128 op2, int scale) const
505{

Callers 7

multiplyMethod · 0.45
multiply2Method · 0.45
aggExecuteMethod · 0.45
evlCeilFunction · 0.45
evlFloorFunction · 0.45
evlTruncFunction · 0.45
ticksToNanosecondsFunction · 0.45

Calls 1

MulMethod · 0.45

Tested by

no test coverage detected