Home
last modified time | relevance | path

Searched refs:stof (Results 1 – 21 of 21) sorted by relevance

/external/libcxx/test/std/strings/string.conversions/
Dstof.pass.cpp28 assert(std::stof("0") == 0); in main()
29 assert(std::stof(L"0") == 0); in main()
30 assert(std::stof("-0") == 0); in main()
31 assert(std::stof(L"-0") == 0); in main()
32 assert(std::stof("-10") == -10); in main()
33 assert(std::stof(L"-10.5") == -10.5); in main()
34 assert(std::stof(" 10") == 10); in main()
35 assert(std::stof(L" 10") == 10); in main()
37 assert(std::stof("10g", &idx) == 10); in main()
40 assert(std::stof(L"10g", &idx) == 10); in main()
[all …]
/external/autotest/client/site_tests/camera_V4L2/src/
Dcamera_characteristics.cc64 info->lens_info_minimum_focus_distance = stof(value); in SetEntry()
66 info->lens_info_optimal_focus_distance = stof(value); in SetEntry()
74 info->horizontal_view_angle_16_9 = stof(value); in SetEntry()
76 info->horizontal_view_angle_4_3 = stof(value); in SetEntry()
78 info->vertical_view_angle_16_9 = stof(value); in SetEntry()
80 info->vertical_view_angle_4_3 = stof(value); in SetEntry()
/external/llvm/test/CodeGen/AMDGPU/
Daddrspacecast.ll21 %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
Dinvalid-addrspacecast.ll5 %stof = addrspacecast i32 addrspace(3)* %ptr to i32 addrspace(1)*
6 store volatile i32 0, i32 addrspace(1)* %stof
Dannotate-kernel-features-hsa.ll169 %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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dinvalid-addrspacecast.ll5 %stof = addrspacecast i32 addrspace(3)* %ptr to i32 addrspace(1)*
6 store volatile i32 0, i32 addrspace(1)* %stof
Dannotate-kernel-features-hsa.ll179 %stof = addrspacecast i32 addrspace(3)* %ptr to i32*
180 store volatile i32 0, i32* %stof
186 %stof = addrspacecast i32 addrspace(5)* %ptr to i32*
187 store volatile i32 0, i32* %stof
208 %stof = addrspacecast i32 addrspace(1)* %ptr to i32*
209 store volatile i32 0, i32* %stof
215 %stof = addrspacecast i32 addrspace(4)* %ptr to i32*
216 %ld = load volatile i32, i32* %stof
Daddrspacecast.ll38 %stof = addrspacecast i32 addrspace(3)* %ptr to i32*
39 store volatile i32 7, i32* %stof
77 %stof = addrspacecast i32 addrspace(5)* %ptr to i32*
78 store volatile i32 7, i32* %stof
92 %stof = addrspacecast i32 addrspace(1)* %ptr to i32*
93 store volatile i32 7, i32* %stof
104 %stof = addrspacecast i32 addrspace(4)* %ptr to i32*
105 %ld = load volatile i32, i32* %stof
Dannotate-kernel-features-hsa-call.ll189 %stof = addrspacecast i32 addrspace(3)* %ptr to i32 addrspace(2)*
190 store volatile i32 0, i32 addrspace(2)* %stof
196 %stof = addrspacecast i32 addrspace(3)* %ptr to i32 addrspace(2)*
197 store volatile i32 0, i32 addrspace(2)* %stof
203 %stof = addrspacecast i32 addrspace(3)* %ptr to i32 addrspace(2)*
204 store volatile i32 0, i32 addrspace(2)* %stof
/external/libcxx/src/
Dstring.cpp310 stof(const string& str, size_t* idx) in stof() function
316 stof(const wstring& str, size_t* idx) in stof() function
/external/dynamic_depth/internal/xmpmeta/xml/
Ddeserializer_impl.cc253 *value = std::stof(string_value); in ParseFloat()
/external/tensorflow/tensorflow/lite/testing/nnapi_tflite_zip_tests/
Dparse_testdata.cc124 tensor.flat_data.push_back(std::stof(csv[current_line][i])); in ParseExamples()
/external/tensorflow/tensorflow/lite/testing/
Dparse_testdata.cc121 tensor.flat_data.push_back(std::stof(csv[current_line][i])); in ParseExamples()
/external/libkmsxx/utils/
Dkmstest.cpp156 float refresh = sm[6].matched ? stof(sm[6]) : 0; in parse_crtc()
/external/libcxx/include/
Dstring456 float stof (const string& str, size_t* idx = 0);
476 float stof (const wstring& str, size_t* idx = 0);
4193 _LIBCPP_FUNC_VIS float stof (const string& __str, size_t* __idx = 0);
4213 _LIBCPP_FUNC_VIS float stof (const wstring& __str, size_t* __idx = 0);
/external/hyphenation-patterns/de/
Dhyph-de-1996.pat.txt19087 1stof
/external/hyphenation-patterns/nb/
Dhyph-nb.pat.txt22179 1stof
/external/hyphenation-patterns/nn/
Dhyph-nn.pat.txt22179 1stof
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/
Den-IPA.txt9863 $x{christoph → krɪstɑf ; # krɪstof tʃrɪstɑf
Dinternal_raw_IPA.txt106620 mephistophelean mˌɛfɪstofˈiliən
Dinternal_raw_IPA-old.txt126444 mephistophelean mˌɛfɪstofˈiliən