HomeSort by relevance Sort by last modified time
    Searched defs:bitwise_not (Results 1 - 6 of 6) sorted by null

  /external/opencv3/modules/cudaarithm/src/
element_operations.cpp 65 void cv::cuda::bitwise_not(InputArray, OutputArray, InputArray, Stream&) { throw_no_cuda(); } function in class:cv::cuda
  /art/compiler/optimizing/
instruction_simplifier.cc 1470 HNot* bitwise_not = new (GetGraph()->GetArena()) HNot(instruction->GetType(), input_other); local
    [all...]
  /external/opencv3/modules/core/misc/java/test/
CoreTest.java 71 Core.bitwise_not(gray255, dst);
77 Core.bitwise_not(gray0, dst, gray1);
    [all...]
  /external/opencv3/modules/core/src/
arithm.cpp 1736 void cv::bitwise_not(InputArray a, OutputArray c, InputArray mask) function in class:cv
    [all...]
  /external/opencv3/modules/java/src/
core+Core.java 1333 public static void bitwise_not(Mat src, Mat dst, Mat mask) method in class:Core
1342 public static void bitwise_not(Mat src, Mat dst) method in class:Core
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 155 milliseconds