Searched refs:gethex (Results 1 - 4 of 4) sorted by relevance
/third_party/FreeBSD/contrib/gdtoa/ |
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 | 559 #define gethex __gethex_D2A macro 615 extern int gethex ANSI((CONST char**, FPI*, Long*, Bigint**, int));
|
H A D | strtodg.c | 391 irv = gethex(&s, fpi, exp, &rvb, sign);
|
H A D | strtod.c | 184 switch((i = gethex(&s, &fpi1, &exp, &bb, sign)) & STRTOG_Retmask) {
|
Completed in 4 milliseconds