Home
last modified time | relevance | path

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

/external/opencv3/modules/hal/include/opencv2/hal/
Dintrin_neon.hpp562 #define OPENCV_HAL_IMPL_NEON_REDUCE_OP_4(_Tpvec, scalartype, func, scalar_func) \ argument
567 scalartype s0 = scalar_func(buf[0], buf[1]); \
568 scalartype s1 = scalar_func(buf[2], buf[3]); \
569 return scalar_func(s0, s1); \
Dintrin_sse.hpp992 #define OPENCV_HAL_IMPL_SSE_REDUCE_OP_4(_Tpvec, scalartype, func, scalar_func) \ argument
997 scalartype s0 = scalar_func(buf[0], buf[1]); \
998 scalartype s1 = scalar_func(buf[2], buf[3]); \
999 return scalar_func(s0, s1); \