OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Bitwise_or
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/core/test/ocl/
test_arithm.cpp
656
////////////////////////////////
Bitwise_or
/////////////////////////////////////////////////
658
typedef ArithmTestBase
Bitwise_or
;
660
OCL_TEST_P(
Bitwise_or
, Mat)
666
OCL_OFF(cv::
bitwise_or
(src1_roi, src2_roi, dst1_roi));
667
OCL_ON(cv::
bitwise_or
(usrc1_roi, usrc2_roi, udst1_roi));
672
OCL_TEST_P(
Bitwise_or
, Mat_Mask)
678
OCL_OFF(cv::
bitwise_or
(src1_roi, src2_roi, dst1_roi, mask_roi));
679
OCL_ON(cv::
bitwise_or
(usrc1_roi, usrc2_roi, udst1_roi, umask_roi));
684
OCL_TEST_P(
Bitwise_or
, Scalar)
690
OCL_OFF(cv::
bitwise_or
(src1_roi, val, dst1_roi))
[
all
...]
/external/opencv3/modules/core/perf/opencl/
perf_arithm.cpp
509
/////////////
bitwise_or
////////////////////////
513
OCL_PERF_TEST_P(BitwiseOrFixture,
Bitwise_or
,
525
OCL_TEST_CYCLE() cv::
bitwise_or
(src1, src2, dst);
[
all
...]
Completed in 110 milliseconds