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

Method IsSign

extern/ttmath/ttmathint.h:155–158  ·  view source on GitHub ↗

! this method returns true if there's the sign (the highest bit will be converted to the bool) */

Source from the content-addressed store, hash-verified

153 (the highest bit will be converted to the bool)
154 */
155 bool IsSign() const
156 {
157 return UInt<value_size>::IsTheHighestBitSet();
158 }
159
160
161

Callers 15

CeilFunction · 0.80
FloorFunction · 0.80
PrepareSinFunction · 0.80
SinFunction · 0.80
ASinFunction · 0.80
ATanFunction · 0.80
DegToDegFunction · 0.80
SqrtFunction · 0.80
RootCheckIndexSignFunction · 0.80
RootCheckIndexFunction · 0.80
RootCorrectIntegerFunction · 0.80
GammaFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected