/external/libcxx/test/std/strings/string.conversions/ |
D | stof.pass.cpp | 28 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/ |
D | camera_characteristics.cc | 64 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/ |
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 | invalid-addrspacecast.ll | 5 %stof = addrspacecast i32 addrspace(3)* %ptr to i32 addrspace(1)* 6 store volatile i32 0, i32 addrspace(1)* %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/swiftshader/third_party/llvm-7.0/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 | annotate-kernel-features-hsa.ll | 179 %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
|
D | addrspacecast.ll | 38 %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
|
D | annotate-kernel-features-hsa-call.ll | 189 %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/ |
D | string.cpp | 310 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/ |
D | deserializer_impl.cc | 253 *value = std::stof(string_value); in ParseFloat()
|
/external/tensorflow/tensorflow/lite/testing/nnapi_tflite_zip_tests/ |
D | parse_testdata.cc | 124 tensor.flat_data.push_back(std::stof(csv[current_line][i])); in ParseExamples()
|
/external/tensorflow/tensorflow/lite/testing/ |
D | parse_testdata.cc | 121 tensor.flat_data.push_back(std::stof(csv[current_line][i])); in ParseExamples()
|
/external/libkmsxx/utils/ |
D | kmstest.cpp | 156 float refresh = sm[6].matched ? stof(sm[6]) : 0; in parse_crtc()
|
/external/libcxx/include/ |
D | string | 456 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/ |
D | hyph-de-1996.pat.txt | 19087 1stof
|
/external/hyphenation-patterns/nb/ |
D | hyph-nb.pat.txt | 22179 1stof
|
/external/hyphenation-patterns/nn/ |
D | hyph-nn.pat.txt | 22179 1stof
|
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/ |
D | en-IPA.txt | 9863 $x{christoph → krɪstɑf ; # krɪstof tʃrɪstɑf
|
D | internal_raw_IPA.txt | 106620 mephistophelean mˌɛfɪstofˈiliən
|
D | internal_raw_IPA-old.txt | 126444 mephistophelean mˌɛfɪstofˈiliən
|