MCPcopy 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
79void Int::ModSub(Int *a) {
80 Sub(a);
81 if (IsNegative())
82 Add(&_P);
83}
84
85// ------------------------------------------------
86

Callers 7

AddDirectMethod · 0.80
Add2Method · 0.80
AddMethod · 0.80
DoubleDirectMethod · 0.80
DoubleMethod · 0.80
ECMethod · 0.80
FindKeyCPUMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected