Searched refs:dtoa (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/gdtoa/ |
H A D | changes | 2 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 D | README | 16 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 D | makefile | 49 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 D | gdtoa.h | 106 extern char* dtoa ANSI((double d, int mode, int ndigits, int *decpt,
|
H A D | gdtoaimp.h | 513 #define dtoa __dtoa macro 612 extern char *dtoa ANSI((double d, int mode, int ndigits,
|
H A D | printf.c0 | 301 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 D | dtoa.c | 76 dtoa in dtoa() function
|
/freebsd/lib/libc/gdtoa/ |
H A D | Makefile.inc | 5 GDTOASRCS+=dmisc.c dtoa.c gdtoa.c gethex.c gmisc.c \
|
/freebsd/lib/libc/stdio/ |
H A D | xprintf_float.c | 43 #define dtoa __dtoa macro 254 dtoa(d, expchar ? 2 : 3, prec, in __printf_render_float()
|
H A D | printfcommon.h | 48 #define dtoa __dtoa macro
|
H A D | vfprintf.c | 769 dtoa(fparg.dbl, expchar ? 2 : 3, prec, in __vfprintf()
|
H A D | vfwprintf.c | 829 dtoa(fparg.dbl, expchar ? 2 : 3, prec, in __vfwprintf()
|