make              241 modules/core/include/opencv2/core/cuda/vec_traits.hpp         static __device__ __host__ __forceinline__ schar make(schar x) {return x;}
make              242 modules/core/include/opencv2/core/cuda/vec_traits.hpp         static __device__ __host__ __forceinline__ schar make(const schar* x) {return *x;}
make              249 modules/core/include/opencv2/core/cuda/vec_traits.hpp         static __device__ __host__ __forceinline__ char1 make(schar x) {return make_char1(x);}
make              250 modules/core/include/opencv2/core/cuda/vec_traits.hpp         static __device__ __host__ __forceinline__ char1 make(const schar* v) {return make_char1(v[0]);}
make              257 modules/core/include/opencv2/core/cuda/vec_traits.hpp         static __device__ __host__ __forceinline__ char2 make(schar x, schar y) {return make_char2(x, y);}
make              258 modules/core/include/opencv2/core/cuda/vec_traits.hpp         static __device__ __host__ __forceinline__ char2 make(const schar* v) {return make_char2(v[0], v[1]);}
make              265 modules/core/include/opencv2/core/cuda/vec_traits.hpp         static __device__ __host__ __forceinline__ char3 make(schar x, schar y, schar z) {return make_char3(x, y, z);}
make              266 modules/core/include/opencv2/core/cuda/vec_traits.hpp         static __device__ __host__ __forceinline__ char3 make(const schar* v) {return make_char3(v[0], v[1], v[2]);}
make              273 modules/core/include/opencv2/core/cuda/vec_traits.hpp         static __device__ __host__ __forceinline__ char4 make(schar x, schar y, schar z, schar w) {return make_char4(x, y, z, w);}
make              274 modules/core/include/opencv2/core/cuda/vec_traits.hpp         static __device__ __host__ __forceinline__ char4 make(const schar* v) {return make_char4(v[0], v[1], v[2], v[3]);}
make              281 modules/core/include/opencv2/core/cuda/vec_traits.hpp         static __device__ __host__ __forceinline__ char8 make(schar a0, schar a1, schar a2, schar a3, schar a4, schar a5, schar a6, schar a7) {return make_char8(a0, a1, a2, a3, a4, a5, a6, a7);}
make              282 modules/core/include/opencv2/core/cuda/vec_traits.hpp         static __device__ __host__ __forceinline__ char8 make(const schar* v) {return make_char8(v[0], v[1], v[2], v[3], v[4], v[5], v[6], v[7]);}
make               58 modules/cudalegacy/perf/perf_labeling.cpp         static dot make(int i, int j)
make               56 modules/cudalegacy/test/test_labeling.cpp             static dot make(int i, int j)
make              155 modules/cudev/include/opencv2/cudev/util/vec_traits.hpp     __host__ __device__ __forceinline__ static char1 make(schar x) {return make_char1(x);}
make              156 modules/cudev/include/opencv2/cudev/util/vec_traits.hpp     __host__ __device__ __forceinline__ static char1 make(const schar* v) {return make_char1(v[0]);}
make              163 modules/cudev/include/opencv2/cudev/util/vec_traits.hpp     __host__ __device__ __forceinline__ static char2 make(schar x, schar y) {return make_char2(x, y);}
make              164 modules/cudev/include/opencv2/cudev/util/vec_traits.hpp     __host__ __device__ __forceinline__ static char2 make(const schar* v) {return make_char2(v[0], v[1]);}
make              171 modules/cudev/include/opencv2/cudev/util/vec_traits.hpp     __host__ __device__ __forceinline__ static char3 make(schar x, schar y, schar z) {return make_char3(x, y, z);}
make              172 modules/cudev/include/opencv2/cudev/util/vec_traits.hpp     __host__ __device__ __forceinline__ static char3 make(const schar* v) {return make_char3(v[0], v[1], v[2]);}
make              179 modules/cudev/include/opencv2/cudev/util/vec_traits.hpp     __host__ __device__ __forceinline__ static char4 make(schar x, schar y, schar z, schar w) {return make_char4(x, y, z, w);}
make              180 modules/cudev/include/opencv2/cudev/util/vec_traits.hpp     __host__ __device__ __forceinline__ static char4 make(const schar* v) {return make_char4(v[0], v[1], v[2], v[3]);}