quickDivMod 470 core/BigInteger.cpp quickDivMod(divisor, &tempInt, divResult); // this has been hard to get right. If bugs do show up, quickDivMod 187 core/BigInteger.h BigInteger* quickDivMod(const BigInteger* divisor, BigInteger* modResult, BigInteger* divResult);