Home
last modified time | relevance | path

Searched refs:strtold (Results 1 – 10 of 10) sorted by relevance

/ndk/sources/android/support/src/
Dstdlib_support.c37 long double strtold(const char* nptr, char** endptr) { in strtold() function
Dlocale_support.c124 return strtold(nptr, endptr); in strtold_l()
/ndk/sources/android/support/include/
Dstdlib.h42 long double strtold(const char*, char**);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcstdlib41 long double strtold (const char* restrict nptr, char** restrict endptr); // C99
111 using ::strtold;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
Dsupport.h59 _LIBCPP_ALWAYS_INLINE long double strtold(const char *nptr, char **endptr) in strtold() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dstdlib_h.pass.cpp49 static_assert((std::is_same<decltype(strtold("", endptr)), long double>::value), ""); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
Dxlocale.h138 return strtold(__nptr, __endptr); in strtold_l()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/
Dcstdlib.pass.cpp49 static_assert((std::is_same<decltype(std::strtold("", endptr)), long double>::value), ""); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
Dxlocale.h289 return strtold(__nptr, __endptr); in strtold_l()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dstring.cpp225 return as_float_helper<long double>( func, s, idx, strtold ); in as_float()