/third_party/boost/boost/yap/ |
D | user_macros.hpp | 218 using result_types = ::boost::yap::detail::free_binary_op_result< \ 223 using lhs_type = typename result_types::lhs_type; \ 224 using rhs_type = typename result_types::rhs_type; \ 237 using result_types = ::boost::yap::detail::free_binary_op_result< \ 242 using lhs_type = typename result_types::lhs_type; \ 243 using rhs_type = typename result_types::rhs_type; \ 245 using rhs_tuple_type = typename result_types::rhs_tuple_type; \ 258 using result_types = ::boost::yap::detail::free_binary_op_result< \ 263 using lhs_type = typename result_types::lhs_type; \ 264 using rhs_type = typename result_types::rhs_type; \ [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_arithmetics.cpp | 414 std::vector<uint32_t> result_types; in ArithmeticsPass() local 415 if (!_.GetStructMemberTypes(result_type, &result_types)) in ArithmeticsPass() 420 if (result_types.size() != 2) in ArithmeticsPass() 426 if (!_.IsIntScalarType(result_types[0]) && in ArithmeticsPass() 427 !_.IsIntVectorType(result_types[0])) in ArithmeticsPass() 433 if (!_.IsUnsignedIntScalarType(result_types[0]) && in ArithmeticsPass() 434 !_.IsUnsignedIntVectorType(result_types[0])) in ArithmeticsPass() 440 if (result_types[0] != result_types[1]) in ArithmeticsPass() 448 if (left_type_id != result_types[0] || right_type_id != result_types[0]) in ArithmeticsPass()
|
D | validate_extensions.cpp | 1012 std::vector<uint32_t> result_types; in ValidateExtInst() local 1013 if (!_.GetStructMemberTypes(result_type, &result_types) || in ValidateExtInst() 1014 result_types.size() != 2 || in ValidateExtInst() 1015 !_.IsFloatScalarOrVectorType(result_types[0]) || in ValidateExtInst() 1016 result_types[1] != result_types[0]) { in ValidateExtInst() 1024 if (x_type != result_types[0]) { in ValidateExtInst() 1117 std::vector<uint32_t> result_types; in ValidateExtInst() local 1118 if (!_.GetStructMemberTypes(result_type, &result_types) || in ValidateExtInst() 1119 result_types.size() != 2 || in ValidateExtInst() 1120 !_.IsFloatScalarOrVectorType(result_types[0]) || in ValidateExtInst() [all …]
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
D | validate_arithmetics.cpp | 414 std::vector<uint32_t> result_types; in ArithmeticsPass() local 415 if (!_.GetStructMemberTypes(result_type, &result_types)) in ArithmeticsPass() 420 if (result_types.size() != 2) in ArithmeticsPass() 426 if (!_.IsIntScalarType(result_types[0]) && in ArithmeticsPass() 427 !_.IsIntVectorType(result_types[0])) in ArithmeticsPass() 433 if (!_.IsUnsignedIntScalarType(result_types[0]) && in ArithmeticsPass() 434 !_.IsUnsignedIntVectorType(result_types[0])) in ArithmeticsPass() 440 if (result_types[0] != result_types[1]) in ArithmeticsPass() 448 if (left_type_id != result_types[0] || right_type_id != result_types[0]) in ArithmeticsPass()
|
D | validate_extensions.cpp | 1012 std::vector<uint32_t> result_types; in ValidateExtInst() local 1013 if (!_.GetStructMemberTypes(result_type, &result_types) || in ValidateExtInst() 1014 result_types.size() != 2 || in ValidateExtInst() 1015 !_.IsFloatScalarOrVectorType(result_types[0]) || in ValidateExtInst() 1016 result_types[1] != result_types[0]) { in ValidateExtInst() 1024 if (x_type != result_types[0]) { in ValidateExtInst() 1117 std::vector<uint32_t> result_types; in ValidateExtInst() local 1118 if (!_.GetStructMemberTypes(result_type, &result_types) || in ValidateExtInst() 1119 result_types.size() != 2 || in ValidateExtInst() 1120 !_.IsFloatScalarOrVectorType(result_types[0]) || in ValidateExtInst() [all …]
|
/third_party/spirv-tools/source/val/ |
D | validate_arithmetics.cpp | 414 std::vector<uint32_t> result_types; in ArithmeticsPass() local 415 if (!_.GetStructMemberTypes(result_type, &result_types)) in ArithmeticsPass() 420 if (result_types.size() != 2) in ArithmeticsPass() 426 if (!_.IsIntScalarType(result_types[0]) && in ArithmeticsPass() 427 !_.IsIntVectorType(result_types[0])) in ArithmeticsPass() 433 if (!_.IsUnsignedIntScalarType(result_types[0]) && in ArithmeticsPass() 434 !_.IsUnsignedIntVectorType(result_types[0])) in ArithmeticsPass() 440 if (result_types[0] != result_types[1]) in ArithmeticsPass() 448 if (left_type_id != result_types[0] || right_type_id != result_types[0]) in ArithmeticsPass()
|
D | validate_extensions.cpp | 975 std::vector<uint32_t> result_types; in ValidateExtInst() local 976 if (!_.GetStructMemberTypes(result_type, &result_types) || in ValidateExtInst() 977 result_types.size() != 2 || in ValidateExtInst() 978 !_.IsFloatScalarOrVectorType(result_types[0]) || in ValidateExtInst() 979 result_types[1] != result_types[0]) { in ValidateExtInst() 987 if (x_type != result_types[0]) { in ValidateExtInst() 1080 std::vector<uint32_t> result_types; in ValidateExtInst() local 1081 if (!_.GetStructMemberTypes(result_type, &result_types) || in ValidateExtInst() 1082 result_types.size() != 2 || in ValidateExtInst() 1083 !_.IsFloatScalarOrVectorType(result_types[0]) || in ValidateExtInst() [all …]
|
/third_party/mindspore/tests/st/fl/cross_silo_faster_rcnn/src/ |
D | util.py | 39 def coco_eval(result_files, result_types, coco, max_dets=(100, 300, 1000), single_result=False): argument 49 for res_type in result_types:
|
/third_party/mesa3d/src/amd/compiler/tests/ |
D | check_output.py | 513 result_types = ['passed', 'failed', 'todo', 'empty'] variable 516 for t in result_types: 518 for t in result_types:
|
/third_party/boost/libs/metaparse/doc/ |
D | metaparse.qbk | 35 See section [link result_types What can be built from a compile-time string?]
|
D | manual.qbk | 483 [#result_types]
|
/third_party/python/Lib/test/ |
D | test_urlparse.py | 877 result_types = [ 882 for result_type in result_types:
|
/third_party/skia/third_party/externals/spirv-cross/ |
D | spirv_msl.hpp | 1112 std::unordered_map<uint32_t, uint32_t> result_types; member
|
D | spirv_msl.cpp | 14972 result_types[result_id] = result_type; in handle() 15055 uint32_t tid = result_types[args[opcode == OpImageWrite ? 0 : 2]]; in get_spv_func_impl()
|