Searched refs:dtoa (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/contrib/gdtoa/
H A Dmakefile47 gdtoa.a: dmisc.c dtoa.c g_Qfmt.c g__fmt.c g_ddfmt.c g_dfmt.c\
66 xs0 = README arithchk.c dmisc.c dtoa.c g_Qfmt.c g__fmt.c g_ddfmt.c\
H A Dgdtoa.h106 extern char* dtoa ANSI((double d, int mode, int ndigits, int *decpt,
H A Dgdtoaimp.h31 /* This is a variation on dtoa.c that converts arbitary binary
44 * before invoking strtod or dtoa. If the machine uses (the equivalent
94 * computation of dtoa.
165 * dtoa. You may do so whether or not MULTIPLE_THREADS is #defined.
169 * dtoa.c).
513 #define dtoa __dtoa macro
612 extern char *dtoa ANSI((double d, int mode, int ndigits,
H A Dprintf.c0301 extern char *dtoa ANSI((double, int, int, int*, int*, char **));
983 s = s0 = dtoa(x, 3, prec, &decpt, &fpb.sign, &se);
1086 s = s0 = dtoa(x, prec ? 2 : 0, prec, &decpt,
1138 s = s0 = dtoa(x, prec ? 2 : 0, prec+1, &decpt,
H A Ddtoa.c34 /* dtoa for IEEE arithmetic (dmg): convert double to ASCII string.
76 dtoa function
/freebsd-9.3-release/lib/libc/stdio/
H A Dxprintf_float.c43 #define dtoa __dtoa macro
151 char *dtoaresult; /* buffer allocated by dtoa */
159 int ndig; /* actual number of digits returned by dtoa */
255 dtoa(d, expchar ? 2 : 3, prec,
H A Dprintfcommon.h48 #define dtoa __dtoa macro

Completed in 188 milliseconds