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

/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
H A Ddmisc.c109 quorem function
130 /*debug*/ Bug("oversize b in quorem");
141 /*debug*/ Bug("oversized quotient in quorem");
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.h554 #define quorem __quorem_D2A macro
605 extern int quorem ANSI((Bigint*, Bigint*));
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 594 milliseconds