Home
last modified time | relevance | path

Searched defs:bitwise_or (Results 1 – 20 of 20) sorted by relevance

/third_party/boost/boost/mpi/
Doperations.hpp120 struct bitwise_or struct
122 typedef T first_argument_type;
123 typedef T second_argument_type;
124 typedef T result_type;
126 T operator()(const T& x, const T& y) const in operator ()()
/third_party/boost/boost/safe_numerics/
Dchecked_default.hpp113 bitwise_or(const R & t, const R & u) noexcept { in bitwise_or() function
197 constexpr checked_result<R> bitwise_or(const R & t, const R & u) noexcept { in bitwise_or() function
Dchecked_float.hpp183 constexpr checked_result<R> bitwise_or(const T & t, const U & u) noexcept { in bitwise_or() function
Dchecked_integer.hpp765 constexpr static checked_result<R> bitwise_or(const R & t, const R & u){ in bitwise_or() function
/third_party/boost/boost/atomic/detail/
Dextra_ops_gcc_ppc.hpp195 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function
384 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function
565 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function
752 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function
Dextra_ops_gcc_arm.hpp234 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function
487 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function
737 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function
996 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function
Dextra_ops_msvc_x86.hpp142 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function
526 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function
960 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function
Dextra_ops_gcc_aarch64.hpp251 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function
486 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function
721 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function
956 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function
1209 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function
Dextra_ops_gcc_aarch32.hpp247 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function
478 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function
708 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function
947 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function
Dextra_ops_generic.hpp77 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function
255 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function
Dextra_ops_gcc_x86.hpp110 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function
492 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function
945 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function
1400 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function
Dextra_ops_emulated.hpp95 …static storage_type bitwise_or(storage_type volatile& storage, storage_type v, memory_order) BOOST… in bitwise_or() function
Datomic_ref_impl.hpp397 …BOOST_FORCEINLINE value_type bitwise_or(value_arg_type v, memory_order order = memory_order_seq_cs… in bitwise_or() function in boost::atomics::detail::base_atomic_ref
Datomic_impl.hpp430 …BOOST_FORCEINLINE value_type bitwise_or(value_arg_type v, memory_order order = memory_order_seq_cs… in bitwise_or() function in boost::atomics::detail::base_atomic
Datomic_template.hpp430 …BOOST_FORCEINLINE value_type bitwise_or(value_arg_type v, memory_order order = memory_order_seq_cs… in bitwise_or() function in boost::atomics::detail::base_atomic
/third_party/boost/boost/proto/
Dtags.hpp99 struct bitwise_or {}; struct
/third_party/boost/libs/proto/test/
Dflatten.cpp20 std::ostream &operator <<(std::ostream &sout, boost::proto::tag::bitwise_or) in operator <<()
/third_party/boost/boost/yap/
Dalgorithm_fwd.hpp56 bitwise_or = 28, ///< \c | enumerator
/third_party/boost/boost/multiprecision/
Dnumber.hpp1277 BOOST_MP_CXX14_CONSTEXPR void do_assign(const Exp& e, const detail::bitwise_or&) in do_assign()
1877 BOOST_MP_CXX14_CONSTEXPR void do_bitwise_or(const Exp& e, const detail::bitwise_or&) in do_bitwise_or()
/third_party/boost/boost/multiprecision/detail/
Dnumber_base.hpp379 struct bitwise_or struct