MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / AddTwoInts

Method AddTwoInts

extern/ttmath/ttmathuint.h:4115–4115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4113 void Mul2Big(const UInt<0> &, UInt<0> &) { TTMATH_ASSERT(false) };
4114 void SetZero() { TTMATH_ASSERT(false) };
4115 uint AddTwoInts(uint, uint, uint) { TTMATH_ASSERT(false) return 0; };
4116};
4117
4118

Callers 2

MulIntMethod · 0.45
Mul2Big3Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected