OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vsetge4
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/cudev/include/opencv2/cudev/util/
simd_functions.hpp
115
vsetge4
(a,b) per-byte unsigned comparison: a >= b ? 1 : 0
728
__device__ __forceinline__ uint
vsetge4
(uint a, uint b)
function in namespace:cv::cudev
750
r =
vsetge4
(a, b);
/external/opencv3/modules/core/include/opencv2/core/cuda/
simd_functions.hpp
680
static __device__ __forceinline__ unsigned int
vsetge4
(unsigned int a, unsigned int b)
function in namespace:cv::cuda::device
702
r =
vsetge4
(a, b);
Completed in 33 milliseconds