Searched refs:gethex (Results 1 – 5 of 5) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/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 | 539 #define gethex __gethex_D2A macro 590 extern int gethex ANSI((CONST char**, FPI*, Long*, Bigint**, int));
|
D | strtod.c | 179 switch((i = gethex(&s, &fpi1, &exp, &bb, sign)) & STRTOG_Retmask) {
|
D | strtodg.c | 409 irv = gethex(&s, fpi, exp, &rvb, sign);
|
/bionic/libc/ |
D | Android.bp | 687 "upstream-openbsd/lib/libc/gdtoa/gethex.c",
|