/third_party/boost/boost/yap/ |
D | user_macros.hpp | 97 using lhs_type = ::boost::yap::detail::operand_type_t< \ 100 using tuple_type = ::boost::hana::tuple<lhs_type>; \ 104 tuple_type{::boost::yap::detail::make_operand<lhs_type>{}(x)}}; \ 110 using lhs_type = ::boost::yap::detail::operand_type_t< \ 113 using tuple_type = ::boost::hana::tuple<lhs_type>; \ 117 tuple_type{::boost::yap::detail::make_operand<lhs_type>{}(x)}}; \ 163 using lhs_type = ::boost::yap::detail::operand_type_t< \ 168 using tuple_type = ::boost::hana::tuple<lhs_type, rhs_type>; \ 172 tuple_type{::boost::yap::detail::make_operand<lhs_type>{}(lhs), \ 180 using lhs_type = ::boost::yap::detail::operand_type_t< \ [all …]
|
/third_party/boost/libs/any/test/ |
D | test.hpp | 98 template<typename lhs_type, typename rhs_type> 100 const lhs_type & lhs, const rhs_type & rhs, in check_equal() 106 template<typename lhs_type, typename rhs_type> 108 const lhs_type & lhs, const rhs_type & rhs, in check_unequal()
|
/third_party/boost/boost/yap/detail/ |
D | algorithm.hpp | 270 using lhs_type = operand_type_t<ExprTemplate, T>; typedef 273 using type = ExprTemplate<OpKind, hana::tuple<lhs_type, rhs_type>>; 283 using lhs_type = operand_type_t<ExprTemplate, T>; typedef 285 using type = ExprTemplate<OpKind, hana::tuple<lhs_type, rhs_type>>; 440 using lhs_type = operand_type_t<ExprTemplate, T>; typedef 442 using type = ExprTemplate<OpKind, hana::tuple<lhs_type, rhs_type>>; 482 using lhs_type = operand_type_t<ExprTemplate, T>; typedef 484 using type = ExprTemplate<OpKind, hana::tuple<lhs_type, rhs_type>>;
|
/third_party/spirv-tools/source/fuzz/ |
D | fuzzer_pass_add_equation_instructions.cpp | 216 auto lhs_type = in Apply() local 220 if (lhs_type->AsVector()) { in Apply() 221 lhs_element_count = lhs_type->AsVector()->element_count(); in Apply() 222 lhs_bit_width = lhs_type->AsVector() in Apply() 228 lhs_bit_width = lhs_type->AsInteger()->width(); in Apply()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | fuzzer_pass_add_equation_instructions.cpp | 217 auto lhs_type = in Apply() local 221 if (lhs_type->AsVector()) { in Apply() 222 lhs_element_count = lhs_type->AsVector()->element_count(); in Apply() 223 lhs_bit_width = lhs_type->AsVector() in Apply() 229 lhs_bit_width = lhs_type->AsInteger()->width(); in Apply()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
D | fuzzer_pass_add_equation_instructions.cpp | 217 auto lhs_type = in Apply() local 221 if (lhs_type->AsVector()) { in Apply() 222 lhs_element_count = lhs_type->AsVector()->element_count(); in Apply() 223 lhs_bit_width = lhs_type->AsVector() in Apply() 229 lhs_bit_width = lhs_type->AsInteger()->width(); in Apply()
|
/third_party/json/include/nlohmann/ |
D | json.hpp | 6124 const auto lhs_type = lhs.type(); in operator ==() local 6127 if (lhs_type == rhs_type) in operator ==() 6129 switch (lhs_type) in operator ==() 6162 else if (lhs_type == value_t::number_integer && rhs_type == value_t::number_float) in operator ==() 6166 else if (lhs_type == value_t::number_float && rhs_type == value_t::number_integer) in operator ==() 6170 else if (lhs_type == value_t::number_unsigned && rhs_type == value_t::number_float) in operator ==() 6174 else if (lhs_type == value_t::number_float && rhs_type == value_t::number_unsigned) in operator ==() 6178 else if (lhs_type == value_t::number_unsigned && rhs_type == value_t::number_integer) in operator ==() 6182 else if (lhs_type == value_t::number_integer && rhs_type == value_t::number_unsigned) in operator ==() 6285 const auto lhs_type = lhs.type(); in operator <() local [all …]
|
/third_party/skia/third_party/externals/tint/src/resolver/ |
D | resolver_test.cc | 1501 auto* lhs_type = params.create_lhs_type(*this); in TEST_P() local 1506 ss << FriendlyName(lhs_type) << " " << params.op << " " in TEST_P() 1510 Global("lhs", lhs_type, ast::StorageClass::kPrivate); in TEST_P() 1541 auto* lhs_type = create_lhs_type(*this); in TEST_P() local 1545 ss << FriendlyName(lhs_type) << " " << params.op << " " in TEST_P() 1548 ss << ", After aliasing: " << FriendlyName(lhs_type) << " " << params.op in TEST_P() 1552 Global("lhs", lhs_type, ast::StorageClass::kPrivate); in TEST_P() 1597 auto* lhs_type = lhs_create_type_func(*this); in TEST_P() local 1601 ss << FriendlyName(lhs_type) << " " << op << " " << FriendlyName(rhs_type); in TEST_P() 1604 Global("lhs", lhs_type, ast::StorageClass::kPrivate); in TEST_P() [all …]
|
D | type_constructor_validation_test.cc | 236 builder::ast_type_func_ptr lhs_type; member 303 auto* lhs_type1 = params.lhs_type(*this); in TEST_P() 304 auto* lhs_type2 = params.lhs_type(*this); in TEST_P() 381 if (v.lhs_type == lhs_params.ast && v.rhs_type == rhs_params.ast && in TEST_P()
|
/third_party/skia/third_party/externals/tint/src/writer/spirv/ |
D | builder.cc | 1987 auto* lhs_type = TypeOf(expr->lhs)->UnwrapRef(); in GenerateBinaryExpression() local 1991 if ((expr->IsAdd() || expr->IsSubtract()) && lhs_type->is_float_matrix() && in GenerateBinaryExpression() 1993 auto* lhs_mat = lhs_type->As<sem::Matrix>(); in GenerateBinaryExpression() 2012 ((lhs_type->is_float_scalar() && rhs_type->is_float_vector()) || in GenerateBinaryExpression() 2013 (lhs_type->is_float_vector() && rhs_type->is_float_scalar())); in GenerateBinaryExpression() 2016 if (lhs_type->Is<sem::Vector>() && rhs_type->is_numeric_scalar()) { in GenerateBinaryExpression() 2017 uint32_t splat_vector_id = GenerateSplat(rhs_id, lhs_type); in GenerateBinaryExpression() 2022 rhs_type = lhs_type; in GenerateBinaryExpression() 2024 } else if (lhs_type->is_numeric_scalar() && rhs_type->Is<sem::Vector>()) { in GenerateBinaryExpression() 2030 lhs_type = rhs_type; in GenerateBinaryExpression() [all …]
|
/third_party/skia/third_party/externals/tint/src/writer/msl/ |
D | generator_impl.cc | 433 auto* lhs_type = TypeOf(expr->lhs)->UnwrapRef(); in EmitBinary() local 438 lhs_type->is_float_scalar_or_vector()) { in EmitBinary() 453 lhs_type->is_signed_scalar_or_vector() && in EmitBinary() 458 lhs_type->Is<sem::Vector>() in EmitBinary() 459 ? lhs_type in EmitBinary() 460 : (rhs_type->Is<sem::Vector>() ? rhs_type : lhs_type); in EmitBinary() 468 ScopedBitCast lhs_uint_cast(this, out, lhs_type, in EmitBinary() 491 if (expr->IsShiftLeft() && lhs_type->is_signed_scalar_or_vector()) { in EmitBinary() 494 ScopedBitCast outer_int_cast(this, out, lhs_type, signed_type_of(lhs_type)); in EmitBinary() 497 ScopedBitCast lhs_uint_cast(this, out, lhs_type, in EmitBinary() [all …]
|
/third_party/boost/boost/spirit/home/x3/nonterminal/ |
D | rule.hpp | 44 typedef rule<ID, Attribute> lhs_type; typedef
|
/third_party/skia/third_party/externals/tint/src/writer/hlsl/ |
D | generator_impl.cc | 648 auto* lhs_type = TypeOf(expr->lhs)->UnwrapRef(); in EmitBinary() local 653 ((lhs_type->Is<sem::Vector>() && rhs_type->Is<sem::Matrix>()) || in EmitBinary() 654 (lhs_type->Is<sem::Matrix>() && rhs_type->Is<sem::Vector>()) || in EmitBinary() 655 (lhs_type->Is<sem::Matrix>() && rhs_type->Is<sem::Matrix>()))) { in EmitBinary()
|
/third_party/json/single_include/nlohmann/ |
D | json.hpp | 22612 const auto lhs_type = lhs.type(); in operator ==() local 22615 if (lhs_type == rhs_type) in operator ==() 22617 switch (lhs_type) in operator ==() 22650 else if (lhs_type == value_t::number_integer && rhs_type == value_t::number_float) in operator ==() 22654 else if (lhs_type == value_t::number_float && rhs_type == value_t::number_integer) in operator ==() 22658 else if (lhs_type == value_t::number_unsigned && rhs_type == value_t::number_float) in operator ==() 22662 else if (lhs_type == value_t::number_float && rhs_type == value_t::number_unsigned) in operator ==() 22666 else if (lhs_type == value_t::number_unsigned && rhs_type == value_t::number_integer) in operator ==() 22670 else if (lhs_type == value_t::number_integer && rhs_type == value_t::number_unsigned) in operator ==() 22773 const auto lhs_type = lhs.type(); in operator <() local [all …]
|
/third_party/skia/third_party/externals/spirv-cross/ |
D | spirv_glsl.cpp | 15647 auto &lhs_type = get<SPIRType>(lhs_type_id); in emit_copy_logical_type() local 15650 if (!lhs_type.array.empty()) in emit_copy_logical_type() 15654 uint32_t array_size = to_array_size_literal(lhs_type); in emit_copy_logical_type() 15660 emit_copy_logical_type(lhs_id, lhs_type.parent_type, rhs_id, rhs_type.parent_type, chain); in emit_copy_logical_type() 15663 else if (lhs_type.basetype == SPIRType::Struct) in emit_copy_logical_type() 15666 uint32_t member_count = uint32_t(lhs_type.member_types.size()); in emit_copy_logical_type() 15670 … emit_copy_logical_type(lhs_id, lhs_type.member_types[i], rhs_id, rhs_type.member_types[i], chain); in emit_copy_logical_type()
|