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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/gdtoa/
H A Dgdtoa.c581 * and for all and pass them and a shift to quorem, so it
658 dig = quorem(b,S) + '0';
705 dig = quorem(b,S) + '0';
762 *s++ = dig = quorem(b,S) + '0';
H A Dgdtoaimp.h554 #define quorem __quorem_D2A macro
605 extern int quorem (Bigint*, Bigint*);
H A Ddmisc.c109 quorem function
130 /*debug*/ Bug("oversize b in quorem");
141 /*debug*/ Bug("oversized quotient in quorem");
H A Ddtoa.c572 * and for all and pass them and a shift to quorem, so it
653 dig = quorem(b,S) + '0';
751 *s++ = (char)(dig = (int)(quorem(b,S) + '0'));
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprdtoa.c2498 quorem function
2519 /*debug*/ Bug("oversize b in quorem");
2530 /*debug*/ Bug("oversized quotient in quorem");
3181 * and for all and pass them and a shift to quorem, so it
3244 dig = quorem(b,S) + '0';
3329 *s++ = dig = quorem(b,S) + '0';

Completed in 664 milliseconds