MCPcopy 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{
349public:
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

SetOneMethod · 0.80
MulIntMethod · 0.45
DivIntMethod · 0.45

Tested by

no test coverage detected