/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/string.conversions/ |
stold.pass.cpp | 12 // long double stold(const string& str, size_t *idx = 0); 13 // long double stold(const wstring& str, size_t *idx = 0); 23 assert(std::stold("0") == 0); 24 assert(std::stold(L"0") == 0); 25 assert(std::stold("-0") == 0); 26 assert(std::stold(L"-0") == 0); 27 assert(std::stold("-10") == -10); 28 assert(std::stold(L"-10.5") == -10.5); 29 assert(std::stold(" 10") == 10); 30 assert(std::stold(L" 10") == 10) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
string.cpp | 335 stold(const string& str, size_t* idx) function 337 return as_float<long double>( "stold", str, idx ); 341 stold(const wstring& str, size_t* idx) function 343 return as_float<long double>( "stold", str, idx );
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
basic_string.h | 2602 stold(const string& __str, size_t* __idx = 0) function 2663 stold(const wstring& __str, size_t* __idx = 0) function [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
vstring.h | 2498 stold(const __vstring& __str, std::size_t* __idx = 0) function 2558 stold(const __wvstring& __str, std::size_t* __idx = 0) function [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
basic_string.h | 2798 stold(const string& __str, size_t* __idx = 0) function 2901 stold(const wstring& __str, size_t* __idx = 0) function [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/ |
vstring.h | 2575 stold(const __vstring& __str, std::size_t* __idx = 0) function 2677 stold(const __wvstring& __str, std::size_t* __idx = 0) function [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
basic_string.h | 2798 stold(const string& __str, size_t* __idx = 0) function 2901 stold(const wstring& __str, size_t* __idx = 0) function [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/ |
vstring.h | 2575 stold(const __vstring& __str, std::size_t* __idx = 0) function 2677 stold(const __wvstring& __str, std::size_t* __idx = 0) function [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
basic_string.h | 2602 stold(const string& __str, size_t* __idx = 0) function 2663 stold(const wstring& __str, size_t* __idx = 0) function [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
vstring.h | 2498 stold(const __vstring& __str, std::size_t* __idx = 0) function 2558 stold(const __wvstring& __str, std::size_t* __idx = 0) function [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
basic_string.h | 2602 stold(const string& __str, size_t* __idx = 0) function 2663 stold(const wstring& __str, size_t* __idx = 0) function [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
vstring.h | 2498 stold(const __vstring& __str, std::size_t* __idx = 0) function 2558 stold(const __wvstring& __str, std::size_t* __idx = 0) function [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
basic_string.h | 2602 stold(const string& __str, size_t* __idx = 0) function 2663 stold(const wstring& __str, size_t* __idx = 0) function [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/ |
vstring.h | 2498 stold(const __vstring& __str, std::size_t* __idx = 0) function 2558 stold(const __wvstring& __str, std::size_t* __idx = 0) function [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
basic_string.h | 2602 stold(const string& __str, size_t* __idx = 0) function 2663 stold(const wstring& __str, size_t* __idx = 0) function [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/ |
vstring.h | 2494 stold(const __vstring& __str, std::size_t* __idx = 0) function 2554 stold(const __wvstring& __str, std::size_t* __idx = 0) function [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
basic_string.h | 2798 stold(const string& __str, size_t* __idx = 0) function 2901 stold(const wstring& __str, size_t* __idx = 0) function [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
vstring.h | 2575 stold(const __vstring& __str, std::size_t* __idx = 0) function 2677 stold(const __wvstring& __str, std::size_t* __idx = 0) function [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
basic_string.h | 2856 stold(const string& __str, size_t* __idx = 0) function 2959 stold(const wstring& __str, size_t* __idx = 0) function [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
vstring.h | 2584 stold(const __vstring& __str, std::size_t* __idx = 0) function 2686 stold(const __wvstring& __str, std::size_t* __idx = 0) function [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
basic_string.h | 2798 stold(const string& __str, size_t* __idx = 0) function 2901 stold(const wstring& __str, size_t* __idx = 0) function [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
vstring.h | 2575 stold(const __vstring& __str, std::size_t* __idx = 0) function 2677 stold(const __wvstring& __str, std::size_t* __idx = 0) function [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
basic_string.h | 2856 stold(const string& __str, size_t* __idx = 0) function 2959 stold(const wstring& __str, size_t* __idx = 0) function [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
vstring.h | 2584 stold(const __vstring& __str, std::size_t* __idx = 0) function 2686 stold(const __wvstring& __str, std::size_t* __idx = 0) function [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/ |
vstring.h | 2618 stold(const __vstring& __str, std::size_t* __idx = 0) function 2720 stold(const __wvstring& __str, std::size_t* __idx = 0) function [all...] |