Home
last modified time | relevance | path

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

/freebsd/contrib/gdtoa/
H A Dgdtoa.c620 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 Ddmisc.c101 quorem in quorem() function
H A Ddtoa.c622 dig = quorem(b,S) + '0';
711 *s++ = dig = quorem(b,S) + '0';
H A Dchanges597 an erroneous error message "oversize b in quorem" in strtod's processing
604 speed up returns in pedantic cases. In quorem, adjust #ifdef DEBUG
605 stuff so it does not complain when bigcomp() calls quorem on input
607 a quorem return > 9 (which in this case is not a bug). Fix a memory