Home
last modified time | relevance | path

Searched refs:result_types (Results 1 – 14 of 14) sorted by relevance

/third_party/boost/boost/yap/
Duser_macros.hpp218 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/
Dvalidate_arithmetics.cpp414 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()
Dvalidate_extensions.cpp1012 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/
Dvalidate_arithmetics.cpp414 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()
Dvalidate_extensions.cpp1012 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/
Dvalidate_arithmetics.cpp414 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()
Dvalidate_extensions.cpp975 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/
Dutil.py39 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/
Dcheck_output.py513 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/
Dmetaparse.qbk35 See section [link result_types What can be built from a compile-time string?]
Dmanual.qbk483 [#result_types]
/third_party/python/Lib/test/
Dtest_urlparse.py877 result_types = [
882 for result_type in result_types:
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_msl.hpp1112 std::unordered_map<uint32_t, uint32_t> result_types; member
Dspirv_msl.cpp14972 result_types[result_id] = result_type; in handle()
15055 uint32_t tid = result_types[args[opcode == OpImageWrite ? 0 : 2]]; in get_spv_func_impl()