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

  /external/opencv3/modules/cudev/include/opencv2/cudev/util/
simd_functions.hpp 97 vsetgt2(a,b) per-halfword unsigned comparison: a > b ? 1 : 0
322 __device__ __forceinline__ uint vsetgt2(uint a, uint b) function in namespace:cv::cudev
344 r = vsetgt2(a, b);
  /external/opencv3/modules/core/include/opencv2/core/cuda/
simd_functions.hpp 274 static __device__ __forceinline__ unsigned int vsetgt2(unsigned int a, unsigned int b) function in namespace:cv::cuda::device
296 r = vsetgt2(a, b);

Completed in 199 milliseconds