MCPcopy Create free account
hub / github.com/LUX-Core/lux / MultiplyAndAdd

Function MultiplyAndAdd

src/cryptopp/integer.cpp:257–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255 }
256
257 static DWord MultiplyAndAdd(word a, word b, word c)
258 {
259 DWord r = Multiply(a, b);
260 return r += c;
261 }
262
263 DWord & operator+=(word a)
264 {

Callers

nothing calls this directly

Calls 1

MultiplyFunction · 0.70

Tested by

no test coverage detected