Home
last modified time | relevance | path

Searched refs:right_type (Results 1 – 25 of 27) sorted by relevance

12

/third_party/boost/boost/spirit/home/support/auto/
Dmeta_create.hpp85 right_type; typedef
89 , proto::result_of::make_expr<OpTag, left_type, right_type>
90 , mpl::identity<right_type>
98 typedef spirit::traits::meta_create<Domain, T> right_type; in operator ()() typedef
99 return right_type::call(); in operator ()()
107 typedef spirit::traits::meta_create<Domain, T1> right_type; in operator ()() typedef
108 return proto::make_expr<OpTag>(t2, right_type::call()); in operator ()()
134 right_type; typedef
138 , proto::result_of::make_expr<OpTag, left_type, right_type>
139 , mpl::identity<right_type>
[all …]
/third_party/boost/boost/fusion/algorithm/transformation/
Derase.hpp95 typedef iterator_range<last_type, seq_last_type> right_type; typedef
96 typedef joint_view<left_type, right_type> type;
111 typedef typename result_of::right_type right_type; in erase() typedef
117 right_type right( in erase()
130 typedef typename result_of::right_type right_type; in erase() typedef
134 right_type right(last, fusion::end(seq)); in erase()
Dinsert_range.hpp31 typedef iterator_range<pos_type, last_type> right_type; typedef
33 typedef joint_view<left_insert_type, right_type> type;
44 typedef typename result_of::right_type right_type; in insert_range() typedef
49 right_type right(convert_iterator<Position>::call(pos), fusion::end(seq)); in insert_range()
Dinsert.hpp35 typedef iterator_range<pos_type, last_type> right_type; typedef
38 typedef joint_view<left_insert_type, right_type> type;
55 typedef typename result_of::right_type right_type; in insert() typedef
61 right_type right(convert_iterator<Position>::call(pos), fusion::end(seq)); in insert()
/third_party/boost/boost/multiprecision/
Dnumber.hpp1055 typedef typename Exp::right_type right_type; in do_assign() typedef
1058 BOOST_CONSTEXPR int const right_depth = right_type::depth; in do_assign()
1071 do_add(e.right(), typename right_type::tag_type()); in do_assign()
1081 do_add(e.right(), typename right_type::tag_type()); in do_assign()
1085 do_assign(e.right(), typename right_type::tag_type()); in do_assign()
1093 typedef typename Exp::right_type right_type; in do_assign() typedef
1096 BOOST_CONSTEXPR int const right_depth = right_type::depth; in do_assign()
1109 do_subtract(e.right(), typename right_type::tag_type()); in do_assign()
1120 do_subtract(e.right(), typename right_type::tag_type()); in do_assign()
1124 do_assign(e.right(), typename right_type::tag_type()); in do_assign()
[all …]
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_logicals.cpp199 const uint32_t right_type = _.GetOperandTypeId(inst, 4); in LogicalsPass() local
220 if (result_type != left_type || result_type != right_type) in LogicalsPass()
245 const uint32_t right_type = _.GetOperandTypeId(inst, 3); in LogicalsPass() local
258 if (!right_type || in LogicalsPass()
259 (!_.IsIntScalarType(right_type) && !_.IsIntVectorType(right_type))) in LogicalsPass()
264 if (_.GetDimension(result_type) != _.GetDimension(right_type)) in LogicalsPass()
269 if (_.GetBitWidth(left_type) != _.GetBitWidth(right_type)) in LogicalsPass()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_logicals.cpp199 const uint32_t right_type = _.GetOperandTypeId(inst, 4); in LogicalsPass() local
220 if (result_type != left_type || result_type != right_type) in LogicalsPass()
245 const uint32_t right_type = _.GetOperandTypeId(inst, 3); in LogicalsPass() local
258 if (!right_type || in LogicalsPass()
259 (!_.IsIntScalarType(right_type) && !_.IsIntVectorType(right_type))) in LogicalsPass()
264 if (_.GetDimension(result_type) != _.GetDimension(right_type)) in LogicalsPass()
269 if (_.GetBitWidth(left_type) != _.GetBitWidth(right_type)) in LogicalsPass()
/third_party/spirv-tools/source/val/
Dvalidate_logicals.cpp199 const uint32_t right_type = _.GetOperandTypeId(inst, 4); in LogicalsPass() local
220 if (result_type != left_type || result_type != right_type) in LogicalsPass()
245 const uint32_t right_type = _.GetOperandTypeId(inst, 3); in LogicalsPass() local
258 if (!right_type || in LogicalsPass()
259 (!_.IsIntScalarType(right_type) && !_.IsIntVectorType(right_type))) in LogicalsPass()
264 if (_.GetDimension(result_type) != _.GetDimension(right_type)) in LogicalsPass()
269 if (_.GetBitWidth(left_type) != _.GetBitWidth(right_type)) in LogicalsPass()
/third_party/boost/boost/xpressive/detail/core/matcher/
Daction_matcher.hpp74 typedef typename child_<Expr, 1>::type right_type; typedef
78 typename proto::result_of::child_c<right_type, 0>::type
85 typename fusion::result_of::pop_front<right_type>::type const
116 typedef typename child_<Expr, 1>::type right_type; typedef
119 typename proto::result_of::value<right_type>::type
/third_party/boost/boost/multiprecision/detail/
Dnumber_base.hpp890 typedef typename arg_type<Arg2>::type right_type; typedef
892 typedef typename right_type::result_type right_result_type;
1011 BOOST_MP_CXX14_CONSTEXPR right_type right() const { return right_type(arg2); } in right()
1069 static const BOOST_MP_CXX14_CONSTEXPR unsigned right_depth = right_type::depth + 1;
1084 typedef typename arg_type<Arg3>::type right_type; typedef
1087 typedef typename right_type::result_type right_result_type;
1209 BOOST_MP_CXX14_CONSTEXPR right_type right() const { return right_type(arg3); } in right()
1269 static const unsigned right_depth = right_type::depth + 1;
1286 typedef typename arg_type<Arg4>::type right_type; typedef
1290 typedef typename right_type::result_type right_result_type;
[all …]
Det_ops.hpp169 …ame detail::expression<detail::multiply_immediates, Arg1, Arg2, Arg3, Arg4>::right_type, V> >::type
172 …tail::expression<detail::multiply_immediates, Arg1, Arg2, Arg3, Arg4>::right_type, V>(b.left(), b.… in operator +()
176 …ame detail::expression<detail::multiply_immediates, Arg1, Arg2, Arg3, Arg4>::right_type, V> >::type
179 …tail::expression<detail::multiply_immediates, Arg1, Arg2, Arg3, Arg4>::right_type, V>(a.left(), a.… in operator +()
182 …etail::expression<detail::multiply_immediates, Arg1, Arg2, Arg3, Arg4>::right_type, number<B, ET> >
185 …tail::expression<detail::multiply_immediates, Arg1, Arg2, Arg3, Arg4>::right_type, number<B, ET> >… in operator +()
189 …tail::expression<detail::multiply_immediates, Arg1, Arg2, Arg3, Arg4>::right_type, number<B, ET> >…
192 …tail::expression<detail::multiply_immediates, Arg1, Arg2, Arg3, Arg4>::right_type, number<B, ET> >… in operator +()
196 …etail::expression<detail::multiply_immediates, Arg1, Arg2, Arg3, Arg4>::right_type, number<B, ET> >
199 …tail::expression<detail::multiply_immediates, Arg1, Arg2, Arg3, Arg4>::right_type, number<B, ET> >… in operator +()
[all …]
/third_party/boost/boost/spirit/home/x3/core/
Dparser.hpp89 typedef Right right_type; typedef
91 left_type::has_action || right_type::has_action;
/third_party/boost/boost/spirit/home/karma/operator/
Dlist.hpp82 typedef Right right_type; typedef
86 | right_type::properties::value
/third_party/boost/boost/spirit/home/support/
Dmeta_compiler.hpp297 right_type; typedef
298 typedef generator<left_type, right_type> result_type;
/third_party/boost/libs/fusion/test/sequence/
Dtree.hpp35 typedef Right right_type; typedef
/third_party/boost/boost/spirit/home/qi/operator/
Ddifference.hpp41 typedef Right right_type; typedef
Dlist.hpp44 typedef Right right_type; typedef
/third_party/boost/libs/spirit/doc/qi/
Dconcepts.qbk226 [[`P::right_type`] [The right parser type.]]
237 * `traits::is_parser<P::right_type>::type` evaluates to `mpl::true_`
/third_party/boost/libs/spirit/doc/karma/
Dconcepts.qbk237 [[`G::right_type`] [The right generator type.]]
248 * `traits::is_generator<G::right_type>::type` evaluates to `mpl::true_`
/third_party/boost/boost/xpressive/
Dmatch_results.hpp687 typedef typename proto::result_of::right<Arg>::type right_type; in let() typedef
689 typedef typename proto::result_of::value<right_type>::type arg_right_type; in let()
/third_party/boost/boost/spirit/home/x3/operator/detail/
Dsequence.hpp241 using Right = typename Parser::right_type; in parse_sequence()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cCopyImageTests.cpp134 const glw::GLubyte* left_pixel, glw::GLenum right_format, glw::GLenum right_type,
2460 const GLubyte* left_pixel, GLenum right_format, GLenum right_type, in unpackAndComaprePixels() argument
2474 …unpackPixel(right_format, right_type, right_pixel, right_red, right_green, right_blue, right_alpha… in unpackAndComaprePixels()
/third_party/boost/libs/bimap/doc/reference/
Dunordered_set_of.qbk584 type: `first_type&` and `second_type&` for ['Map View] or `left_type&` and `right_type&`
Dlist_of.qbk525 type: `first_type&` and `second_type&` for ['Map View] and `left_type&` and `right_type&`
Dvector_of.qbk570 type: `first_type&` and `second_type&` for ['Map View] or `left_type&` and `right_type&`

12