HomeSort by relevance Sort by last modified time
    Searched refs:digittoint (Results 1 - 4 of 4) sorted by null

  /bionic/libm/
freebsd-compat.h 30 // digittoint is in BSD's <ctype.h>, but not ours, so we have a secret
35 #define digittoint __libm_digittoint macro
36 int digittoint(char ch);
digittoint.c 31 /* digittoint is in the FreeBSD C library, but implemented in terms of locale stuff. */
32 __LIBC_HIDDEN__ int digittoint(char ch) { function
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_nan.c 74 words[bitpos / 32] |= digittoint(s[si]) << (bitpos % 32);
  /prebuilts/ndk/r16/sources/android/support/
Android.mk 80 $(BIONIC_PATH)/libm/digittoint.c \

Completed in 67 milliseconds