/external/libcxx/test/std/strings/string.conversions/ |
stof.pass.cpp | 15 // float stof(const string& str, size_t *idx = 0); 16 // float stof(const wstring& str, size_t *idx = 0); 24 assert(std::stof("0") == 0); 25 assert(std::stof(L"0") == 0); 26 assert(std::stof("-0") == 0); 27 assert(std::stof(L"-0") == 0); 28 assert(std::stof("-10") == -10); 29 assert(std::stof(L"-10.5") == -10.5); 30 assert(std::stof(" 10") == 10); 31 assert(std::stof(L" 10") == 10) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/string.conversions/ |
stof.pass.cpp | 15 // float stof(const string& str, size_t *idx = 0); 16 // float stof(const wstring& str, size_t *idx = 0); 24 assert(std::stof("0") == 0); 25 assert(std::stof(L"0") == 0); 26 assert(std::stof("-0") == 0); 27 assert(std::stof(L"-0") == 0); 28 assert(std::stof("-10") == -10); 29 assert(std::stof(L"-10.5") == -10.5); 30 assert(std::stof(" 10") == 10); 31 assert(std::stof(L" 10") == 10) [all...] |
/external/libcxx/src/ |
string.cpp | 316 stof(const string& str, size_t* idx) function 318 return as_float<float>( "stof", str, idx ); 322 stof(const wstring& str, size_t* idx) function 324 return as_float<float>( "stof", str, idx );
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
string.cpp | 315 stof(const string& str, size_t* idx) function 317 return as_float<float>( "stof", str, idx ); 321 stof(const wstring& str, size_t* idx) function 323 return as_float<float>( "stof", str, idx );
|
/device/google/contexthub/util/nanotool/ |
nanotool.cpp | 220 spec.rate_hz = std::stof(param); 242 spec.cal_ref = std::stof(param);
|
/external/libedit/src/ |
terminal.c | 1062 static const Char stOF[] = {033, 'O', 'F', '\0'}; 1075 keymacro_add(el, stOF, &arrow[A_K_EN].fun, arrow[A_K_EN].type); 1090 keymacro_add(el, &stOF[1], &arrow[A_K_EN].fun, arrow[A_K_EN].type); [all...] |
/external/libcxx/www/ |
cxx1z_status.html | 115 <tr><td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2403">2403</td><td>stof() should call strtof() and wcstof()</td><td>Lenexa</td><td>Complete</td></tr>
|
results.Windows.html | 398 stof.pass.cpp: idem.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/ |
vstring.h | 2610 stof(const __vstring& __str, std::size_t* __idx = 0) function 2712 stof(const __wvstring& __str, std::size_t* __idx = 0) function [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/ |
vstring.h | 2610 stof(const __vstring& __str, std::size_t* __idx = 0) function 2712 stof(const __wvstring& __str, std::size_t* __idx = 0) function [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/ |
vstring.h | 2610 stof(const __vstring& __str, std::size_t* __idx = 0) function 2712 stof(const __wvstring& __str, std::size_t* __idx = 0) function [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/ |
vstring.h | 2750 stof(const __vstring& __str, std::size_t* __idx = 0) function 2852 stof(const __wvstring& __str, std::size_t* __idx = 0) function [all...] |
/external/libcxx/include/ |
string | 386 float stof (const string& str, size_t* idx = 0); 406 float stof (const wstring& str, size_t* idx = 0); [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
string | 386 float stof (const string& str, size_t* idx = 0); 406 float stof (const wstring& str, size_t* idx = 0); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
basic_string.h | 2849 stof(const string& __str, size_t* __idx = 0) function 2952 stof(const wstring& __str, size_t* __idx = 0) function [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
basic_string.h | 2849 stof(const string& __str, size_t* __idx = 0) function 2952 stof(const wstring& __str, size_t* __idx = 0) function [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
basic_string.h | 2849 stof(const string& __str, size_t* __idx = 0) function 2952 stof(const wstring& __str, size_t* __idx = 0) function [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
basic_string.h | 2884 stof(const string& __str, size_t* __idx = 0) function 2987 stof(const wstring& __str, size_t* __idx = 0) function [all...] |
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/ |
string | 386 float stof (const string& str, size_t* idx = 0); 406 float stof (const wstring& str, size_t* idx = 0); [all...] |
/external/hyphenation-patterns/de/ |
hyph-de-1996.pat.txt | [all...] |
/external/hyphenation-patterns/nb/ |
hyph-nb.pat.txt | [all...] |
/external/hyphenation-patterns/nn/ |
hyph-nn.pat.txt | [all...] |
/prebuilts/libs/libedit/linux-x86/lib/ |
libedit.a | [all...] |
/development/perftests/panorama/input/ |
test_010.ppm | [all...] |
/ndk/tests/device/test-libc++-shared-full/jni/ |
Android.mk | [all...] |