Searched refs:strtold (Results 1 – 10 of 10) sorted by relevance
/ndk/sources/android/support/src/ |
D | stdlib_support.c | 37 long double strtold(const char* nptr, char** endptr) { in strtold() function
|
D | locale_support.c | 121 return strtold(nptr, endptr); in strtold_l()
|
/ndk/sources/android/support/include/ |
D | stdlib.h | 44 long double strtold(const char*, char**);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/ |
D | support.h | 59 _LIBCPP_ALWAYS_INLINE long double strtold(const char *nptr, char **endptr) in strtold() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | cstdlib | 41 long double strtold (const char* restrict nptr, char** restrict endptr); // C99 111 using ::strtold;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
D | stdlib_h.pass.cpp | 49 static_assert((std::is_same<decltype(strtold("", endptr)), long double>::value), ""); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/ |
D | xlocale.h | 138 return strtold(__nptr, __endptr); in strtold_l()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/ |
D | cstdlib.pass.cpp | 49 static_assert((std::is_same<decltype(std::strtold("", endptr)), long double>::value), ""); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/ |
D | xlocale.h | 289 return strtold(__nptr, __endptr); in strtold_l()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | string.cpp | 225 return as_float_helper<long double>( func, s, idx, strtold ); in as_float()
|