HomeSort by relevance Sort by last modified time
    Searched refs:strtold (Results 1 - 25 of 124) sorted by null

1 2 3 4 5

  /bionic/libc/bionic/
strtold_l.cpp 32 return strtold(nptr, endptr);
strtold.cpp 34 long double strtold(const char* s, char** end_ptr) { function
  /bionic/libc/upstream-openbsd/lib/libc/locale/
wcstold.c 11 #define STRTOD_FUNC strtold
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
stdlib-ldbl.h 26 __LDBL_REDIR1_DECL (strtold, strtod)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
stdlib-ldbl.h 26 __LDBL_REDIR1_DECL (strtold, strtod)
  /ndk/sources/android/support/include/
stdlib.h 42 long double strtold(const char*, char**);
  /ndk/sources/android/support/src/
stdlib_support.c 37 long double strtold(const char* nptr, char** endptr) { function
locale_support.c 124 return strtold(nptr, endptr);
  /prebuilts/ndk/9/sources/android/support/include/
stdlib.h 42 long double strtold(const char*, char**);
  /external/clang/test/CodeGen/
libcalls-fno-builtin.c 25 long double strtold(const char *nptr, char **endptr);
107 long double t20(char **x) { return strtold("123.4", x); }
109 // CHECK: strtold
  /bionic/libc/include/
stdlib.h 76 extern long double strtold(const char*, char**) __LIBC_ABI_PUBLIC__;
  /development/ndk/platforms/android-L/include/
stdlib.h 76 extern long double strtold(const char*, char**) __LIBC_ABI_PUBLIC__;
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
stdlib.h 76 extern long double strtold(const char*, char**) __LIBC_ABI_PUBLIC__ __NDK_FPABI__;
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
stdlib.h 76 extern long double strtold(const char*, char**) __LIBC_ABI_PUBLIC__ __NDK_FPABI__;
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
stdlib.h 76 extern long double strtold(const char*, char**) __LIBC_ABI_PUBLIC__ __NDK_FPABI__;
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
stdlib.h 76 extern long double strtold(const char*, char**) __LIBC_ABI_PUBLIC__ __NDK_FPABI__;
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
stdlib.h 76 extern long double strtold(const char*, char**) __LIBC_ABI_PUBLIC__ __NDK_FPABI__;
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
stdlib.h 76 extern long double strtold(const char*, char**) __LIBC_ABI_PUBLIC__ __NDK_FPABI__;
  /external/libcxx/include/support/android/
locale_bionic.h 159 return strtold(nptr, endptr);
  /external/libcxx/include/support/win32/
support.h 59 _LIBCPP_ALWAYS_INLINE long double strtold(const char *nptr, char **endptr) function
  /external/libcxx/test/depr/depr.c.headers/
stdlib_h.pass.cpp 49 static_assert((std::is_same<decltype(strtold("", endptr)), long double>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
support.h 59 _LIBCPP_ALWAYS_INLINE long double strtold(const char *nptr, char **endptr) function
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
stdlib_h.pass.cpp 49 static_assert((std::is_same<decltype(strtold("", endptr)), long double>::value), "");
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
support.h 59 _LIBCPP_ALWAYS_INLINE long double strtold(const char *nptr, char **endptr) function
  /bionic/tests/
stdlib_test.cpp 202 TEST(stdlib, strtold) {
203 ASSERT_DOUBLE_EQ(1.23, strtold("1.23", NULL));

Completed in 440 milliseconds

1 2 3 4 5