Home
last modified time | relevance | path

Searched refs:stod (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/string.conversions/
Dstod.pass.cpp21 assert(std::stod("0") == 0); in main()
22 assert(std::stod(L"0") == 0); in main()
23 assert(std::stod("-0") == 0); in main()
24 assert(std::stod(L"-0") == 0); in main()
25 assert(std::stod("-10") == -10); in main()
26 assert(std::stod(L"-10.5") == -10.5); in main()
27 assert(std::stod(" 10") == 10); in main()
28 assert(std::stod(L" 10") == 10); in main()
30 assert(std::stod("10g", &idx) == 10); in main()
33 assert(std::stod(L"10g", &idx) == 10); in main()
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dstring.cpp327 stod(const string& str, size_t* idx) in stod() function
333 stod(const wstring& str, size_t* idx) in stod() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dstring387 double stod (const string& str, size_t* idx = 0);
407 double stod (const wstring& str, size_t* idx = 0);
4130 _LIBCPP_FUNC_VIS double stod (const string& __str, size_t* __idx = 0);
4150 _LIBCPP_FUNC_VIS double stod (const wstring& __str, size_t* __idx = 0);
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk3615 $(call gen-test, strings/string.conversions/stod)
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk3624 $(call gen-test, strings/string.conversions/stod)