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

Method IsNegative

Int.cpp:405–407  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

403// ------------------------------------------------
404
405bool Int::IsNegative() {
406 return (int64_t)(bits64[NB64BLOCK - 1])<0;
407}
408
409// ------------------------------------------------
410

Callers 6

DivMethod · 0.80
GCDMethod · 0.80
GetBaseNMethod · 0.80
ModInvMethod · 0.80
ModPositiveK1Method · 0.80
reconstructAddFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected