Home
last modified time | relevance | path

Searched defs:v_select (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Dminmax.cpp137 CV_ALWAYS_INLINE v_uint64x2 v_select(const v_uint64x2& mask, const v_uint64x2& a, const v_uint64x2&… in v_select() function
/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/hal/
H A Dintrin_rvv071.hpp1965 inline v_float32x4 v_select(const v_float32x4& mask, const v_float32x4& a, const v_float32x4& b) in v_select() function
1969 inline v_float64x2 v_select(const v_float64x2& mask, const v_float64x2& a, const v_float64x2& b) in v_select() function
H A Dintrin_cpp.hpp1454 template<typename _Tp, int n> inline v_reg<_Tp, n> v_select(const v_reg<_Tp, n>& mask, in v_select() function