HomeSort by: relevance | last modified time | path
    Searched defs:gdtoa (Results 1 - 3 of 3) 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\
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,
gdtoa.c 1 /* $NetBSD: gdtoa.c,v 1.11 2024/01/20 14:52:47 christos Exp $ */
118 gdtoa function

Completed in 13 milliseconds