/third_party/boost/libs/mpl/doc/src/refmanual/ |
D | shift_right.rst | 1 .. 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/ |
D | bitwise.cpp | 57 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/ |
D | io.hpp | 65 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 >>()
|
D | bitwise.hpp | 31 (shift_right)
|
/third_party/boost/boost/mpl/aux_/preprocessed/no_ctps/ |
D | shift_right.hpp | 68 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/ |
D | shift_right.hpp | 68 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/ |
D | shift_right.hpp | 68 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/ |
D | shift_right.hpp | 68 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/ |
D | shift_right.hpp | 68 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/ |
D | shift_right.hpp | 68 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/ |
D | shift_right.hpp | 68 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/ |
D | sequence.hpp | 27 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/ |
D | shift_right.hpp | 68 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/ |
D | shift_right.hpp | 68 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/ |
D | shift_right.hpp | 68 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/ |
D | SkMipMap.cpp | 85 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/ |
D | as_marker.hpp | 32 typename shift_right< 34 , typename shift_right<
|
D | as_quantifier.hpp | 122 typename shift_right< 124 , typename shift_right< 174 typename shift_right< 176 , typename shift_right< 287 shift_right<terminal<detail::repeat_begin_matcher>, _>
|
D | as_action.hpp | 216 typename shift_right< 218 , typename shift_right< 282 typename proto::shift_right<
|
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure2/ |
D | ids.hpp | 52 shift_right, enumerator 129 shift_right = binary_op<op::shift_right>::value, enumerator
|
/third_party/boost/boost/mpl/aux_/preprocessed/plain/ |
D | shift_right.hpp | 68 struct shift_right struct 77 BOOST_MPL_AUX_NA_SPEC2(2, 2, shift_right)
|
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure3/ |
D | ids.hpp | 53 shift_right, enumerator 130 shift_right = binary_op<op::shift_right>::value, enumerator
|
/third_party/skia/src/core/ |
D | SkMipmap.cpp | 169 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/ |
D | shift_right.hpp | 18 #define AUX778076_OP_NAME shift_right
|
/third_party/boost/boost/proto/ |
D | tags.hpp | 54 struct shift_right {}; struct
|