HomeSort by relevance Sort by last modified time
    Searched refs:gethex (Results 1 - 7 of 7) 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));
strtod.c 182 switch((i = gethex(&s, &fpi1, &exp, &bb, sign)) & STRTOG_Retmask) {
strtodg.c 412 irv = gethex(&s, fpi, exp, &rvb, sign);
  /ndk/sources/android/support/src/stdio/
strtod.c 445 gethex(CONST char **, CONST FPI *, Long *, Bigint **, int, locale_t);
1672 switch((i = gethex(&s, &fpi1, &exp, &bb, sign, 0)) & STRTOG_Retmask) {
3202 gethex( CONST char **sp, CONST FPI *fpi, Long *exp, Bigint **bp, int sign, locale_t loc) function
    [all...]
  /external/libweave/third_party/chromium/base/third_party/dmg_fp/
dtoa.cc     [all...]
  /bionic/libc/
Android.mk 352 upstream-openbsd/lib/libc/gdtoa/gethex.c \
    [all...]

Completed in 96 milliseconds