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

1 2 3 4 5 6 7 8 910

  /bionic/libc/upstream-openbsd/lib/libc/locale/
wcstold.c 11 #define STRTOD_FUNC strtold
  /external/llvm/test/Transforms/InstCombine/
strto-1.ll 22 declare double @strtold(i8* %s, i8** %endptr)
23 ; CHECK: declare double @strtold(i8* readonly, i8** nocapture)
65 call double @strtold(i8* %x, i8** null)
66 ; CHECK-NEXT: call double @strtold(i8* nocapture %x, i8** null)
  /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/bionic/
strtold_l.cpp 32 return strtold(nptr, endptr);
strtold.cpp 34 long double strtold(const char* s, char** end_ptr) { function
  /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.6/x86_64-linux/include/c++/4.6/
cstdlib 156 #undef strtold
198 using ::strtold;
219 using ::__gnu_cxx::strtold;
240 using std::strtold;
  /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)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
cstdlib 156 #undef strtold
198 using ::strtold;
219 using ::__gnu_cxx::strtold;
240 using std::strtold;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
cstdlib 158 #undef strtold
200 using ::strtold;
221 using ::__gnu_cxx::strtold;
242 using std::strtold;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
cstdlib 156 #undef strtold
198 using ::strtold;
219 using ::__gnu_cxx::strtold;
240 using std::strtold;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
cstdlib 158 #undef strtold
200 using ::strtold;
221 using ::__gnu_cxx::strtold;
242 using std::strtold;
  /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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/tr1/
cstdlib 58 using std::strtold;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
cstdlib 58 using std::strtold;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
cstdlib 58 using std::strtold;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cstdlib 52 using std::strtold;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cstdlib 52 using std::strtold;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cstdlib 52 using std::strtold;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/
cstdlib 52 using std::strtold;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
cstdlib 58 using std::strtold;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
cstdlib 58 using std::strtold;
  /prebuilts/ndk/9/sources/android/support/include/
stdlib.h 42 long double strtold(const char*, char**);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
cstdlib 58 using std::strtold;

Completed in 2552 milliseconds

1 2 3 4 5 6 7 8 910