MCPcopy Create free account
hub / github.com/Tripwire/tripwire-open-source / operator%

Function operator%

src/cryptlib/integer.cpp:1936–1941  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1934}
1935
1936Integer operator%(const Integer &a, const Integer &b)
1937{
1938 Integer remainder, quotient;
1939 Integer::Divide(remainder, quotient, a, b);
1940 return remainder;
1941}
1942
1943word Integer::ShortDivide(Integer &quotient, const Integer &dividend, word divisor)
1944{

Callers

nothing calls this directly

Calls 4

DivideFunction · 0.85
DivideByZeroClass · 0.85
WordCountMethod · 0.80
IsNegativeMethod · 0.80

Tested by

no test coverage detected