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

/openbsd-current/lib/libc/gdtoa/
H A DMakefile.inc14 SRCS+= dmisc.c dtoa.c gdtoa.c gethex.c gmisc.c hd_init.c hdtoa.c \
H A Dldtoa.c40 * ldtoa() is a wrapper for gdtoa() that makes it smell like dtoa(),
42 * When dtoa() is passed a NaN or infinity, it sets expt to 9999.
117 ret = dtoa((double)*ld, mode, ndigits, decpt, sign, rve);
H A Ddtoa.c34 /* dtoa for IEEE arithmetic (dmg): convert double to ASCII string.
76 dtoa function
840 DEF_STRONG(dtoa);
H A Dgdtoaimp.h29 /* This is a variation on dtoa.c that converts arbitrary binary
42 * before invoking strtod or dtoa. If the machine uses (the equivalent
92 * computation of dtoa and gdtoa. This will cause modes 4 and 5 to be
164 * dtoa. You may do so whether or not MULTIPLE_THREADS is #defined.
168 * dtoa.c).
491 #define dtoa __dtoa macro

Completed in 62 milliseconds