HomeSort by: relevance | last modified time | path
    Searched refs:quorem (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libc/gdtoa/
gdtoa.c 599 * and for all and pass them and a shift to quorem, so it
665 dig = quorem(b,S) + '0';
712 dig = quorem(b,S) + '0';
773 *s++ = dig = quorem(b,S) + '0';
gdtoaimp.h 570 #define quorem __quorem_D2A macro
621 extern int quorem ANSI((Bigint*, Bigint*));
dmisc.c 108 quorem function
129 /*debug*/ Bug("oversize b in quorem");
140 /*debug*/ Bug("oversized quotient in quorem");
dtoa.c 584 * and for all and pass them and a shift to quorem, so it
665 dig = quorem(b,S) + '0';
767 *s++ = dig = quorem(b,S) + '0';

Completed in 14 milliseconds