Home
last modified time | relevance | path

Searched refs:_Tpvec1 (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/hal/
H A Dintrin_wasm.hpp2397 _Tpvec1 a1, b1; \
2404 _Tpvec1 a1, b1, c1; \
2412 _Tpvec1 a1, b1, c1, d1; \
2422 _Tpvec1 a1 = v_reinterpret_as_##suffix1(a0); \
2423 _Tpvec1 b1 = v_reinterpret_as_##suffix1(b0); \
2429 _Tpvec1 a1 = v_reinterpret_as_##suffix1(a0); \
2430 _Tpvec1 b1 = v_reinterpret_as_##suffix1(b0); \
2431 _Tpvec1 c1 = v_reinterpret_as_##suffix1(c0); \
2438 _Tpvec1 a1 = v_reinterpret_as_##suffix1(a0); \
2439 _Tpvec1 b1 = v_reinterpret_as_##suffix1(b0); \
[all …]
H A Dintrin_avx.hpp3069 _Tpvec1 a1, b1; \
3076 _Tpvec1 a1, b1, c1; \
3084 _Tpvec1 a1, b1, c1, d1; \
3094 _Tpvec1 a1 = v_reinterpret_as_##suffix1(a0); \
3095 _Tpvec1 b1 = v_reinterpret_as_##suffix1(b0); \
3101 _Tpvec1 a1 = v_reinterpret_as_##suffix1(a0); \
3102 _Tpvec1 b1 = v_reinterpret_as_##suffix1(b0); \
3103 _Tpvec1 c1 = v_reinterpret_as_##suffix1(c0); \
3110 _Tpvec1 a1 = v_reinterpret_as_##suffix1(a0); \
3111 _Tpvec1 b1 = v_reinterpret_as_##suffix1(b0); \
[all …]
H A Dintrin_avx512.hpp2961 _Tpvec1 a1, b1; \
2968 _Tpvec1 a1, b1, c1; \
2976 _Tpvec1 a1, b1, c1, d1; \
2986 _Tpvec1 a1 = v_reinterpret_as_##suffix1(a0); \
2987 _Tpvec1 b1 = v_reinterpret_as_##suffix1(b0); \
2993 _Tpvec1 a1 = v_reinterpret_as_##suffix1(a0); \
2994 _Tpvec1 b1 = v_reinterpret_as_##suffix1(b0); \
2995 _Tpvec1 c1 = v_reinterpret_as_##suffix1(c0); \
3002 _Tpvec1 a1 = v_reinterpret_as_##suffix1(a0); \
3003 _Tpvec1 b1 = v_reinterpret_as_##suffix1(b0); \
[all …]
H A Dintrin_sse.hpp2931 _Tpvec1 a1, b1; \
2938 _Tpvec1 a1, b1, c1; \
2946 _Tpvec1 a1, b1, c1, d1; \
2956 _Tpvec1 a1 = v_reinterpret_as_##suffix1(a0); \
2957 _Tpvec1 b1 = v_reinterpret_as_##suffix1(b0); \
2963 _Tpvec1 a1 = v_reinterpret_as_##suffix1(a0); \
2964 _Tpvec1 b1 = v_reinterpret_as_##suffix1(b0); \
2965 _Tpvec1 c1 = v_reinterpret_as_##suffix1(c0); \
2972 _Tpvec1 a1 = v_reinterpret_as_##suffix1(a0); \
2973 _Tpvec1 b1 = v_reinterpret_as_##suffix1(b0); \
[all …]
H A Dintrin_rvv.hpp608 #define OPENCV_HAL_IMPL_RVV_ONE_TIME_REINTERPRET(_Tpvec1, _Tpvec2, _nTpvec1, _nTpvec2, suffix1, suf… in OPENCV_HAL_IMPL_RVV_SELF_REINTERPRET() argument
609 inline v_##_Tpvec1 v_reinterpret_as_##suffix1(const v_##_Tpvec2& v) \ in OPENCV_HAL_IMPL_RVV_SELF_REINTERPRET()
612 return v_##_Tpvec1((_nTpvec1)vle##width2##_v_##nsuffix2##m1(v.val)); \ in OPENCV_HAL_IMPL_RVV_SELF_REINTERPRET()
614 inline v_##_Tpvec2 v_reinterpret_as_##suffix2(const v_##_Tpvec1& v) \