/external/opencv3/modules/core/perf/ |
perf_bitwise.cpp | 45 PERF_TEST_P(Size_MatType, bitwise_or, TYPICAL_MATS_BITW_ARITHM) 56 TEST_CYCLE() bitwise_or(a, b, c);
|
/external/fonttools/Lib/fontTools/ |
merge.py | 54 def bitwise_or(lst): function 169 '*': bitwise_or, 222 1: bitwise_or, # no embedding permitted 225 8: bitwise_or, # no subsetting permitted 226 9: bitwise_or, # no embedding of outlines permitted 260 'ulUnicodeRange1': bitwise_or, 261 'ulUnicodeRange2': bitwise_or, 262 'ulUnicodeRange3': bitwise_or, 263 'ulUnicodeRange4': bitwise_or, 272 'ulCodePageRange1': onlyExisting(bitwise_or), [all...] |
/external/opencv3/modules/core/include/opencv2/core/ |
operations.hpp | 269 CV_MAT_AUG_OPERATOR (|=, cv::bitwise_or(a,b,a), Mat, Mat) 270 CV_MAT_AUG_OPERATOR (|=, cv::bitwise_or(a,b,a), Mat, Scalar) 271 CV_MAT_AUG_OPERATOR_T(|=, cv::bitwise_or(a,b,a), Mat_<_Tp>, Mat) 272 CV_MAT_AUG_OPERATOR_T(|=, cv::bitwise_or(a,b,a), Mat_<_Tp>, Scalar) 273 CV_MAT_AUG_OPERATOR_T(|=, cv::bitwise_or(a,b,a), Mat_<_Tp>, Mat_<_Tp>)
|
/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/cudaarithm/perf/ |
perf_element_operations.cpp | 838 TEST_CYCLE() cv::cuda::bitwise_or(d_src1, d_src2, dst); 846 TEST_CYCLE() cv::bitwise_or(src1, src2, dst); 878 TEST_CYCLE() cv::cuda::bitwise_or(d_src, is, dst); 886 TEST_CYCLE() cv::bitwise_or(src, is, dst); [all...] |
/external/opencv3/modules/cudaarithm/include/opencv2/ |
cudaarithm.hpp | 242 CV_EXPORTS void bitwise_or(InputArray src1, InputArray src2, OutputArray dst, InputArray mask = noArray(), Stream& stream = Stream::Null()); [all...] |
/cts/apps/CameraITS/pymodules/its/ |
image.py | 150 img16 = numpy.bitwise_or(msbs, lsbs).reshape(h,w) 200 img16 = numpy.bitwise_or(msbs, lsbs).reshape(h,w)
|
/external/opencv3/modules/cudaarithm/src/ |
element_operations.cpp | 66 void cv::cuda::bitwise_or(InputArray, InputArray, OutputArray, InputArray, Stream&) { throw_no_cuda(); } function in class:cv::cuda 314 void cv::cuda::bitwise_or(InputArray src1, InputArray src2, OutputArray dst, InputArray mask, Stream& stream)
|
/external/opencv3/modules/core/test/ |
test_arithm.cpp | 286 bitwise_or(src[0], src[1], dst, mask); 317 bitwise_or(src[0], gamma, dst, mask); [all...] |
/external/opencv3/modules/core/misc/java/test/ |
CoreTest.java | 83 Core.bitwise_or(gray1, gray2, dst); 89 Core.bitwise_or(gray127, gray3, dst, gray255); 101 Core.bitwise_or(gray127, gray128, dst, gray255); [all...] |
/external/opencv3/modules/java/src/ |
core+Core.java | 1287 public static void bitwise_or(Mat src1, Mat src2, Mat dst, Mat mask) method in class:Core 1296 public static void bitwise_or(Mat src1, Mat src2, Mat dst) method in class:Core [all...] |
core.cpp | [all...] |
/external/opencv3/modules/core/include/opencv2/ |
core.hpp | [all...] |
/toolchain/binutils/binutils-2.25/gold/ |
expression.cc | 518 BINARY_EXPRESSION(bitwise_or, |, true, true, false, true) [all...] |
/external/opencv3/modules/core/src/ |
matop.cpp | 1335 bitwise_or(e.a, e.b, dst); 1337 bitwise_or(e.a, e.s, dst); [all...] |
arithm.cpp | 1724 void cv::bitwise_or(InputArray a, InputArray b, OutputArray c, InputArray mask) function in class:cv [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...] |
/external/opencv3/modules/cudaarithm/test/ |
test_element_operations.cpp | [all...] |
/cts/apps/CtsVerifier/libs/ |
opencv3-android.jar | |