HomeSort by: relevance | last modified time | path
    Searched refs:gdtoa (Results 1 - 11 of 11) sorted by relevancy

  /src/lib/libc/gdtoa/
makefile 35 # 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 ruv gdtoa.a $$x && rm $$x
58 ranlib gdtoa.a || true
62 ar ruv gdtoa.a printf.o
69 g_dfmt.c g_ffmt.c g_xLfmt.c g_xfmt.c gdtoa.c gdtoa.h\
g_dfmt.c 95 s = gdtoa(fpi, ex, bits, &i, mode, ndig, &decpt, &se);
g_ffmt.c 93 s = gdtoa(fpi, ex, bits, &i, mode, ndig, &decpt, &se);
g_xLfmt.c 113 s = gdtoa(fpi, ex, bits, &i, mode, ndig, &decpt, &se);
ldtoa.c 31 __FBSDID("$FreeBSD: src/lib/libc/gdtoa/_ldtoa.c,v 1.2 2004/01/18 07:53:49 das Exp $");
47 * ldtoa() is a wrapper for gdtoa() that makes it smell like dtoa(),
102 ret = gdtoa(&fpi, be, (ULong *)bits, &kind, mode, ndigits, decpt, rve);
gdtoa.h 1 /* $NetBSD: gdtoa.h,v 1.11 2019/08/01 02:27:43 riastradh Exp $ */
116 #define gdtoa __gdtoa macro
136 extern char* gdtoa ANSI((CONST FPI *fpi, int be, ULong *bits, int *kindp,
g_Qfmt.c 119 s = gdtoa(fpi, ex, bits, &i, mode, ndig, &decpt, &se);
g_xfmt.c 119 s = gdtoa(fpi, ex, bits, &i, mode, ndig, &decpt, &se);
g_ddfmt.c 181 s = gdtoa(&fpi, ex, bits, &i, mode, ndig, &decpt, &se);
gdtoa.c 1 /* $NetBSD: gdtoa.c,v 1.11 2024/01/20 14:52:47 christos Exp $ */
118 gdtoa function
  /src/lib/libc/gdtoa/test/
makefile 28 CFLAGS+=-I${.CURDIR}/../../arch/${MACHINE_ARCH:S/m68ksf/m68k/}/gdtoa
34 .PATH: /usr/src/lib/libc/gdtoa
142 # To test Printf in ../gdtoa.a, "make pf_test" and perhaps "make pf_testLq"

Completed in 14 milliseconds