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

1 2

  /ndk/sources/cxx-stl/llvm-libc++/test/strings/string.conversions/
stof.pass.cpp 12 // float stof(const string& str, size_t *idx = 0);
13 // float stof(const wstring& str, size_t *idx = 0);
21 assert(std::stof("0") == 0);
22 assert(std::stof(L"0") == 0);
23 assert(std::stof("-0") == 0);
24 assert(std::stof(L"-0") == 0);
25 assert(std::stof("-10") == -10);
26 assert(std::stof(L"-10.5") == -10.5);
27 assert(std::stof(" 10") == 10);
28 assert(std::stof(L" 10") == 10)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/src/
string.cpp 250 stof(const string& str, size_t* idx) function
260 throw out_of_range("stof: out of range");
262 throw invalid_argument("stof: no conversion");
270 stof(const wstring& str, size_t* idx) function
280 throw out_of_range("stof: out of range");
282 throw invalid_argument("stof: no conversion");
  /external/quake/quake/src/QW/progs/
client.qc 424 rank = stof (s);
429 rankmin = stof (s);
436 rankmax = stof (s);
517 if (stof(infokey(world, "rj")) != 0)
519 rj = stof(infokey(world, "rj"));
525 if (stof(infokey(world, "axe")) == 0)
    [all...]
items.qc 558 if ((stof(infokey(other,"w_switch"))) == 0)
561 w_switch = stof(infokey(other,"w_switch"));
1459 if ((stof(infokey(other,"b_switch"))) == 0)
1462 b_switch = stof(infokey(other,"b_switch"));
    [all...]
player.qc 552 if ((stof(infokey(world,"dq"))) != 0)
568 if ((stof(infokey(world,"dr"))) != 0)
defs.qc 700 float(string s) stof = #81; // convert string to float
  /external/quake/quake/src/QW/
qwrlnote.txt 38 strings (use stof for ping).
  /ndk/sources/cxx-stl/llvm-libc++/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++/www/
results.Windows.html 398 stof.pass.cpp: idem.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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.7-4.6/x86_64-linux/include/c++/4.6.x-google/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.7-4.6/x86_64-linux/include/c++/4.6.x-google/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/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...]

Completed in 892 milliseconds

1 2