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

/openbsd-current/lib/libc/gdtoa/
H A Dgdtoa.c595 * and for all and pass them and a shift to quorem, so it
664 dig = quorem(b,S) + '0';
711 dig = quorem(b,S) + '0';
772 *s++ = dig = quorem(b,S) + '0';
H A Dgdtoaimp.h553 #define quorem __quorem_D2A macro
603 extern int quorem ANSI((Bigint*, Bigint*));
H A Ddmisc.c110 quorem function
131 /*debug*/ Bug("oversize b in quorem");
142 /*debug*/ Bug("oversized quotient in quorem");
H A Ddtoa.c580 * and for all and pass them and a shift to quorem, so it
664 dig = quorem(b,S) + '0';
766 *s++ = dig = quorem(b,S) + '0';

Completed in 69 milliseconds