/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/ |
cstdlib | 58 using std::strtold;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/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/ |
cstdlib | 194 #undef strtold 233 using ::strtold; 253 using ::__gnu_cxx::strtold;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ |
cstdlib | 194 #undef strtold 233 using ::strtold; 253 using ::__gnu_cxx::strtold;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ |
cstdlib | 194 #undef strtold 233 using ::strtold; 253 using ::__gnu_cxx::strtold;
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ |
cstdlib | 155 #undef strtold 195 using ::strtold; 215 using ::__gnu_cxx::strtold;
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ |
cstdlib | 155 #undef strtold 195 using ::strtold; 215 using ::__gnu_cxx::strtold;
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ |
cstdlib | 155 #undef strtold 195 using ::strtold; 215 using ::__gnu_cxx::strtold;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ |
cstdlib | 155 #undef strtold 195 using ::strtold; 215 using ::__gnu_cxx::strtold;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ |
cstdlib | 194 #undef strtold 233 using ::strtold; 253 using ::__gnu_cxx::strtold;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ |
cstdlib | 194 #undef strtold 233 using ::strtold; 253 using ::__gnu_cxx::strtold;
|
/external/libcxx/include/support/solaris/ |
xlocale.h | 49 return strtold(__nptr, __endptr);
|
/external/libcxx/include/ |
cstdlib | 41 long double strtold (const char* restrict nptr, char** restrict endptr); // C99 111 using ::strtold;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
cstdlib | 41 long double strtold (const char* restrict nptr, char** restrict endptr); // C99 111 using ::strtold;
|
/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/ |
cstdlib | 41 long double strtold (const char* restrict nptr, char** restrict endptr); // C99 111 using ::strtold;
|
/ndk/sources/android/support/src/ |
locale_support.c | 121 return strtold(nptr, endptr);
|
/external/llvm/test/Transforms/InstCombine/ |
disable-simplify-libcalls.ll | 34 declare x86_fp80 @strtold(i8*, i8**) 205 %ret = call x86_fp80 @strtold(i8* %x, i8** %y) 207 ; CHECK: call x86_fp80 @strtold
|
/bionic/tests/ |
stdlib_test.cpp | 297 TEST(stdlib, strtold) { 298 ASSERT_DOUBLE_EQ(1.23, strtold("1.23", NULL));
|
/bionic/libc/bionic/ |
locale.cpp | 204 return strtold(s, end_ptr);
|
/bionic/libc/include/ |
stdlib.h | 83 extern long double strtold(const char*, char**) __LIBC_ABI_PUBLIC__;
|
/development/ndk/platforms/android-21/include/ |
stdlib.h | 76 extern long double strtold(const char*, char**) __LIBC_ABI_PUBLIC__ __NDK_FPABI__;
|
/external/libcxx/include/support/xlocale/ |
xlocale.h | 161 return strtold(nptr, endptr);
|
/external/libcxx/test/std/depr/depr.c.headers/ |
stdlib_h.pass.cpp | 49 static_assert((std::is_same<decltype(strtold("", endptr)), long double>::value), "");
|
/external/libcxx/test/std/language.support/support.runtime/ |
cstdlib.pass.cpp | 49 static_assert((std::is_same<decltype(std::strtold("", endptr)), long double>::value), "");
|
/external/toybox/toys/posix/ |
printf.c | 127 long double ld = strtold(aa, &end);
|