Searched refs:quorem (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/stdlib/
H A Dstrtod.c1910 quorem function
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';

Completed in 32 milliseconds