Home
last modified time | relevance | path

Searched defs:v_reduce_sum (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/hal/
H A Dintrin_vsx.hpp806 inline uint v_reduce_sum(const v_uint8x16& a) in v_reduce_sum() function
812 inline int v_reduce_sum(const v_int8x16& a) in v_reduce_sum() function
818 inline int v_reduce_sum(const v_int16x8& a) in v_reduce_sum() function
823 inline uint v_reduce_sum(const v_uint16x8& a) in v_reduce_sum() function
849 inline int64 v_reduce_sum(const v_int64x2& a) in v_reduce_sum() function
853 inline double v_reduce_sum(const v_float64x2& a) in v_reduce_sum() function
H A Dintrin_avx.hpp1129 inline unsigned v_reduce_sum(const v_uint8x32& a) in v_reduce_sum() function
1135 inline int v_reduce_sum(const v_int8x32& a) in v_reduce_sum() function
1215 inline unsigned v_reduce_sum(const v_uint32x8& a) in v_reduce_sum() function
1218 inline int v_reduce_sum(const v_int16x16& a) in v_reduce_sum() function
1220 inline unsigned v_reduce_sum(const v_uint16x16& a) in v_reduce_sum() function
1223 inline float v_reduce_sum(const v_float32x8& a) in v_reduce_sum() function
1234 inline uint64 v_reduce_sum(const v_uint64x4& a) in v_reduce_sum() function
1240 inline int64 v_reduce_sum(const v_int64x4& a) in v_reduce_sum() function
1246 inline double v_reduce_sum(const v_float64x4& a) in v_reduce_sum() function
H A Dintrin_neon.hpp1298 inline int v_reduce_sum(const v_int8x16& a) in v_reduce_sum() function
1309 inline unsigned v_reduce_sum(const v_uint16x8& a) in v_reduce_sum() function
1320 inline int v_reduce_sum(const v_int16x8& a) in v_reduce_sum() function
1408 inline int64 v_reduce_sum(const v_int64x2& a) in v_reduce_sum() function
1417 inline double v_reduce_sum(const v_float64x2& a) in v_reduce_sum() function
H A Dintrin_rvv071.hpp910 inline float v_reduce_sum(const v_float32x4& a) \ in v_reduce_sum() function
916 inline double v_reduce_sum(const v_float64x2& a) \ in v_reduce_sum() function
922 inline uint64 v_reduce_sum(const v_uint64x2& a) in v_reduce_sum() function
925 inline int64 v_reduce_sum(const v_int64x2& a) in v_reduce_sum() function
H A Dintrin_sse.hpp1626 inline int v_reduce_sum(const v_int8x16& a) in v_reduce_sum() function
1703 inline unsigned v_reduce_sum(const v_uint16x8& a) in v_reduce_sum() function
1706 inline uint64 v_reduce_sum(const v_uint64x2& a) in v_reduce_sum() function
1712 inline int64 v_reduce_sum(const v_int64x2& a) in v_reduce_sum() function
1718 inline double v_reduce_sum(const v_float64x2& a) in v_reduce_sum() function
H A Dintrin_msa.hpp1050 inline int64 v_reduce_sum(const v_int64x2& a) in v_reduce_sum() function
1052 inline double v_reduce_sum(const v_float64x2& a) in v_reduce_sum() function
H A Dintrin_avx512.hpp1229 inline int v_reduce_sum(const v_int32x16& a) in v_reduce_sum() function
1236 inline uint v_reduce_sum(const v_uint32x16& a) in v_reduce_sum() function
1254 inline uint v_reduce_sum(const v_uint16x32& a) in v_reduce_sum() function
H A Dintrin_cpp.hpp1338 template<typename _Tp, int n> inline typename V_TypeTraits<_Tp>::sum_type v_reduce_sum(const v_reg<… in v_reduce_sum() function