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

1 2 3 4

  /ndk/sources/android/support/src/
stdlib_support.c 35 long double strtold(const char* nptr, char** endptr) { function
locale_support.c 121 return strtold(nptr, endptr);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
stdlib-ldbl.h 26 __LDBL_REDIR1_DECL (strtold, strtod)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stdlib-ldbl.h 26 __LDBL_REDIR1_DECL (strtold, strtod)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stdlib-ldbl.h 26 __LDBL_REDIR1_DECL (strtold, strtod)
  /ndk/sources/android/support/include/
stdlib.h 39 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
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
support.h 45 _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), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
xlocale.h 129 return strtold(__nptr, __endptr);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/
cstdlib.pass.cpp 49 static_assert((std::is_same<decltype(std::strtold("", endptr)), long double>::value), "");
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 568 /// long double strtold(const char *nptr, char **endptr);
569 strtold, enumerator in enum:llvm::LibFunc::Func
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 661 /* Define to 1 if you have the `strtold' function. */
1408 # define strtold macro
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 661 /* Define to 1 if you have the `strtold' function. */
1408 # define strtold macro
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 661 /* Define to 1 if you have the `strtold' function. */
1408 # define strtold macro
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 661 /* Define to 1 if you have the `strtold' function. */
1408 # define strtold macro
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
c++config.h 661 /* Define to 1 if you have the `strtold' function. */
1408 # define strtold macro
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 661 /* Define to 1 if you have the `strtold' function. */
1408 # define strtold macro
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 661 /* Define to 1 if you have the `strtold' function. */
1408 # define strtold macro
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
c++config.h 661 /* Define to 1 if you have the `strtold' function. */
1408 # define strtold macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi/include/bits/
c++config.h 661 /* Define to 1 if you have the `strtold' function. */
1408 # define strtold macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include/bits/
c++config.h 661 /* Define to 1 if you have the `strtold' function. */
1408 # define strtold macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/mips/include/bits/
c++config.h 661 /* Define to 1 if you have the `strtold' function. */
1408 # define strtold macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/x86/include/bits/
c++config.h 661 /* Define to 1 if you have the `strtold' function. */
1408 # define strtold macro
    [all...]
  /external/compiler-rt/lib/msan/
msan_interceptors.cc 309 INTERCEPTOR(long double, strtold, const char *nptr, char **endptr) { // NOLINT
311 long double res = REAL(strtold)(nptr, endptr); // NOLINT
    [all...]

Completed in 178 milliseconds

1 2 3 4