Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ CInt128
Method
CInt128
src/common/Int128.cpp:263–266 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
261
#endif
262
263
CInt128::CInt128(SINT64 value)
264
{
265
set(value, 0);
266
}
267
268
CInt128::CInt128(minmax mm)
269
{
Callers
nothing calls this directly
Calls
5
Int128Max
Function · 0.85
Int128Min
Function · 0.85
set
Function · 0.50
SetMax
Method · 0.45
SetMin
Method · 0.45
Tested by
no test coverage detected