Searched refs:g__fmt (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/gdtoa/ |
H A D | g__fmt.c | 40 g__fmt(b, s, se, decpt, sign, blen) char *b; char *s; char *se; int decpt; ULong sign; size_t blen; in g__fmt() function 42 g__fmt(char *b, char *s, char *se, int decpt, ULong sign, size_t blen)
|
H A D | makefile | 49 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 D | g_ffmt.c | 92 return g__fmt(buf, s, se, decpt, sign, bufsize);
|
H A D | g_dfmt.c | 94 return g__fmt(buf, s, se, decpt, sign, bufsize);
|
H A D | g_xLfmt.c | 112 return g__fmt(buf, s, se, decpt, sign, bufsize);
|
H A D | g_xfmt.c | 118 return g__fmt(buf, s, se, decpt, sign, bufsize);
|
H A D | g_Qfmt.c | 118 return g__fmt(buf, s, se, decpt, sign, bufsize);
|
H A D | gdtoaimp.h | 561 #define g__fmt __g__fmt_D2A macro 617 extern char *g__fmt ANSI((char*, char*, char*, int, ULong, size_t));
|
H A D | g_ddfmt.c | 167 b = g__fmt(buf, s, se, decpt, z->sign, bufsize);
|
H A D | changes | 357 USE_LOCALE lines to g__fmt.c (to affect binary --> decimal conversions 359 In short, compiling strtod.c, strtodg.c, and g__fmt.c with -DUSE_LOCALE 502 gdtoaimp.h, *fmt.c: change in calling sequence to internal g__fmt(), 539 dtoa.c, gdtoa/{g__fmt.c, gethex.c, strtod.c, strtodg.c}: change malloc
|
H A D | README | 336 Compiling g__fmt.c, strtod.c, and strtodg.c with -DUSE_LOCALE causes
|