HomeSort by relevance Sort by last modified time
    Searched defs:gethex (Results 1 - 3 of 3) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
gethex.c 40 gethex(sp, fpi, exp, bp, sign) function
43 gethex( CONST char **sp, FPI *fpi, Long *exp, Bigint **bp, int sign)
gdtoaimp.h 540 #define gethex __gethex_D2A macro
592 extern int gethex ANSI((CONST char**, FPI*, Long*, Bigint**, int));
  /ndk/sources/android/support/src/stdio/
strtod.c 455 gethex(CONST char **, CONST FPI *, Long *, Bigint **, int, locale_t);
1682 switch((i = gethex(&s, &fpi1, &exp, &bb, sign, 0)) & STRTOG_Retmask) {
3212 gethex( CONST char **sp, CONST FPI *fpi, Long *exp, Bigint **bp, int sign, locale_t loc) function
    [all...]

Completed in 405 milliseconds