Searched refs:gethex (Results 1 – 5 of 5) sorted by relevance
/third_party/FreeBSD/contrib/gdtoa/ |
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)
|
D | gdtoaimp.h | 559 #define gethex __gethex_D2A macro 615 extern int gethex ANSI((CONST char**, FPI*, Long*, Bigint**, int));
|
D | strtod.c | 184 switch((i = gethex(&s, &fpi1, &exp, &bb, sign)) & STRTOG_Retmask) {
|
D | strtodg.c | 391 irv = gethex(&s, fpi, exp, &rvb, sign);
|
/third_party/musl/ |
D | musl_src.gni | 2441 "$FREEBSD_DIR/contrib/gdtoa/gethex.c",
|