Searched refs:gethex (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/gdtoa/ |
H A D | makefile | 50 g_ffmt.c g_xLfmt.c g_xfmt.c gdtoa.c gethex.c gmisc.c hd_init.c\ 70 gdtoa_fltrnds.h gdtoaimp.h gethex.c gmisc.c hd_init.c hexnan.c\
|
H A D | changes | 307 gdtoa.tgz: gethex.c: adjust logic for reading hex constants to accord 364 gdtoa.tgz: gethex.c: add #ifdef USE_LOCAL logic; strtod.c: fix a 365 glitch in handling 0x... input (the return from gethex was ignored). 368 gdtoa.tgz: gethex.c: pedantic (and normally invisible) change: 372 gdtoa.tgz: gethex.c: supply missing parens in test for whether a 375 strtod.c: switch on gethex(...) & STRTOG_Retmask rather than just on 376 gethex(), and only copybits(..., bb) when bb is nonzero. This 396 gethex.c: fix the bug reported by Stefan Farfeleder of ignoring a 408 gdtoa.tgz: gethex.c: fix a glitch introduced last week (and reported 464 gdtoa.tgz: gethex.c: have, e.g., strtod("0xyz",&se) set se to "xyz". [all …]
|
H A D | gethex.c | 40 gethex(sp, fpi, exp, bp, sign) in gethex() function 43 gethex( CONST char **sp, FPI *fpi, Long *exp, Bigint **bp, int sign)
|
H A D | gdtoaimp.h | 562 #define gethex __gethex_D2A macro 618 extern int gethex ANSI((CONST char**, FPI*, Long*, Bigint**, int));
|
H A D | strtod.c | 184 switch((i = gethex(&s, &fpi1, &exp, &bb, sign)) & STRTOG_Retmask) {
|
H A D | strtodg.c | 391 irv = gethex(&s, fpi, exp, &rvb, sign);
|
/freebsd/lib/libc/gdtoa/ |
H A D | Makefile.inc | 5 GDTOASRCS+=dmisc.c dtoa.c gdtoa.c gethex.c gmisc.c \
|