Home
last modified time | relevance | path

Searched refs:gethex (Results 1 – 5 of 5) sorted by relevance

/third_party/FreeBSD/contrib/gdtoa/
Dgethex.c40 gethex(sp, fpi, exp, bp, sign) in gethex() function
43 gethex( CONST char **sp, FPI *fpi, Long *exp, Bigint **bp, int sign)
Dgdtoaimp.h559 #define gethex __gethex_D2A macro
615 extern int gethex ANSI((CONST char**, FPI*, Long*, Bigint**, int));
Dstrtod.c184 switch((i = gethex(&s, &fpi1, &exp, &bb, sign)) & STRTOG_Retmask) {
Dstrtodg.c391 irv = gethex(&s, fpi, exp, &rvb, sign);
/third_party/musl/
Dmusl_src.gni2441 "$FREEBSD_DIR/contrib/gdtoa/gethex.c",