HomeSort by relevance Sort by last modified time
    Searched full:vsetle4 (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/cudev/include/opencv2/cudev/util/
simd_functions.hpp 119 vsetle4(a,b) per-byte unsigned comparison: a <= b ? 1 : 0
654 __device__ __forceinline__ uint vsetle4(uint a, uint b) function in namespace:cv::cudev
676 r = vsetle4(a, b);
  /external/opencv3/modules/core/include/opencv2/core/cuda/
simd_functions.hpp 606 static __device__ __forceinline__ unsigned int vsetle4(unsigned int a, unsigned int b) function in namespace:cv::cuda::device
628 r = vsetle4(a, b);

Completed in 103 milliseconds