Searched refs:CV_CUDEV_IMPLEMENT_VEC_BINARY_OP (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/core/include/opencv2/core/cuda/ |
D | vec_math.hpp | 386 #define CV_CUDEV_IMPLEMENT_VEC_BINARY_OP(op, input_type, output_type) \ macro 404 CV_CUDEV_IMPLEMENT_VEC_BINARY_OP(+, uchar, int) 405 CV_CUDEV_IMPLEMENT_VEC_BINARY_OP(+, char, int) 406 CV_CUDEV_IMPLEMENT_VEC_BINARY_OP(+, ushort, int) 407 CV_CUDEV_IMPLEMENT_VEC_BINARY_OP(+, short, int) 408 CV_CUDEV_IMPLEMENT_VEC_BINARY_OP(+, int, int) 409 CV_CUDEV_IMPLEMENT_VEC_BINARY_OP(+, uint, uint) 410 CV_CUDEV_IMPLEMENT_VEC_BINARY_OP(+, float, float) 411 CV_CUDEV_IMPLEMENT_VEC_BINARY_OP(+, double, double) 413 CV_CUDEV_IMPLEMENT_VEC_BINARY_OP(-, uchar, int) [all …]
|
/external/opencv3/modules/cudev/include/opencv2/cudev/util/ |
D | vec_math.hpp | 397 #define CV_CUDEV_IMPLEMENT_VEC_BINARY_OP(op, input_type, output_type) \ macro 415 CV_CUDEV_IMPLEMENT_VEC_BINARY_OP(+, uchar, int) 416 CV_CUDEV_IMPLEMENT_VEC_BINARY_OP(+, char, int) 417 CV_CUDEV_IMPLEMENT_VEC_BINARY_OP(+, ushort, int) 418 CV_CUDEV_IMPLEMENT_VEC_BINARY_OP(+, short, int) 419 CV_CUDEV_IMPLEMENT_VEC_BINARY_OP(+, int, int) 420 CV_CUDEV_IMPLEMENT_VEC_BINARY_OP(+, uint, uint) 421 CV_CUDEV_IMPLEMENT_VEC_BINARY_OP(+, float, float) 422 CV_CUDEV_IMPLEMENT_VEC_BINARY_OP(+, double, double) 424 CV_CUDEV_IMPLEMENT_VEC_BINARY_OP(-, uchar, int) [all …]
|