Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
496
Int128 Int128::mul(Int128 op2) const
497
{
498
Int128 rc(*this);
499
if (rc.v.Mul(op2.v))
500
overflow();
501
return rc;
502
}
503
504
Int128 Int128::div(Int128 op2, int scale) const
505
{
Callers
7
multiply
Method · 0.45
multiply2
Method · 0.45
aggExecute
Method · 0.45
evlCeil
Function · 0.45
evlFloor
Function · 0.45
evlTrunc
Function · 0.45
ticksToNanoseconds
Function · 0.45
Calls
1
Mul
Method · 0.45
Tested by
no test coverage detected