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

/freebsd-13-stable/lib/libc/gdtoa/
H A DMakefile.inc7 GDTOASRCS+=dmisc.c dtoa.c gdtoa.c gethex.c gmisc.c \
/freebsd-13-stable/contrib/gdtoa/
H A Dmakefile49 gdtoa.a: dmisc.c dtoa.c g_Qfmt.c g__fmt.c g_ddfmt.c g_dfmt.c\
68 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 Ddtoa.c34 /* dtoa for IEEE arithmetic (dmg): convert double to ASCII string.
76 dtoa function
/freebsd-13-stable/lib/libc/stdio/
H A Dxprintf_float.c45 #define dtoa __dtoa macro
153 char *dtoaresult; /* buffer allocated by dtoa */
161 int ndig; /* actual number of digits returned by dtoa */
256 dtoa(d, expchar ? 2 : 3, prec,
H A Dprintfcommon.h50 #define dtoa __dtoa macro

Completed in 171 milliseconds