Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/include/support/win32/
Dsupport.h44 _LIBCPP_ALWAYS_INLINE float strtof( const char *nptr, char **endptr ) in strtof() function
/ndk/sources/cxx-stl/llvm-libc++/include/
Dcstdlib40 float strtof (const char* restrict nptr, char** restrict endptr); // C99
110 using ::strtof;
/ndk/sources/cxx-stl/llvm-libc++/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/llvm-libc++/test/language.support/support.runtime/
Dcstdlib.pass.cpp48 static_assert((std::is_same<decltype(std::strtof("", endptr)), float>::value), ""); in main()
/ndk/sources/cxx-stl/system/include/
Dcstdlib62 using ::strtof;
/ndk/sources/cxx-stl/llvm-libc++/src/
Dstring.cpp256 float r = strtof(p, &ptr); in stof()