Home
last modified time | relevance | path

Searched refs:strtof (Results 1 – 6 of 6) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcstdlib40 float strtof (const char* restrict nptr, char** restrict endptr); // C99
110 using ::strtof;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
Dsupport.h51 _LIBCPP_ALWAYS_INLINE float strtof(const char *nptr, char **endptr) in strtof() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dstdlib_h.pass.cpp48 static_assert((std::is_same<decltype(strtof("", endptr)), float>::value), ""); in main()
/ndk/sources/cxx-stl/gabi++/include/
Dcstdlib62 using ::strtof;
/ndk/sources/cxx-stl/system/include/
Dcstdlib62 using ::strtof;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/
Dcstdlib.pass.cpp48 static_assert((std::is_same<decltype(std::strtof("", endptr)), float>::value), ""); in main()