MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / isLongValue

Function isLongValue

lib/platform.h:97–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95 }
96
97 bool isLongValue(MathLib::bigint value) const {
98 return value >= min_value(long_bit) && value <= max_value(long_bit);
99 }
100
101 bool isLongValue(MathLib::biguint value) const {
102 const MathLib::biguint longMax = max_value(long_bit);

Callers

nothing calls this directly

Calls 1

max_valueFunction · 0.85

Tested by

no test coverage detected