HomeSort by relevance Sort by last modified time
    Searched full:stof (Results 1 - 25 of 45) sorted by null

1 2

  /external/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...]
Android.mk 51 test_name := strings/string.conversions/stof
52 test_src := stof.pass.cpp
  /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 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 );
  /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 );
  /external/chromium_org/styleguide/c++/
c++11.html 793 <code>std::stof()</code>, <code>std::stod()</code>, <code>std::stold()</code>,
800 <a href="http://en.cppreference.com/w/cpp/string/basic_string/stof">
801 std::stof, std::stod, std::stold</a> </td>
    [all...]
  /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/
results.Windows.html 398 stof.pass.cpp: idem.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
basic_string.h 2790 stof(const string& __str, size_t* __idx = 0) function
2893 stof(const wstring& __str, size_t* __idx = 0) function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/
vstring.h 2567 stof(const __vstring& __str, std::size_t* __idx = 0) function
2669 stof(const __wvstring& __str, std::size_t* __idx = 0) function
    [all...]
  /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-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/5/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 2594 stof(const string& __str, size_t* __idx = 0) function
2655 stof(const wstring& __str, size_t* __idx = 0) function
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring.h 2490 stof(const __vstring& __str, std::size_t* __idx = 0) function
2550 stof(const __wvstring& __str, std::size_t* __idx = 0) function
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 2594 stof(const string& __str, size_t* __idx = 0) function
2655 stof(const wstring& __str, size_t* __idx = 0) function
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring.h 2490 stof(const __vstring& __str, std::size_t* __idx = 0) function
2550 stof(const __wvstring& __str, std::size_t* __idx = 0) function
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 2594 stof(const string& __str, size_t* __idx = 0) function
2655 stof(const wstring& __str, size_t* __idx = 0) function
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring.h 2490 stof(const __vstring& __str, std::size_t* __idx = 0) function
2550 stof(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 2594 stof(const string& __str, size_t* __idx = 0) function
2655 stof(const wstring& __str, size_t* __idx = 0) function
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
vstring.h 2486 stof(const __vstring& __str, std::size_t* __idx = 0) function
2546 stof(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 2790 stof(const string& __str, size_t* __idx = 0) function
2893 stof(const wstring& __str, size_t* __idx = 0) function
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
vstring.h 2567 stof(const __vstring& __str, std::size_t* __idx = 0) function
2669 stof(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 2848 stof(const string& __str, size_t* __idx = 0) function
2951 stof(const wstring& __str, size_t* __idx = 0) function
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
vstring.h 2576 stof(const __vstring& __str, std::size_t* __idx = 0) function
2678 stof(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 2790 stof(const string& __str, size_t* __idx = 0) function
2893 stof(const wstring& __str, size_t* __idx = 0) function
    [all...]

Completed in 661 milliseconds

1 2