Searched refs:strtold (Results 1 – 9 of 9) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/src/support/android/ |
D | stdlib_support.c | 7 long double strtold(const char* nptr, char** endptr) { in strtold() function
|
D | locale_support.c | 170 return strtold(nptr, endptr); in strtold_l()
|
/ndk/sources/cxx-stl/llvm-libc++/include/support/android/ |
D | stdlib.h | 22 long double strtold(const char*, char**);
|
/ndk/sources/cxx-stl/llvm-libc++/include/support/win32/ |
D | support.h | 48 _LIBCPP_ALWAYS_INLINE long double strtold( const char *nptr, char **endptr ) in strtold() function
|
/ndk/sources/cxx-stl/llvm-libc++/include/ |
D | cstdlib | 41 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/ |
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++/include/support/solaris/ |
D | xlocale.h | 129 return strtold(__nptr, __endptr); in strtold_l()
|
/ndk/sources/cxx-stl/llvm-libc++/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++/src/ |
D | string.cpp | 336 long double r = strtold(p, &ptr); in stold()
|