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

/freebsd-9.3-release/contrib/gdtoa/
H A Ddmisc.c101 quorem function
122 /*debug*/ Bug("oversize b in quorem");
133 /*debug*/ Bug("oversized quotient in quorem");
H A Dgdtoa.c572 * and for all and pass them and a shift to quorem, so it
620 dig = quorem(b,S) + '0';
661 dig = quorem(b,S) + '0';
711 *s++ = dig = quorem(b,S) + '0';
H A Dgdtoaimp.h577 #define quorem __quorem_D2A macro
631 extern int quorem ANSI((Bigint*, Bigint*));
H A Ddtoa.c559 * and for all and pass them and a shift to quorem, so it
622 dig = quorem(b,S) + '0';
711 *s++ = dig = quorem(b,S) + '0';

Completed in 68 milliseconds