Searched refs:stof (Results 1 – 9 of 9) sorted by relevance
/external/libcxx/test/std/strings/string.conversions/ |
D | stof.pass.cpp | 26 assert(std::stof("0") == 0); in main() 27 assert(std::stof(L"0") == 0); in main() 28 assert(std::stof("-0") == 0); in main() 29 assert(std::stof(L"-0") == 0); in main() 30 assert(std::stof("-10") == -10); in main() 31 assert(std::stof(L"-10.5") == -10.5); in main() 32 assert(std::stof(" 10") == 10); in main() 33 assert(std::stof(L" 10") == 10); in main() 35 assert(std::stof("10g", &idx) == 10); in main() 38 assert(std::stof(L"10g", &idx) == 10); in main() [all …]
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | invalid-addrspacecast.ll | 5 %stof = addrspacecast i32 addrspace(3)* %ptr to i32 addrspace(1)* 6 store volatile i32 0, i32 addrspace(1)* %stof
|
D | addrspacecast.ll | 21 %stof = addrspacecast i32 addrspace(3)* %ptr to i32 addrspace(4)* 22 store volatile i32 7, i32 addrspace(4)* %stof 44 %stof = addrspacecast i32* %ptr to i32 addrspace(4)* 45 store volatile i32 7, i32 addrspace(4)* %stof 59 %stof = addrspacecast i32 addrspace(1)* %ptr to i32 addrspace(4)* 60 store volatile i32 7, i32 addrspace(4)* %stof 71 %stof = addrspacecast i32 addrspace(2)* %ptr to i32 addrspace(4)* 72 %ld = load volatile i32, i32 addrspace(4)* %stof
|
D | annotate-kernel-features-hsa.ll | 169 %stof = addrspacecast i32 addrspace(3)* %ptr to i32 addrspace(4)* 170 store volatile i32 0, i32 addrspace(4)* %stof 176 %stof = addrspacecast i32* %ptr to i32 addrspace(4)* 177 store volatile i32 0, i32 addrspace(4)* %stof 198 %stof = addrspacecast i32 addrspace(1)* %ptr to i32 addrspace(4)* 199 store volatile i32 0, i32 addrspace(4)* %stof 205 %stof = addrspacecast i32 addrspace(2)* %ptr to i32 addrspace(4)* 206 %ld = load volatile i32, i32 addrspace(4)* %stof
|
/external/libcxx/src/ |
D | string.cpp | 316 stof(const string& str, size_t* idx) in stof() function 322 stof(const wstring& str, size_t* idx) in stof() function
|
/external/libcxx/include/ |
D | string | 421 float stof (const string& str, size_t* idx = 0); 441 float stof (const wstring& str, size_t* idx = 0); 3876 _LIBCPP_FUNC_VIS float stof (const string& __str, size_t* __idx = 0); 3896 _LIBCPP_FUNC_VIS float stof (const wstring& __str, size_t* __idx = 0);
|
/external/hyphenation-patterns/de/ |
D | hyph-de-1996.pat.txt | 16863 3stof
|
/external/hyphenation-patterns/nn/ |
D | hyph-nn.pat.txt | 22179 1stof
|
/external/hyphenation-patterns/nb/ |
D | hyph-nb.pat.txt | 22179 1stof
|