Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ I128limit
Method
I128limit
src/common/Int128.h:350–356 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
348
{
349
public:
350
I128limit()
351
{
352
v = 1;
353
for (int i = 0; i < 126; ++i)
354
v *= 2;
355
v *= 5;
356
}
357
};
358
359
} // namespace Firebird
Callers
nothing calls this directly
Calls
3
SetOne
Method · 0.80
MulInt
Method · 0.45
DivInt
Method · 0.45
Tested by
no test coverage detected