Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
405
bool Int::IsNegative() {
406
return (int64_t)(bits64[NB64BLOCK - 1])<0;
407
}
408
409
// ------------------------------------------------
410
Callers
6
Div
Method · 0.80
GCD
Method · 0.80
GetBaseN
Method · 0.80
ModInv
Method · 0.80
ModPositiveK1
Method · 0.80
reconstructAdd
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected