Home
last modified time | relevance | path

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

/netbsd/lib/libc/gdtoa/test/
H A Ddtst.out5 dtoa(mode = 0, ndigits = 17):
20 dtoa(mode = 0, ndigits = 17):
35 dtoa(mode = 0, ndigits = 17):
50 dtoa(mode = 0, ndigits = 17):
65 dtoa(mode = 0, ndigits = 17):
80 dtoa(mode = 0, ndigits = 17):
95 dtoa(mode = 0, ndigits = 17):
110 dtoa(mode = 0, ndigits = 17):
125 dtoa(mode = 0, ndigits = 17):
140 dtoa(mode = 0, ndigits = 17):
[all …]
H A Ddt.c78 extern "C" char *dtoa(double, int, int, int*, int*, char **);
80 extern char *dtoa ANSI((double, int, int, int*, int*, char **));
98 s = dtoa(x, 0, 0, &decpt, &sign, &se);
171 s = dtoa(dval(d), 0, 0, &decpt, &sign, &se);
245 s = dtoa(dval(&d), mode, ndigits, &decpt, &sign, &se); in main()
264 s = dtoa(dval(&d), mode, ndigits, &decpt, &sign, &se); in main()
283 s = dtoa(dval(&d), mode, ndigits, &decpt, &sign, &se); in main()
H A Dtestnos3331 # 20090316 in dtoa.c to speed handling of absurdly long input:
/netbsd/lib/libc/gdtoa/
H A Dgdtoa.h115 #define dtoa __dtoa macro
127 extern char* dtoa ANSI((double d, int mode, int ndigits, int *decpt,
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 DMakefile.inc30 SRCS+= dtoa.c ldtoa.c hdtoa.c gdtoa.c
H A Dldtoa.c107 return dtoa((double)*ld, mode, ndigits, decpt, sign, rve); in ldtoa()
H A Dxsum0.out4 dtoa.c f6ed7306 17542
H A Dgdtoaimp.h605 extern char *dtoa ANSI((double d, int mode, int ndigits,
H A Ddtoa.c78 dtoa in dtoa() function
/netbsd/external/gpl3/gcc.old/dist/gcc/config/mmix/
H A Dmmix.md1040 ;; As of r190682 still so: newlib/libc/stdlib/dtoa.c ICEs if "p" is used.
/netbsd/external/gpl3/gcc/dist/gcc/config/mmix/
H A Dmmix.md1050 ;; As of r190682 still so: newlib/libc/stdlib/dtoa.c ICEs if "p" is used.