Home
last modified time | relevance | path

Searched defs:v_uint16x8 (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/hal/
H A Dintrin_vsx.hpp69 struct v_uint16x8 struct
71 typedef ushort lane_type;
72 enum { nlanes = 8 };
73 vec_ushort8 val;
75 explicit v_uint16x8(const vec_ushort8& v) : val(v) in v_uint16x8() function
77 v_uint16x8() in v_uint16x8() argument
79 v_uint16x8(vec_bshort8 v) : val(vec_ushort8_c(v)) in v_uint16x8() argument
81v_uint16x8(ushort v0, ushort v1, ushort v2, ushort v3, ushort v4, ushort v5, ushort v6, ushort v7) in v_uint16x8() argument
85 static inline v_uint16x8 zero() { return v_uint16x8(vec_ushort8_z); } in zero()
87 ushort get0() const in get0()
[all …]
H A Dintrin_rvv.hpp293 struct v_uint16x8 struct
295 typedef ushort lane_type;
296 enum { nlanes = 8 };
298 v_uint16x8() {} in v_uint16x8() function
299 explicit v_uint16x8(vuint16m1_t v) in v_uint16x8() argument
304v_uint16x8(ushort v0, ushort v1, ushort v2, ushort v3, ushort v4, ushort v5, ushort v6, ushort v7) in v_uint16x8() function
312 operator vuint16m1_t() const in operator vuint16m1_t()
317 ushort get0() const in get0()
322 ushort val[8];
2889 OPENCV_HAL_IMPL_RVV_MUL_SAT(v_uint8x16, v_uint16x8) in OPENCV_HAL_IMPL_RVV_MUL_SAT() argument
H A Dintrin_msa.hpp67 struct v_uint16x8 struct
69 typedef ushort lane_type;
70 enum { nlanes = 8 };
72 v_uint16x8() {} in v_uint16x8() argument
73 explicit v_uint16x8(v8u16 v) : val(v) {} in v_uint16x8() argument
74v_uint16x8(ushort v0, ushort v1, ushort v2, ushort v3, ushort v4, ushort v5, ushort v6, ushort v7) in v_uint16x8() function
80 ushort get0() const in get0()
85 v8u16 val;
H A Dintrin_neon.hpp180 struct v_uint16x8 struct
182 typedef ushort lane_type;
183 enum { nlanes = 8 };
185 v_uint16x8() {} in v_uint16x8() argument
186 explicit v_uint16x8(uint16x8_t v) : val(v) {} in v_uint16x8() argument
187v_uint16x8(ushort v0, ushort v1, ushort v2, ushort v3, ushort v4, ushort v5, ushort v6, ushort v7) in v_uint16x8() argument
192 ushort get0() const in get0()
197 uint16x8_t val;
H A Dintrin_rvv071.hpp66 struct v_uint16x8 struct
68 typedef ushort lane_type;
69 enum { nlanes = 8 };
71 v_uint16x8() {} in v_uint16x8() function
72 explicit v_uint16x8(vuint16m1_t v) : val(v) {} in v_uint16x8() function
73v_uint16x8(ushort v0, ushort v1, ushort v2, ushort v3, ushort v4, ushort v5, ushort v6, ushort v7) in v_uint16x8() argument
78 ushort get0() const in get0()
83 vuint16m1_t val;
H A Dintrin_sse.hpp124 struct v_uint16x8 struct
126 typedef ushort lane_type;
127 typedef __m128i vector_type;
128 enum { nlanes = 8 };
131 v_uint16x8() {} in v_uint16x8() function
132 explicit v_uint16x8(__m128i v) : val(v) {} in v_uint16x8() function
133v_uint16x8(ushort v0, ushort v1, ushort v2, ushort v3, ushort v4, ushort v5, ushort v6, ushort v7) in v_uint16x8() argument
139 ushort get0() const in get0()
144 __m128i val;
774 OPENCV_HAL_IMPL_SSE_MUL_SAT(v_uint8x16, v_uint16x8) in OPENCV_HAL_IMPL_SSE_MUL_SAT() argument
[all …]
H A Dintrin_wasm.hpp84 struct v_uint16x8 struct
86 typedef ushort lane_type;
87 typedef v128_t vector_type;
88 enum { nlanes = 8 };
90 v_uint16x8() {} in v_uint16x8() argument
91 explicit v_uint16x8(v128_t v) : val(v) {} in v_uint16x8() function
92v_uint16x8(ushort v0, ushort v1, ushort v2, ushort v3, ushort v4, ushort v5, ushort v6, ushort v7) in v_uint16x8() argument
98 ushort get0() const in get0()
103 v128_t val;
899 OPENCV_HAL_IMPL_WASM_MUL_SAT(v_uint8x16, v_uint16x8) in OPENCV_HAL_IMPL_WASM_MUL_SAT() argument
[all …]
H A Dintrin_cpp.hpp492 typedef v_reg<ushort, 8> v_uint16x8; typedef
/dports/graphics/opencv/opencv-4.5.3/modules/gapi/src/backends/fluid/
H A Dgfluidcore.cpp817 v_uint16x8 (*v_op)(const v_uint16x8&, const v_uint16x8&), in run_arithm_s3() argument