Home
last modified time | relevance | path

Searched refs:dtoa (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/gdtoa/
H A Dchanges2 dtoa.c: adjust dtoa to allow negative ndigits for modes 3,5,7,9
10 Correct an inefficiency introduced 2 days ago in dtoa's handling of
14 dtoa.c: remove superfluous declaration of size_t.
17 dtoa.c: fix another bug in modes 3,5,7,9 when the result, before
22 dtoa.c: add some #ifdef KR_headers lines relevant only if IBM is
30 dtoa.c: tweak strtod (one-line addition) so the end-pointer = start
34 dtoa.c: adjust treatment of exponent field (in strtod) to behave
38 dtoa.c: fix a botch in placement of #ifdef __cplusplus (which only
42 dtoa.c: add #ifdef Bad_float_h lines for systems with missing or
46 dtoa.c: change < to <= in line 2059:
[all …]
H A DREADME16 are generalizations of the strtod and dtoa routines described in
136 Routine strtod is based on netlib's "dtoa.c from fp", and
200 For an example of more general conversions based on dtoa(), see
220 dmisc.c, dtoa.c gdota.c, and misc.c with MULTIPLE_THREADS #defined,
226 Routines that call dtoa or gdtoa directly must also invoke freedtoa(s)
227 to free the value s returned by dtoa or gdtoa. It's OK to do so whether
263 dtoa
340 Source files dtoa.c and strtod.c in this directory are derived from
341 netlib's "dtoa.c from fp" and are meant to function equivalently.
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.h513 #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.c76 dtoa in dtoa() function
/freebsd/lib/libc/gdtoa/
H A DMakefile.inc5 GDTOASRCS+=dmisc.c dtoa.c gdtoa.c gethex.c gmisc.c \
/freebsd/lib/libc/stdio/
H A Dxprintf_float.c43 #define dtoa __dtoa macro
254 dtoa(d, expchar ? 2 : 3, prec, in __printf_render_float()
H A Dprintfcommon.h48 #define dtoa __dtoa macro
H A Dvfprintf.c769 dtoa(fparg.dbl, expchar ? 2 : 3, prec, in __vfprintf()
H A Dvfwprintf.c829 dtoa(fparg.dbl, expchar ? 2 : 3, prec, in __vfwprintf()