/third_party/boost/boost/spirit/home/qi/operator/ |
D | permutation.hpp | 34 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/ |
D | checked_default.hpp | 117 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()
|
D | checked_float.hpp | 194 constexpr checked_result<R> bitwise_xor(const T & t, const U & u) noexcept { in bitwise_xor() function
|
/third_party/boost/boost/atomic/detail/ |
D | extra_ops_generic.hpp | 82 …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()
|
D | extra_ops_gcc_ppc.hpp | 79 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
|
D | extra_ops_gcc_aarch32.hpp | 78 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
|
D | extra_ops_gcc_aarch64.hpp | 80 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
|
D | extra_ops_gcc_arm.hpp | 82 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
|
D | extra_ops_emulated.hpp | 106 …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()
|
D | extra_fp_ops_generic.hpp | 114 …return atomics::detail::bitwise_fp_cast< value_type >(base_type::bitwise_xor(storage, sign_mask, o… in negate()
|
D | extra_ops_gcc_x86.hpp | 118 …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/ |
D | bitwise.hpp | 29 (bitwise_xor)
|
/third_party/boost/boost/proto/ |
D | tags.hpp | 102 struct bitwise_xor {}; struct
|
D | proto_fwd.hpp | 287 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;
|
D | debug.hpp | 63 BOOST_PROTO_DEFINE_TAG_INSERTION(bitwise_xor)
|
D | proto_typeof.hpp | 47 BOOST_TYPEOF_REGISTER_TYPE(boost::proto::tag::bitwise_xor)
|
/third_party/boost/boost/mpi/ |
D | operations.hpp | 161 struct bitwise_xor struct 283 struct is_mpi_op<bitwise_xor<T>, T>
|
/third_party/boost/libs/mpi/test/ |
D | is_mpi_op_test.cpp | 32 BOOST_TEST((is_mpi_op<bitwise_xor<int>, int>::op() == MPI_BXOR)); in BOOST_AUTO_TEST_CASE()
|
/third_party/boost/libs/phoenix/doc/inside/ |
D | rules.qbk | 128 [[`expression::bitwise_xor<Lhs, Rhs>`] [`` 129 rule::bitwise_xor 130 : expression::bitwise_xor<meta_grammar, meta_grammar>
|
/third_party/boost/boost/compute/lambda/ |
D | result_of.hpp | 68 BOOST_COMPUTE_LAMBDA_RESULT_OF_BINARY_OPERATOR(proto::tag::bitwise_xor)
|
/third_party/boost/boost/yap/ |
D | algorithm_fwd.hpp | 57 bitwise_xor = 29, ///< \c ^ enumerator
|
/third_party/boost/libs/preprocessor/doc/examples/ |
D | array_arithmetic.c | 74 ( ^ , bitwise_xor ,0 ,0 ,0), \
|
/third_party/boost/boost/msm/front/euml/ |
D | guard_grammar.hpp | 256 struct BuildGuardsCases::case_<proto::tag::bitwise_xor> 258 proto::bitwise_xor<BuildGuards,BuildGuards >,
|
/third_party/boost/libs/yap/example/ |
D | vector.cpp | 105 BOOST_YAP_USER_UDT_ANY_BINARY_OPERATOR(bitwise_xor, boost::yap::expression, is_vector); // ^
|
/third_party/boost/libs/yap/test/ |
D | vector_alloc_test.cpp | 134 bitwise_xor, boost::yap::expression, is_vector); // ^
|