Searched refs:gethex (Results 1 – 6 of 6) 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 | 540 #define gethex __gethex_D2A macro 592 extern int gethex ANSI((CONST char**, FPI*, Long*, Bigint**, int));
|
D | strtod.c | 182 switch((i = gethex(&s, &fpi1, &exp, &bb, sign)) & STRTOG_Retmask) {
|
D | strtodg.c | 412 irv = gethex(&s, fpi, exp, &rvb, sign);
|
/bionic/libc/ |
D | Android.mk | 352 upstream-openbsd/lib/libc/gdtoa/gethex.c \
|
D | Android.bp | 770 "upstream-openbsd/lib/libc/gdtoa/gethex.c",
|