Searched refs:vsetlt4 (Results 1 - 2 of 2) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/cuda/
H A Dsimd_functions.hpp643 static __device__ __forceinline__ unsigned int vsetlt4(unsigned int a, unsigned int b) function in namespace:cv::cuda::device
665 r = vsetlt4(a, b);
/external/opencv3/modules/cudev/include/opencv2/cudev/util/
H A Dsimd_functions.hpp121 vsetlt4(a,b) per-byte unsigned comparison: a < b ? 1 : 0
691 __device__ __forceinline__ uint vsetlt4(uint a, uint b) function in namespace:cv::cudev
713 r = vsetlt4(a, b);

Completed in 218 milliseconds