Home
last modified time | relevance | path

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

/third_party/boost/boost/mpi/
Doperations.hpp161 struct bitwise_xor struct
163 typedef T first_argument_type;
164 typedef T second_argument_type;
165 typedef T result_type;
167 T operator()(const T& x, const T& y) const in operator ()()
/third_party/boost/boost/safe_numerics/
Dchecked_default.hpp117 bitwise_xor(const R & t, const R & u) noexcept { in bitwise_xor() function
201 constexpr checked_result<R> bitwise_xor(const R & t, const R & u) noexcept { in bitwise_xor() function
Dchecked_float.hpp194 constexpr checked_result<R> bitwise_xor(const T & t, const U & u) noexcept { in bitwise_xor() function
Dchecked_integer.hpp778 constexpr static checked_result<R> bitwise_xor(const R & t, const R & u){ in bitwise_xor() function
/third_party/boost/boost/atomic/detail/
Dextra_ops_gcc_ppc.hpp214 …static BOOST_FORCEINLINE storage_type bitwise_xor(storage_type volatile& storage, storage_type v, … in bitwise_xor() function
403 …static BOOST_FORCEINLINE storage_type bitwise_xor(storage_type volatile& storage, storage_type v, … in bitwise_xor() function
584 …static BOOST_FORCEINLINE storage_type bitwise_xor(storage_type volatile& storage, storage_type v, … in bitwise_xor() function
771 …static BOOST_FORCEINLINE storage_type bitwise_xor(storage_type volatile& storage, storage_type v, … in bitwise_xor() function
Dextra_ops_gcc_arm.hpp260 …static BOOST_FORCEINLINE storage_type bitwise_xor(storage_type volatile& storage, storage_type v, … in bitwise_xor() function
513 …static BOOST_FORCEINLINE storage_type bitwise_xor(storage_type volatile& storage, storage_type v, … in bitwise_xor() function
763 …static BOOST_FORCEINLINE storage_type bitwise_xor(storage_type volatile& storage, storage_type v, … in bitwise_xor() function
1023 …static BOOST_FORCEINLINE storage_type bitwise_xor(storage_type volatile& storage, storage_type v, … in bitwise_xor() function
Dextra_ops_gcc_aarch64.hpp275 …static BOOST_FORCEINLINE storage_type bitwise_xor(storage_type volatile& storage, storage_type v, … in bitwise_xor() function
510 …static BOOST_FORCEINLINE storage_type bitwise_xor(storage_type volatile& storage, storage_type v, … in bitwise_xor() function
745 …static BOOST_FORCEINLINE storage_type bitwise_xor(storage_type volatile& storage, storage_type v, … in bitwise_xor() function
980 …static BOOST_FORCEINLINE storage_type bitwise_xor(storage_type volatile& storage, storage_type v, … in bitwise_xor() function
1236 …static BOOST_FORCEINLINE storage_type bitwise_xor(storage_type volatile& storage, storage_type v, … in bitwise_xor() function
Dextra_ops_msvc_x86.hpp163 …static BOOST_FORCEINLINE storage_type bitwise_xor(storage_type volatile& storage, storage_type v, … in bitwise_xor() function
547 …static BOOST_FORCEINLINE storage_type bitwise_xor(storage_type volatile& storage, storage_type v, … in bitwise_xor() function
981 …static BOOST_FORCEINLINE storage_type bitwise_xor(storage_type volatile& storage, storage_type v, … in bitwise_xor() function
Dextra_ops_gcc_aarch32.hpp271 …static BOOST_FORCEINLINE storage_type bitwise_xor(storage_type volatile& storage, storage_type v, … in bitwise_xor() function
502 …static BOOST_FORCEINLINE storage_type bitwise_xor(storage_type volatile& storage, storage_type v, … in bitwise_xor() function
732 …static BOOST_FORCEINLINE storage_type bitwise_xor(storage_type volatile& storage, storage_type v, … in bitwise_xor() function
972 …static BOOST_FORCEINLINE storage_type bitwise_xor(storage_type volatile& storage, storage_type v, … in bitwise_xor() function
Dextra_ops_generic.hpp82 …static BOOST_FORCEINLINE storage_type bitwise_xor(storage_type volatile& storage, storage_type v, … in bitwise_xor() function
267 …static BOOST_FORCEINLINE storage_type bitwise_xor(storage_type volatile& storage, storage_type v, … in bitwise_xor() function
Dextra_ops_gcc_x86.hpp118 …static BOOST_FORCEINLINE storage_type bitwise_xor(storage_type volatile& storage, storage_type v, … in bitwise_xor() function
500 …static BOOST_FORCEINLINE storage_type bitwise_xor(storage_type volatile& storage, storage_type v, … in bitwise_xor() function
953 …static BOOST_FORCEINLINE storage_type bitwise_xor(storage_type volatile& storage, storage_type v, … in bitwise_xor() function
1408 …static BOOST_FORCEINLINE storage_type bitwise_xor(storage_type volatile& storage, storage_type v, … in bitwise_xor() function
Dextra_ops_emulated.hpp106 …static storage_type bitwise_xor(storage_type volatile& storage, storage_type v, memory_order) BOOS… in bitwise_xor() function
Datomic_impl.hpp435 …BOOST_FORCEINLINE value_type bitwise_xor(value_arg_type v, memory_order order = memory_order_seq_c… in bitwise_xor() function in boost::atomics::detail::base_atomic
Datomic_ref_impl.hpp402 …BOOST_FORCEINLINE value_type bitwise_xor(value_arg_type v, memory_order order = memory_order_seq_c… in bitwise_xor() function in boost::atomics::detail::base_atomic_ref
Datomic_template.hpp435 …BOOST_FORCEINLINE value_type bitwise_xor(value_arg_type v, memory_order order = memory_order_seq_c… in bitwise_xor() function in boost::atomics::detail::base_atomic
/third_party/boost/boost/proto/
Dtags.hpp102 struct bitwise_xor {}; struct
/third_party/boost/boost/yap/
Dalgorithm_fwd.hpp57 bitwise_xor = 29, ///< \c ^ enumerator
/third_party/mindspore/mindspore/ops/
Dfunctional.py118 bitwise_xor = P.BitwiseXor() variable
/third_party/boost/boost/multiprecision/
Dnumber.hpp1322 BOOST_MP_CXX14_CONSTEXPR void do_assign(const Exp& e, const detail::bitwise_xor&) in do_assign()
1902 BOOST_MP_CXX14_CONSTEXPR void do_bitwise_xor(const Exp& e, const detail::bitwise_xor&) in do_bitwise_xor()
/third_party/mindspore/mindspore/numpy/
Dmath_ops.py5676 def bitwise_xor(x1, x2, dtype=None): function
/third_party/boost/boost/multiprecision/detail/
Dnumber_base.hpp381 struct bitwise_xor struct
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShaderCore.cpp1983 void ShaderCore::bitwise_xor(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) in bitwise_xor() function in sw::ShaderCore