/third_party/gstreamer/gstplugins_bad/ext/opencv/ |
D | gstskindetect.cpp | 320 cv::bitwise_and (filter->cvH, filter->cvS, filter->cvSkinPixels1); in gst_skin_detect_transform() 321 cv::bitwise_and (filter->cvSkinPixels1, filter->cvH2, in gst_skin_detect_transform() 323 cv::bitwise_and (filter->cvSkinPixels1, filter->cvV, filter->cvSkinPixels1); in gst_skin_detect_transform() 349 cv::bitwise_and (filter->cvR2, filter->cvRp, filter->cvSkinPixels2); in gst_skin_detect_transform() 350 cv::bitwise_and (filter->cvRp, filter->cvSkinPixels2, in gst_skin_detect_transform() 352 cv::bitwise_and (filter->cvRp2, filter->cvSkinPixels2, in gst_skin_detect_transform() 354 cv::bitwise_and (filter->cvGp, filter->cvSkinPixels2, in gst_skin_detect_transform() 356 cv::bitwise_and (filter->cvGp2, filter->cvSkinPixels2, in gst_skin_detect_transform()
|
D | gstgrabcut.cpp | 336 bitwise_and (gc->grabcut_mask, Scalar (1), gc->grabcut_mask); in gst_grabcut_transform_ip() 340 bitwise_and (gc->grabcut_mask, gc->cvA, gc->cvA); in gst_grabcut_transform_ip() 341 bitwise_and (gc->grabcut_mask, gc->cvB, gc->cvB); in gst_grabcut_transform_ip() 342 bitwise_and (gc->grabcut_mask, gc->cvC, gc->cvC); in gst_grabcut_transform_ip()
|
/third_party/boost/boost/safe_numerics/ |
D | checked_default.hpp | 121 bitwise_and(const R & t, const R & u) noexcept { in bitwise_and() function 205 constexpr checked_result<R> bitwise_and(const R & t, const R & u) noexcept { in bitwise_and() function 206 return checked_operation<R>::bitwise_and(t, u); in bitwise_and()
|
/third_party/boost/boost/phoenix/operator/ |
D | bitwise.hpp | 27 (bitwise_and)
|
/third_party/boost/boost/atomic/detail/ |
D | extra_ops_gcc_ppc.hpp | 69 return !!base_type::bitwise_and(storage, v, order); in and_and_test() 176 …static BOOST_FORCEINLINE storage_type bitwise_and(storage_type volatile& storage, storage_type v, … in bitwise_and() function 365 …static BOOST_FORCEINLINE storage_type bitwise_and(storage_type volatile& storage, storage_type v, … in bitwise_and() function 546 …static BOOST_FORCEINLINE storage_type bitwise_and(storage_type volatile& storage, storage_type v, … in bitwise_and() function 733 …static BOOST_FORCEINLINE storage_type bitwise_and(storage_type volatile& storage, storage_type v, … in bitwise_and() function
|
D | extra_ops_gcc_aarch32.hpp | 68 base_type::bitwise_and(storage, v, order); in opaque_and() 98 return !!base_type::bitwise_and(storage, v, order); in and_and_test() 223 …static BOOST_FORCEINLINE storage_type bitwise_and(storage_type volatile& storage, storage_type v, … in bitwise_and() function 454 …static BOOST_FORCEINLINE storage_type bitwise_and(storage_type volatile& storage, storage_type v, … in bitwise_and() function 684 …static BOOST_FORCEINLINE storage_type bitwise_and(storage_type volatile& storage, storage_type v, … in bitwise_and() function 922 …static BOOST_FORCEINLINE storage_type bitwise_and(storage_type volatile& storage, storage_type v, … in bitwise_and() function
|
D | extra_ops_gcc_aarch64.hpp | 70 base_type::bitwise_and(storage, v, order); in opaque_and() 100 return !!base_type::bitwise_and(storage, v, order); in and_and_test() 227 …static BOOST_FORCEINLINE storage_type bitwise_and(storage_type volatile& storage, storage_type v, … in bitwise_and() function 462 …static BOOST_FORCEINLINE storage_type bitwise_and(storage_type volatile& storage, storage_type v, … in bitwise_and() function 697 …static BOOST_FORCEINLINE storage_type bitwise_and(storage_type volatile& storage, storage_type v, … in bitwise_and() function 932 …static BOOST_FORCEINLINE storage_type bitwise_and(storage_type volatile& storage, storage_type v, … in bitwise_and() function 1182 …static BOOST_FORCEINLINE storage_type bitwise_and(storage_type volatile& storage, storage_type v, … in bitwise_and() function
|
D | extra_ops_generic.hpp | 72 …static BOOST_FORCEINLINE storage_type bitwise_and(storage_type volatile& storage, storage_type v, … in bitwise_and() function 150 return !!bitwise_and(storage, v, order); in and_and_test() 243 …static BOOST_FORCEINLINE storage_type bitwise_and(storage_type volatile& storage, storage_type v, … in bitwise_and() function 341 return !!bitwise_and(storage, v, order); in and_and_test()
|
D | extra_ops_gcc_arm.hpp | 72 return !!base_type::bitwise_and(storage, v, order); in and_and_test() 208 …static BOOST_FORCEINLINE storage_type bitwise_and(storage_type volatile& storage, storage_type v, … in bitwise_and() function 461 …static BOOST_FORCEINLINE storage_type bitwise_and(storage_type volatile& storage, storage_type v, … in bitwise_and() function 711 …static BOOST_FORCEINLINE storage_type bitwise_and(storage_type volatile& storage, storage_type v, … in bitwise_and() function 969 …static BOOST_FORCEINLINE storage_type bitwise_and(storage_type volatile& storage, storage_type v, … in bitwise_and() function
|
D | extra_ops_emulated.hpp | 84 …static storage_type bitwise_and(storage_type volatile& storage, storage_type v, memory_order) BOOS… in bitwise_and() function 200 return !!bitwise_and(storage, v, order); in and_and_test()
|
D | extra_ops_gcc_x86.hpp | 102 …static BOOST_FORCEINLINE storage_type bitwise_and(storage_type volatile& storage, storage_type v, … in bitwise_and() function 484 …static BOOST_FORCEINLINE storage_type bitwise_and(storage_type volatile& storage, storage_type v, … in bitwise_and() function 937 …static BOOST_FORCEINLINE storage_type bitwise_and(storage_type volatile& storage, storage_type v, … in bitwise_and() function 1392 …static BOOST_FORCEINLINE storage_type bitwise_and(storage_type volatile& storage, storage_type v, … in bitwise_and() function
|
/third_party/boost/boost/proto/ |
D | tags.hpp | 96 struct bitwise_and {}; struct
|
D | proto_fwd.hpp | 285 struct bitwise_and; 573 template<typename T, typename U> struct bitwise_and; 656 typedef make_expr<tag::bitwise_and> make_bitwise_and; 727 typedef functional::make_expr<tag::bitwise_and> _make_bitwise_and;
|
D | debug.hpp | 61 BOOST_PROTO_DEFINE_TAG_INSERTION(bitwise_and)
|
/third_party/boost/boost/mpi/ |
D | operations.hpp | 100 struct bitwise_and struct 265 struct is_mpi_op<bitwise_and<T>, T>
|
/third_party/boost/libs/mpi/test/ |
D | is_mpi_op_test.cpp | 28 BOOST_TEST((is_mpi_op<bitwise_and<int>, int>::op() == MPI_BAND)); in BOOST_AUTO_TEST_CASE()
|
/third_party/boost/boost/numeric/odeint/external/mpi/ |
D | mpi_state.hpp | 69 return boost::mpi::all_reduce(x.world, local, mpi::bitwise_and<bool>()); in same_size()
|
/third_party/boost/boost/msm/ |
D | msm_grammar.hpp | 62 proto::not_<proto::bitwise_and<proto::_,proto::_> >
|
/third_party/boost/libs/phoenix/doc/inside/ |
D | rules.qbk | 120 [[`expression::bitwise_and<Lhs, Rhs>`] [`` 121 rule::bitwise_and 122 : expression::bitwise_and<meta_grammar, meta_grammar>
|
/third_party/boost/boost/compute/lambda/ |
D | result_of.hpp | 66 BOOST_COMPUTE_LAMBDA_RESULT_OF_BINARY_OPERATOR(proto::tag::bitwise_and)
|
/third_party/boost/boost/yap/ |
D | algorithm_fwd.hpp | 55 bitwise_and = 27, ///< \c & enumerator
|
/third_party/boost/libs/preprocessor/doc/examples/ |
D | array_arithmetic.c | 72 ( & , bitwise_and ,0 ,0 ,0), \
|
/third_party/boost/boost/msm/front/euml/ |
D | guard_grammar.hpp | 165 struct BuildGuardsCases::case_<proto::tag::bitwise_and> 167 proto::bitwise_and<BuildGuards,BuildGuards >,
|
/third_party/boost/libs/yap/example/ |
D | vector.cpp | 103 BOOST_YAP_USER_UDT_ANY_BINARY_OPERATOR(bitwise_and, boost::yap::expression, is_vector); // &
|
/third_party/boost/libs/yap/test/ |
D | vector_alloc_test.cpp | 130 bitwise_and, boost::yap::expression, is_vector); // &
|