OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Bitwise_xor
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/core/test/ocl/
test_arithm.cpp
708
////////////////////////////////
Bitwise_xor
/////////////////////////////////////////////////
710
typedef ArithmTestBase
Bitwise_xor
;
712
OCL_TEST_P(
Bitwise_xor
, Mat)
718
OCL_OFF(cv::
bitwise_xor
(src1_roi, src2_roi, dst1_roi));
719
OCL_ON(cv::
bitwise_xor
(usrc1_roi, usrc2_roi, udst1_roi));
724
OCL_TEST_P(
Bitwise_xor
, Mat_Mask)
730
OCL_OFF(cv::
bitwise_xor
(src1_roi, src2_roi, dst1_roi, mask_roi));
731
OCL_ON(cv::
bitwise_xor
(usrc1_roi, usrc2_roi, udst1_roi, umask_roi));
736
OCL_TEST_P(
Bitwise_xor
, Scalar)
742
OCL_OFF(cv::
bitwise_xor
(src1_roi, val, dst1_roi))
[
all
...]
/external/opencv3/modules/core/perf/opencl/
perf_arithm.cpp
488
/////////////
bitwise_xor
////////////////////////
492
OCL_PERF_TEST_P(BitwiseXorFixture,
Bitwise_xor
,
504
OCL_TEST_CYCLE() cv::
bitwise_xor
(src1, src2, dst);
[
all
...]
Completed in 313 milliseconds