Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/src/support/android/
Dstdlib_support.c7 long double strtold(const char* nptr, char** endptr) { in strtold() function
Dlocale_support.c170 return strtold(nptr, endptr); in strtold_l()
/ndk/sources/cxx-stl/llvm-libc++/include/support/android/
Dstdlib.h22 long double strtold(const char*, char**);
/ndk/sources/cxx-stl/llvm-libc++/include/support/win32/
Dsupport.h48 _LIBCPP_ALWAYS_INLINE long double strtold( const char *nptr, char **endptr ) in strtold() function
/ndk/sources/cxx-stl/llvm-libc++/include/
Dcstdlib41 long double strtold (const char* restrict nptr, char** restrict endptr); // C99
111 using ::strtold;
/ndk/sources/cxx-stl/llvm-libc++/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++/include/support/solaris/
Dxlocale.h129 return strtold(__nptr, __endptr); in strtold_l()
/ndk/sources/cxx-stl/llvm-libc++/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++/src/
Dstring.cpp336 long double r = strtold(p, &ptr); in stold()