Searched refs:g_dfmt (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/lib/libc/gdtoa/
H A Dg_dfmt.c1 /* $NetBSD: g_dfmt.c,v 1.4 2019/08/01 02:27:43 riastradh Exp $ */
38 g_dfmt(buf, d, ndig, bufsize) char *buf; double *d; int ndig; size_t bufsize; function
40 g_dfmt(char *buf, double *d, int ndig, size_t bufsize)
H A Dmakefile49 gdtoa.a: dmisc.c dtoa.c g_Qfmt.c g__fmt.c g_ddfmt.c g_dfmt.c\
69 g_dfmt.c g_ffmt.c g_xLfmt.c g_xfmt.c gdtoa.c gdtoa.h\
H A Dgdtoa.h145 extern char* g_dfmt ANSI((char*, double*, int, size_t));
/netbsd-current/lib/libc/gdtoa/test/
H A DdItest.c48 g_dfmt(buf, &d, 0, sizeof(buf));
H A Dmakefile42 dItest = dItest.o getround.o g_dfmt.o strtoId.o strtodI.o \
47 ddtest = ddtest.o getround.o g_dfmt.o strtordd.o strtopdd.o g_ddfmt.o \
52 dtest = dtest.o getround.o g_dfmt.o strtopd.o strtoId.o \
78 g_dfmt.o g_ddfmt.o g__fmt.o strtoIg.o
83 g_dfmt.o g__fmt.o strtoIg.o
H A Ddtest.c32 /* Test program for g_dfmt, strtoId, strtod, strtopd, and strtord.
49 * (least significant) word, and ndig is a parameters to g_dfmt.
108 se = g_dfmt(obuf, &u.f, ndig, sizeof(obuf));
109 printf("g_dfmt(%d) gives %d bytes: \"%s\"\n\n",
H A Dddtest.c73 g_dfmt(buf,&d,0,sizeof(buf));

Completed in 105 milliseconds