Searched refs:gdtoa (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.3-release/lib/libc/gdtoa/
H A DMakefile.inc1 # $FreeBSD: releng/10.3/lib/libc/gdtoa/Makefile.inc 178140 2008-04-12 03:11:36Z das $
3 # netlib gdtoa sources
4 .PATH: ${.CURDIR}/gdtoa
7 GDTOASRCS+=dmisc.c dtoa.c gdtoa.c gethex.c gmisc.c \
11 SYM_MAPS+=${.CURDIR}/gdtoa/Symbol.map
13 CFLAGS+=-I${.CURDIR}/../../contrib/gdtoa
19 ln -sf ${.CURDIR}/../../contrib/gdtoa/${src} ${.TARGET}
H A D_ldtoa.c28 __FBSDID("$FreeBSD: releng/10.3/lib/libc/gdtoa/_ldtoa.c 174488 2007-12-09 19:48:57Z das $");
39 * ldtoa() is a wrapper for gdtoa() that makes it smell like dtoa(),
69 * gdtoa doesn't know anything about the sign of the number, so
103 ret = gdtoa(&fpi, be, vbits, &kind, mode, ndigits, decpt, rve);
/freebsd-10.3-release/contrib/gdtoa/
H A Dmakefile35 # invoke "make Printf" to add printf.o to gdtoa.a (if desired)
37 all: arith.h gd_qnan.h gdtoa.a
49 gdtoa.a: dmisc.c dtoa.c g_Qfmt.c g__fmt.c g_ddfmt.c g_dfmt.c\
50 g_ffmt.c g_xLfmt.c g_xfmt.c gdtoa.c gethex.c gmisc.c hd_init.c\
57 x=`echo $? | sed 's/\.c/.o/g'` && $(AR) $(ARFLAGS) gdtoa.a $$x && rm $$x
58 ranlib gdtoa.a || true
62 $(AR) $(ARFLAGS) gdtoa.a printf.o
69 g_dfmt.c g_ffmt.c g_xLfmt.c g_xfmt.c gdtoa.c gdtoa.h\
H A Dg_dfmt.c93 s = gdtoa(fpi, ex, bits, &i, mode, ndig, &decpt, &se);
H A Dg_ffmt.c91 s = gdtoa(fpi, ex, bits, &i, mode, ndig, &decpt, &se);
H A Dg_xLfmt.c111 s = gdtoa(fpi, ex, bits, &i, mode, ndig, &decpt, &se);
H A Dg_xfmt.c117 s = gdtoa(fpi, ex, bits, &i, mode, ndig, &decpt, &se);
H A Dg_Qfmt.c117 s = gdtoa(fpi, ex, bits, &i, mode, ndig, &decpt, &se);
H A Dgdtoa.h108 extern char* gdtoa ANSI((FPI *fpi, int be, ULong *bits, int *kindp,
H A Dg_ddfmt.c166 s = gdtoa(&fpi, ex, bits, &i, mode, ndig, &decpt, &se);
H A Dgdtoaimp.h29 /* $FreeBSD: releng/10.3/contrib/gdtoa/gdtoaimp.h 227753 2011-11-20 14:45:42Z theraven $ */
127 * pathological cases, e.g., in a gdtoa call after a gdtoa return in
136 * longest string gdtoa can return is about 751 bytes long. For
137 * conversions by strtod of strings of 800 digits and all gdtoa
185 #include "gdtoa.h"
514 #define gdtoa __gdtoa macro
543 /* Protect gdtoa-internal symbols */
615 extern char *gdtoa ANSI((FPI *fpi, int be, ULong *bits, int *kindp,
H A Dgdtoa.c112 gdtoa function

Completed in 147 milliseconds