OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vmin4
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/modules/cudaarithm/src/cuda/
minmax_mat.cu
102
return
vmin4
(a, b);
/external/opencv3/modules/cudev/include/opencv2/cudev/util/
simd_functions.hpp
126
vmin4
(a,b) per-byte unsigned minimum: min(a, b)
892
__device__ __forceinline__ uint
vmin4
(uint a, uint b)
function in namespace:cv::cudev
897
asm("
vmin4
.u32.u32.u32 %0, %1, %2, %3;" : "=r"(r) : "r"(a), "r"(b), "r"(r));
/external/opencv3/modules/core/include/opencv2/core/cuda/
simd_functions.hpp
844
static __device__ __forceinline__ unsigned int
vmin4
(unsigned int a, unsigned int b)
function in namespace:cv::cuda::device
849
asm("
vmin4
.u32.u32.u32 %0, %1, %2, %3;" : "=r"(r) : "r"(a), "r"(b), "r"(r));
Completed in 248 milliseconds