Home
last modified time | relevance | path

Searched refs:shift_right (Results 1 – 25 of 78) sorted by relevance

1234

/third_party/boost/libs/mpl/doc/src/refmanual/
Dshift_right.rst1 .. Metafunctions/Bitwise Operations//shift_right
3 shift_right title
15 struct shift_right
33 #include <boost/mpl/shift_right.hpp>
65 typedef shift_right<c,shift>::type r;
84 typedef shift_right<c,shift> r;
94 struct r : shift_right<c,shift>::type {};
113 BOOST_MPL_ASSERT_RELATION( (shift_right<u0,u0>::value), ==, 0 );
114 BOOST_MPL_ASSERT_RELATION( (shift_right<u1,u0>::value), ==, 1 );
115 BOOST_MPL_ASSERT_RELATION( (shift_right<u1,u1>::value), ==, 0 );
[all …]
/third_party/boost/libs/mpl/test/
Dbitwise.cpp57 MPL_ASSERT_RELATION( (shift_right<_0,_0>::value), ==, 0 ); in MPL_TEST_CASE()
58 MPL_ASSERT_RELATION( (shift_right<_1,_0>::value), ==, 1 ); in MPL_TEST_CASE()
59 MPL_ASSERT_RELATION( (shift_right<_1,_1>::value), ==, 0 ); in MPL_TEST_CASE()
60 MPL_ASSERT_RELATION( (shift_right<_2,_1>::value), ==, 1 ); in MPL_TEST_CASE()
61 MPL_ASSERT_RELATION( (shift_right<_8,_1>::value), ==, 4 ); in MPL_TEST_CASE()
/third_party/boost/boost/phoenix/operator/
Dio.hpp65 proto::tag::shift_right
73 proto::tag::shift_right, phoenix_domain>(a0, a1); in operator >>()
79 proto::tag::shift_right
87 proto::tag::shift_right, phoenix_domain>(a0, a1); in operator >>()
Dbitwise.hpp31 (shift_right)
/third_party/boost/boost/mpl/aux_/preprocessed/no_ctps/
Dshift_right.hpp68 struct shift_right struct
75 BOOST_MPL_AUX_LAMBDA_SUPPORT(2, shift_right, (N1, N2))
79 BOOST_MPL_AUX_NA_SPEC2(2, 2, shift_right)
/third_party/boost/boost/mpl/aux_/preprocessed/bcc551/
Dshift_right.hpp68 struct shift_right struct
75 BOOST_MPL_AUX_LAMBDA_SUPPORT(2, shift_right, (N1, N2))
79 BOOST_MPL_AUX_NA_SPEC2(2, 2, shift_right)
/third_party/boost/boost/mpl/aux_/preprocessed/dmc/
Dshift_right.hpp68 struct shift_right struct
75 BOOST_MPL_AUX_LAMBDA_SUPPORT(2, shift_right, (N1, N2))
79 BOOST_MPL_AUX_NA_SPEC2(2, 2, shift_right)
/third_party/boost/boost/mpl/aux_/preprocessed/mwcw/
Dshift_right.hpp68 struct shift_right struct
75 BOOST_MPL_AUX_LAMBDA_SUPPORT(2, shift_right, (N1, N2))
79 BOOST_MPL_AUX_NA_SPEC2(2, 2, shift_right)
/third_party/boost/boost/mpl/aux_/preprocessed/bcc/
Dshift_right.hpp68 struct shift_right struct
75 BOOST_MPL_AUX_LAMBDA_SUPPORT(2, shift_right, (N1, N2))
79 BOOST_MPL_AUX_NA_SPEC2(2, 2, shift_right)
/third_party/boost/boost/mpl/aux_/preprocessed/gcc/
Dshift_right.hpp68 struct shift_right struct
75 BOOST_MPL_AUX_LAMBDA_SUPPORT(2, shift_right, (N1, N2))
79 BOOST_MPL_AUX_NA_SPEC2(2, 2, shift_right)
/third_party/boost/boost/mpl/aux_/preprocessed/bcc_pre590/
Dshift_right.hpp68 struct shift_right struct
75 BOOST_MPL_AUX_LAMBDA_SUPPORT(2, shift_right, (N1, N2))
79 BOOST_MPL_AUX_NA_SPEC2(2, 2, shift_right)
/third_party/boost/boost/spirit/home/qi/operator/
Dsequence.hpp27 struct use_operator<qi::domain, proto::tag::shift_right> // enables >>
31 struct flatten_tree<qi::domain, proto::tag::shift_right> // flattens >>
64 struct make_composite<proto::tag::shift_right, Elements, Modifiers>
/third_party/boost/boost/mpl/aux_/preprocessed/no_ttp/
Dshift_right.hpp68 struct shift_right struct
75 BOOST_MPL_AUX_LAMBDA_SUPPORT(2, shift_right, (N1, N2))
79 BOOST_MPL_AUX_NA_SPEC2(2, 2, shift_right)
/third_party/boost/boost/mpl/aux_/preprocessed/msvc60/
Dshift_right.hpp68 struct shift_right struct
79 BOOST_MPL_AUX_LAMBDA_SUPPORT(2, shift_right, (N1, N2))
83 BOOST_MPL_AUX_NA_SPEC2(2, 2, shift_right)
/third_party/boost/boost/mpl/aux_/preprocessed/msvc70/
Dshift_right.hpp68 struct shift_right struct
79 BOOST_MPL_AUX_LAMBDA_SUPPORT(2, shift_right, (N1, N2))
83 BOOST_MPL_AUX_NA_SPEC2(2, 2, shift_right)
/third_party/flutter/skia/src/core/
DSkMipMap.cpp85 template <typename T> T shift_right(const T& x, int bits) { in shift_right() function
89 Sk4f shift_right(const Sk4f& x, int bits) { in shift_right() function
125 d[i] = F::Compact(shift_right(c, 1)); in downsample_1_2()
144 d[i] = F::Compact(shift_right(c, 2)); in downsample_1_3()
161 d[i] = F::Compact(shift_right(c, 1)); in downsample_2_1()
179 d[i] = F::Compact(shift_right(c, 2)); in downsample_2_2()
201 d[i] = F::Compact(shift_right(c, 3)); in downsample_2_3()
220 d[i] = F::Compact(shift_right(c, 2)); in downsample_3_1()
254 d[i] = F::Compact(shift_right(sum, 3)); in downsample_3_2()
294 d[i] = F::Compact(shift_right(sum, 4)); in downsample_3_3()
/third_party/boost/boost/xpressive/detail/static/transforms/
Das_marker.hpp32 typename shift_right<
34 , typename shift_right<
Das_quantifier.hpp122 typename shift_right<
124 , typename shift_right<
174 typename shift_right<
176 , typename shift_right<
287 shift_right<terminal<detail::repeat_begin_matcher>, _>
Das_action.hpp216 typename shift_right<
218 , typename shift_right<
282 typename proto::shift_right<
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure2/
Dids.hpp52 shift_right, enumerator
129 shift_right = binary_op<op::shift_right>::value, enumerator
/third_party/boost/boost/mpl/aux_/preprocessed/plain/
Dshift_right.hpp68 struct shift_right struct
77 BOOST_MPL_AUX_NA_SPEC2(2, 2, shift_right)
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure3/
Dids.hpp53 shift_right, enumerator
130 shift_right = binary_op<op::shift_right>::value, enumerator
/third_party/skia/src/core/
DSkMipmap.cpp169 template <typename T> T shift_right(const T& x, int bits) { in shift_right() function
173 Sk4f shift_right(const Sk4f& x, int bits) { in shift_right() function
209 d[i] = F::Compact(shift_right(c, 1)); in downsample_1_2()
228 d[i] = F::Compact(shift_right(c, 2)); in downsample_1_3()
245 d[i] = F::Compact(shift_right(c, 1)); in downsample_2_1()
263 d[i] = F::Compact(shift_right(c, 2)); in downsample_2_2()
285 d[i] = F::Compact(shift_right(c, 3)); in downsample_2_3()
304 d[i] = F::Compact(shift_right(c, 2)); in downsample_3_1()
338 d[i] = F::Compact(shift_right(sum, 3)); in downsample_3_2()
378 d[i] = F::Compact(shift_right(sum, 4)); in downsample_3_3()
/third_party/boost/boost/mpl/
Dshift_right.hpp18 #define AUX778076_OP_NAME shift_right
/third_party/boost/boost/proto/
Dtags.hpp54 struct shift_right {}; struct

1234