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

Method GetHighHalf

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

Source from the content-addressed store, hash-verified

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
407private:

Callers 3

DivideThreeWordsByTwoFunction · 0.80
DivideFourWordsByTwoFunction · 0.80
integer.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected