Home
last modified time | relevance | path

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

/aosp12/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
H A Dgethex.c40 gethex(sp, fpi, exp, bp, sign) in gethex() function
43 gethex( CONST char **sp, FPI *fpi, Long *exp, Bigint **bp, int sign)
H A Dgdtoaimp.h539 #define gethex __gethex_D2A macro
590 extern int gethex ANSI((CONST char**, FPI*, Long*, Bigint**, int));
H A Dstrtod.c179 switch((i = gethex(&s, &fpi1, &exp, &bb, sign)) & STRTOG_Retmask) {
H A Dstrtodg.c409 irv = gethex(&s, fpi, exp, &rvb, sign);
/aosp12/bionic/libc/
H A DAndroid.bp710 "upstream-openbsd/lib/libc/gdtoa/gethex.c",