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

  /external/mesa3d/src/util/
strtod.c 79 return strtof_l(s, end, loc);
  /bionic/libc/bionic/
stdlib_l.cpp 36 float strtof_l(const char* s, char** end_ptr, locale_t) { function
  /external/libcxx/include/support/solaris/
xlocale.h 57 float strtof_l(const char *__nptr, char **__endptr, function
  /external/libcxx/include/support/xlocale/
__strtonum_fallback.h 23 inline _LIBCPP_ALWAYS_INLINE float strtof_l(const char *nptr, function
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/support/solaris/
xlocale.h 57 float strtof_l(const char *__nptr, char **__endptr, function
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/support/xlocale/
__strtonum_fallback.h 23 inline _LIBCPP_ALWAYS_INLINE float strtof_l(const char *nptr, function
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/support/solaris/
xlocale.h 57 float strtof_l(const char *__nptr, char **__endptr, function
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/support/xlocale/
__strtonum_fallback.h 23 inline _LIBCPP_ALWAYS_INLINE float strtof_l(const char *nptr, function
  /bionic/libc/include/
stdlib.h 230 float strtof_l(const char*, char**, locale_t) __INTRODUCED_IN(26);
  /external/libcxx/include/support/win32/
locale_win32.h 50 #define strtof_l _strtof_l macro
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/support/win32/
locale_win32.h 50 #define strtof_l _strtof_l macro
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/support/win32/
locale_win32.h 50 #define strtof_l _strtof_l macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdlib.h 265 extern float strtof_l (__const char *__restrict __nptr,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdlib.h 265 extern float strtof_l (__const char *__restrict __nptr,
    [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc     [all...]

Completed in 857 milliseconds