Home
last modified time | relevance | path

Searched refs:CV_CUDEV_IMPLEMENT_VEC_UNARY_OP (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/cuda/
Dvec_math.hpp140 #define CV_CUDEV_IMPLEMENT_VEC_UNARY_OP(op, input_type, output_type) \ macro
158 CV_CUDEV_IMPLEMENT_VEC_UNARY_OP(-, char, char)
159 CV_CUDEV_IMPLEMENT_VEC_UNARY_OP(-, short, short)
160 CV_CUDEV_IMPLEMENT_VEC_UNARY_OP(-, int, int)
161 CV_CUDEV_IMPLEMENT_VEC_UNARY_OP(-, float, float)
162 CV_CUDEV_IMPLEMENT_VEC_UNARY_OP(-, double, double)
164 CV_CUDEV_IMPLEMENT_VEC_UNARY_OP(!, uchar, uchar)
165 CV_CUDEV_IMPLEMENT_VEC_UNARY_OP(!, char, uchar)
166 CV_CUDEV_IMPLEMENT_VEC_UNARY_OP(!, ushort, uchar)
167 CV_CUDEV_IMPLEMENT_VEC_UNARY_OP(!, short, uchar)
[all …]
/external/opencv3/modules/cudev/include/opencv2/cudev/util/
Dvec_math.hpp138 #define CV_CUDEV_IMPLEMENT_VEC_UNARY_OP(op, input_type, output_type) \ macro
156 CV_CUDEV_IMPLEMENT_VEC_UNARY_OP(-, char, char)
157 CV_CUDEV_IMPLEMENT_VEC_UNARY_OP(-, short, short)
158 CV_CUDEV_IMPLEMENT_VEC_UNARY_OP(-, int, int)
159 CV_CUDEV_IMPLEMENT_VEC_UNARY_OP(-, float, float)
160 CV_CUDEV_IMPLEMENT_VEC_UNARY_OP(-, double, double)
162 CV_CUDEV_IMPLEMENT_VEC_UNARY_OP(!, uchar, uchar)
163 CV_CUDEV_IMPLEMENT_VEC_UNARY_OP(!, char, uchar)
164 CV_CUDEV_IMPLEMENT_VEC_UNARY_OP(!, ushort, uchar)
165 CV_CUDEV_IMPLEMENT_VEC_UNARY_OP(!, short, uchar)
[all …]