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

Method Mult

Int.cpp:563–568  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

561// ------------------------------------------------
562
563void Int::Mult(Int *a) {
564
565 Int b(this);
566 Mult(a,&b);
567
568}
569
570// ------------------------------------------------
571

Callers 5

DivMethod · 0.80
SetBase10Method · 0.80
SetBaseNMethod · 0.80
CheckMethod · 0.80
ModInvMethod · 0.80

Calls 2

imm_mulFunction · 0.85
_umul128Function · 0.85

Tested by

no test coverage detected