MCPcopy Create free account
hub / github.com/JeanLucPons/VanitySearch / IsPositive

Method IsPositive

Int.cpp:399–401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

397// ------------------------------------------------
398
399bool Int::IsPositive() {
400 return (int64_t)(bits64[NB64BLOCK - 1])>=0;
401}
402
403// ------------------------------------------------
404

Callers 5

IsGreaterOrEqualMethod · 0.80
ModAddMethod · 0.80
ModDoubleMethod · 0.80
MontgomeryMultMethod · 0.80
ModMulK1orderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected