Home
last modified time | relevance | path

Searched defs:shift_right (Results 1 – 22 of 22) sorted by relevance

/third_party/boost/libs/mpl/doc/src/refmanual/
Dshift_right.rst3 shift_right title
/third_party/boost/boost/mpl/aux_/preprocessed/gcc/
Dshift_right.hpp68 struct shift_right struct
/third_party/boost/boost/mpl/aux_/preprocessed/plain/
Dshift_right.hpp68 struct shift_right struct
/third_party/boost/boost/mpl/aux_/preprocessed/bcc551/
Dshift_right.hpp68 struct shift_right struct
/third_party/boost/boost/mpl/aux_/preprocessed/bcc_pre590/
Dshift_right.hpp68 struct shift_right struct
/third_party/boost/boost/mpl/aux_/preprocessed/no_ctps/
Dshift_right.hpp68 struct shift_right struct
/third_party/boost/boost/mpl/aux_/preprocessed/dmc/
Dshift_right.hpp68 struct shift_right struct
/third_party/boost/boost/mpl/aux_/preprocessed/mwcw/
Dshift_right.hpp68 struct shift_right struct
/third_party/boost/boost/mpl/aux_/preprocessed/bcc/
Dshift_right.hpp68 struct shift_right struct
/third_party/boost/boost/mpl/aux_/preprocessed/msvc70/
Dshift_right.hpp68 struct shift_right struct
/third_party/boost/boost/mpl/aux_/preprocessed/no_ttp/
Dshift_right.hpp68 struct shift_right struct
/third_party/boost/boost/mpl/aux_/preprocessed/msvc60/
Dshift_right.hpp68 struct shift_right struct
/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/libs/spirit/example/qi/compiler_tutorial/conjure3/
Dids.hpp53 shift_right, enumerator
130 shift_right = binary_op<op::shift_right>::value, enumerator
/third_party/boost/boost/proto/
Dtags.hpp54 struct shift_right {}; struct
/third_party/boost/libs/proto/test/
Dflatten.cpp15 std::ostream &operator <<(std::ostream &sout, boost::proto::tag::shift_right) in operator <<()
/third_party/boost/boost/yap/
Dalgorithm_fwd.hpp41 shift_right = 13, ///< \c >> enumerator
/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
/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
/third_party/ffmpeg/libavcodec/
Dadpcm.c1459 int shift_left, shift_right; in adpcm_decode_frame() local
/third_party/boost/boost/multiprecision/detail/
Dnumber_base.hpp375 struct shift_right struct
/third_party/boost/boost/multiprecision/
Dnumber.hpp1395 BOOST_MP_CXX14_CONSTEXPR void do_assign(const Exp& e, const detail::shift_right&) in do_assign()