MCPcopy Create free account
hub / github.com/LUX-Core/lux / GetLowHalf

Method GetLowHalf

src/cryptopp/integer.cpp:403–403  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

401
402 word GetWhole() const {return m_whole;}
403 hword GetLowHalf() const {return hword(m_whole);}
404 hword GetHighHalf() const {return hword(m_whole>>(WORD_BITS/2));}
405 hword GetHighHalfAsBorrow() const {return 0-hword(m_whole>>(WORD_BITS/2));}
406

Callers 3

DivideThreeWordsByTwoFunction · 0.80
DivideFourWordsByTwoFunction · 0.80
integer.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected