Home | History | Annotate | Download | only in Python

Lines Matching defs:quorem

1233 quorem(Bigint *b, Bigint *S)
1247 /*debug*/ Bug("oversize b in quorem");
1258 /*debug*/ Bug("oversized quotient in quorem");
1482 dd = s0[i < nd0 ? i : i+1] - '0' - quorem(b, d);
2743 * and for all and pass them and a shift to quorem, so it
2817 dig = quorem(b,S) + '0';
2887 *s++ = dig = quorem(b,S) + '0';