Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JeanLucPons/VanitySearch
/ ModSub
Method
ModSub
IntMod.cpp:79–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
// ------------------------------------------------
78
79
void Int::ModSub(Int *a) {
80
Sub(a);
81
if (IsNegative())
82
Add(&_P);
83
}
84
85
// ------------------------------------------------
86
Callers
7
AddDirect
Method · 0.80
Add2
Method · 0.80
Add
Method · 0.80
DoubleDirect
Method · 0.80
Double
Method · 0.80
EC
Method · 0.80
FindKeyCPU
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected