MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / SetMin

Method SetMin

extern/ttmath/ttmathint.h:82–86  ·  view source on GitHub ↗

! this method sets the min value which this class can hold (all bits will be zero besides the last one which is one) */

Source from the content-addressed store, hash-verified

80 (all bits will be zero besides the last one which is one)
81 */
82 void SetMin()
83 {
84 UInt<value_size>::SetZero();
85 UInt<value_size>::table[value_size-1] = TTMATH_UINT_HIGHEST_BIT;
86 }
87
88
89 /*!

Callers 2

FromStringBaseMethod · 0.45
CInt128Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected