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

Method ModAdd

IntMod.cpp:39–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37// ------------------------------------------------
38
39void Int::ModAdd(Int *a) {
40 Int p;
41 Add(a);
42 p.Sub(this,&_P);
43 if(p.IsPositive())
44 Set(&p);
45}
46
47// ------------------------------------------------
48

Callers 7

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

Calls 2

SubMethod · 0.80
IsPositiveMethod · 0.80

Tested by

no test coverage detected