Home | History | Annotate | Download | only in stdlib

Lines Matching refs:quorem

1910 quorem
1932 /*debug*/ Bug("oversize b in quorem");
1943 /*debug*/ Bug("oversized quotient in quorem");
2539 * and for all and pass them and a shift to quorem, so it
2607 dig = quorem(b,S) + '0';
2663 *s++ = dig = quorem(b,S) + '0';