Home
last modified time | relevance | path

Searched refs:g__fmt (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/gdtoa/
H A Dg__fmt.c40 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 Dmakefile49 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 Dg_ffmt.c92 return g__fmt(buf, s, se, decpt, sign, bufsize);
H A Dg_dfmt.c94 return g__fmt(buf, s, se, decpt, sign, bufsize);
H A Dg_xLfmt.c112 return g__fmt(buf, s, se, decpt, sign, bufsize);
H A Dg_xfmt.c118 return g__fmt(buf, s, se, decpt, sign, bufsize);
H A Dg_Qfmt.c118 return g__fmt(buf, s, se, decpt, sign, bufsize);
H A Dgdtoaimp.h561 #define g__fmt __g__fmt_D2A macro
617 extern char *g__fmt ANSI((char*, char*, char*, int, ULong, size_t));
H A Dg_ddfmt.c167 b = g__fmt(buf, s, se, decpt, z->sign, bufsize);
H A Dchanges357 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 DREADME336 Compiling g__fmt.c, strtod.c, and strtodg.c with -DUSE_LOCALE causes