Home
last modified time | relevance | path

Searched refs:bitwise_xor (Results 1 – 25 of 63) sorted by relevance

123

/third_party/boost/boost/spirit/home/qi/operator/
Dpermutation.hpp34 struct use_operator<qi::domain, proto::tag::bitwise_xor> // enables ^
38 struct flatten_tree<qi::domain, proto::tag::bitwise_xor> // flattens ^
116 struct make_composite<proto::tag::bitwise_xor, Elements, Modifiers>
/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
202 return checked_operation<R>::bitwise_xor(t, u); in bitwise_xor()
Dchecked_float.hpp194 constexpr checked_result<R> bitwise_xor(const T & t, const U & u) noexcept { in bitwise_xor() function
/third_party/boost/boost/atomic/detail/
Dextra_ops_generic.hpp82 …static BOOST_FORCEINLINE storage_type bitwise_xor(storage_type volatile& storage, storage_type v, … in bitwise_xor() function
160 return !!bitwise_xor(storage, v, order); in xor_and_test()
267 …static BOOST_FORCEINLINE storage_type bitwise_xor(storage_type volatile& storage, storage_type v, … in bitwise_xor() function
286 …return bitwise_xor(storage, atomics::detail::integral_extend< Signed, storage_type >(static_cast< … in bitwise_complement()
351 return !!bitwise_xor(storage, v, order); in xor_and_test()
Dextra_ops_gcc_ppc.hpp79 return !!base_type::bitwise_xor(storage, v, order); in xor_and_test()
214 …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_aarch32.hpp78 base_type::bitwise_xor(storage, v, order); in opaque_xor()
108 return !!base_type::bitwise_xor(storage, v, order); in xor_and_test()
271 …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_gcc_aarch64.hpp80 base_type::bitwise_xor(storage, v, order); in opaque_xor()
110 return !!base_type::bitwise_xor(storage, v, order); in xor_and_test()
275 …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_gcc_arm.hpp82 return !!base_type::bitwise_xor(storage, v, order); in xor_and_test()
260 …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_emulated.hpp106 …static storage_type bitwise_xor(storage_type volatile& storage, storage_type v, memory_order) BOOS… in bitwise_xor() function
212 return !!bitwise_xor(storage, v, order); in xor_and_test()
Dextra_fp_ops_generic.hpp114 …return atomics::detail::bitwise_fp_cast< value_type >(base_type::bitwise_xor(storage, sign_mask, o… in negate()
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
/third_party/boost/boost/phoenix/operator/
Dbitwise.hpp29 (bitwise_xor)
/third_party/boost/boost/proto/
Dtags.hpp102 struct bitwise_xor {}; struct
Dproto_fwd.hpp287 struct bitwise_xor;
575 template<typename T, typename U> struct bitwise_xor;
658 typedef make_expr<tag::bitwise_xor> make_bitwise_xor;
729 typedef functional::make_expr<tag::bitwise_xor> _make_bitwise_xor;
Ddebug.hpp63 BOOST_PROTO_DEFINE_TAG_INSERTION(bitwise_xor)
Dproto_typeof.hpp47 BOOST_TYPEOF_REGISTER_TYPE(boost::proto::tag::bitwise_xor)
/third_party/boost/boost/mpi/
Doperations.hpp161 struct bitwise_xor struct
283 struct is_mpi_op<bitwise_xor<T>, T>
/third_party/boost/libs/mpi/test/
Dis_mpi_op_test.cpp32 BOOST_TEST((is_mpi_op<bitwise_xor<int>, int>::op() == MPI_BXOR)); in BOOST_AUTO_TEST_CASE()
/third_party/boost/libs/phoenix/doc/inside/
Drules.qbk128 [[`expression::bitwise_xor<Lhs, Rhs>`] [``
129 rule::bitwise_xor
130 : expression::bitwise_xor<meta_grammar, meta_grammar>
/third_party/boost/boost/compute/lambda/
Dresult_of.hpp68 BOOST_COMPUTE_LAMBDA_RESULT_OF_BINARY_OPERATOR(proto::tag::bitwise_xor)
/third_party/boost/boost/yap/
Dalgorithm_fwd.hpp57 bitwise_xor = 29, ///< \c ^ enumerator
/third_party/boost/libs/preprocessor/doc/examples/
Darray_arithmetic.c74 ( ^ , bitwise_xor ,0 ,0 ,0), \
/third_party/boost/boost/msm/front/euml/
Dguard_grammar.hpp256 struct BuildGuardsCases::case_<proto::tag::bitwise_xor>
258 proto::bitwise_xor<BuildGuards,BuildGuards >,
/third_party/boost/libs/yap/example/
Dvector.cpp105 BOOST_YAP_USER_UDT_ANY_BINARY_OPERATOR(bitwise_xor, boost::yap::expression, is_vector); // ^
/third_party/boost/libs/yap/test/
Dvector_alloc_test.cpp134 bitwise_xor, boost::yap::expression, is_vector); // ^

123