Home
last modified time | relevance | path

Searched refs:bitwise_and (Results 1 – 25 of 65) sorted by relevance

123

/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dgstskindetect.cpp320 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()
Dgstgrabcut.cpp336 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/
Dchecked_default.hpp121 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/
Dbitwise.hpp27 (bitwise_and)
/third_party/boost/boost/atomic/detail/
Dextra_ops_gcc_ppc.hpp69 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
Dextra_ops_gcc_aarch32.hpp68 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
Dextra_ops_gcc_aarch64.hpp70 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
Dextra_ops_generic.hpp72 …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()
Dextra_ops_gcc_arm.hpp72 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
Dextra_ops_emulated.hpp84 …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()
Dextra_ops_gcc_x86.hpp102 …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/
Dtags.hpp96 struct bitwise_and {}; struct
Dproto_fwd.hpp285 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;
Ddebug.hpp61 BOOST_PROTO_DEFINE_TAG_INSERTION(bitwise_and)
/third_party/boost/boost/mpi/
Doperations.hpp100 struct bitwise_and struct
265 struct is_mpi_op<bitwise_and<T>, T>
/third_party/boost/libs/mpi/test/
Dis_mpi_op_test.cpp28 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/
Dmpi_state.hpp69 return boost::mpi::all_reduce(x.world, local, mpi::bitwise_and<bool>()); in same_size()
/third_party/boost/boost/msm/
Dmsm_grammar.hpp62 proto::not_<proto::bitwise_and<proto::_,proto::_> >
/third_party/boost/libs/phoenix/doc/inside/
Drules.qbk120 [[`expression::bitwise_and<Lhs, Rhs>`] [``
121 rule::bitwise_and
122 : expression::bitwise_and<meta_grammar, meta_grammar>
/third_party/boost/boost/compute/lambda/
Dresult_of.hpp66 BOOST_COMPUTE_LAMBDA_RESULT_OF_BINARY_OPERATOR(proto::tag::bitwise_and)
/third_party/boost/boost/yap/
Dalgorithm_fwd.hpp55 bitwise_and = 27, ///< \c & enumerator
/third_party/boost/libs/preprocessor/doc/examples/
Darray_arithmetic.c72 ( & , bitwise_and ,0 ,0 ,0), \
/third_party/boost/boost/msm/front/euml/
Dguard_grammar.hpp165 struct BuildGuardsCases::case_<proto::tag::bitwise_and>
167 proto::bitwise_and<BuildGuards,BuildGuards >,
/third_party/boost/libs/yap/example/
Dvector.cpp103 BOOST_YAP_USER_UDT_ANY_BINARY_OPERATOR(bitwise_and, boost::yap::expression, is_vector); // &
/third_party/boost/libs/yap/test/
Dvector_alloc_test.cpp130 bitwise_and, boost::yap::expression, is_vector); // &

123