shfl_up           119 modules/core/include/opencv2/core/cuda/warp_shuffle.hpp     __device__ __forceinline__ T shfl_up(T val, unsigned int delta, int width = warpSize)
shfl_up           127 modules/core/include/opencv2/core/cuda/warp_shuffle.hpp     __device__ __forceinline__ unsigned int shfl_up(unsigned int val, unsigned int delta, int width = warpSize)
shfl_up           135 modules/core/include/opencv2/core/cuda/warp_shuffle.hpp     __device__ __forceinline__ double shfl_up(double val, unsigned int delta, int width = warpSize)
shfl_up           157 modules/cudev/include/opencv2/cudev/warp/shuffle.hpp __device__ __forceinline__ schar shfl_up(schar val, uint delta, int width = warpSize)
shfl_up           162 modules/cudev/include/opencv2/cudev/warp/shuffle.hpp __device__ __forceinline__ ushort shfl_up(ushort val, uint delta, int width = warpSize)
shfl_up           167 modules/cudev/include/opencv2/cudev/warp/shuffle.hpp __device__ __forceinline__ short shfl_up(short val, uint delta, int width = warpSize)
shfl_up           172 modules/cudev/include/opencv2/cudev/warp/shuffle.hpp __device__ __forceinline__ int shfl_up(int val, uint delta, int width = warpSize)
shfl_up           177 modules/cudev/include/opencv2/cudev/warp/shuffle.hpp __device__ __forceinline__ uint shfl_up(uint val, uint delta, int width = warpSize)
shfl_up           182 modules/cudev/include/opencv2/cudev/warp/shuffle.hpp __device__ __forceinline__ float shfl_up(float val, uint delta, int width = warpSize)
shfl_up           187 modules/cudev/include/opencv2/cudev/warp/shuffle.hpp __device__ double shfl_up(double val, uint delta, int width = warpSize)