Home
last modified time | relevance | path

Searched defs:functorAddValues (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudalegacy/src/cuda/
H A DNCVAlg.hpp66 struct functorAddValues struct
68 static __device__ __inline__ void assign(volatile T *dst, volatile T *src) in assign()
73 static __device__ __inline__ void reduce(volatile T &in1out, const volatile T &in2) in reduce()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/gpu/people/src/cuda/nvidia/
H A DNCVAlg.hpp64 struct functorAddValues struct
66 static __device__ __inline__ void assign(volatile T *dst, volatile T *src) in assign()
71 static __device__ __inline__ void reduce(volatile T &in1out, const volatile T &in2) in reduce()