Home | History | Annotate | Download | only in wtf

Lines Matching refs:quorem

610 static ALWAYS_INLINE int quorem(BigInt& b, BigInt& S)
628 ASSERT_WITH_MESSAGE(b.size() <= n, "oversize b in quorem");
636 ASSERT_WITH_MESSAGE(q <= 9, "oversized quotient in quorem");
1049 * and for all and pass them and a shift to quorem, so it
1100 dig = quorem(b, S) + '0';
1165 *s++ = dig = quorem(b, S) + '0';