Home
last modified time | relevance | path

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

/dports/math/py-numpy/numpy-1.20.3/numpy/distutils/checks/
H A Dcpu_vsx2.c6 typedef __vector unsigned long long v_uint64x2; typedef
/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/hal/
H A Dintrin_vsx.hpp176 struct v_uint64x2 struct
178 typedef uint64 lane_type;
179 enum { nlanes = 2 };
180 vec_udword2 val;
182 explicit v_uint64x2(const vec_udword2& v) : val(v) in v_uint64x2() argument
184 v_uint64x2() in v_uint64x2() argument
186 v_uint64x2(vec_bdword2 v) : val(vec_udword2_c(v)) in v_uint64x2() function
188 v_uint64x2(uint64 v0, uint64 v1) : val(vec_udword2_set(v0, v1)) in v_uint64x2() argument
191 static inline v_uint64x2 zero() { return v_uint64x2(vec_udword2_z); } in zero()
193 uint64 get0() const in get0()
[all …]
H A Dintrin_msa.hpp172 struct v_uint64x2 struct
174 typedef uint64 lane_type;
175 enum { nlanes = 2 };
177 v_uint64x2() {} in v_uint64x2() function
178 explicit v_uint64x2(v2u64 v) : val(v) {} in v_uint64x2() function
179 v_uint64x2(uint64 v0, uint64 v1) in v_uint64x2() function
185 uint64 get0() const in get0()
190 v2u64 val;
H A Dintrin_rvv.hpp451 struct v_uint64x2 struct
453 typedef uint64 lane_type;
454 enum { nlanes = 2 };
456 v_uint64x2() {} in v_uint64x2() argument
457 explicit v_uint64x2(vuint64m1_t v) in v_uint64x2() argument
462 v_uint64x2(uint64 v0, uint64 v1) in v_uint64x2() function
470 operator vuint64m1_t() const in operator vuint64m1_t()
475 uint64 get0() const in get0()
480 uint64 val[2];
H A Dintrin_neon.hpp278 struct v_uint64x2 struct
280 typedef uint64 lane_type;
281 enum { nlanes = 2 };
283 v_uint64x2() {} in v_uint64x2() function
284 explicit v_uint64x2(uint64x2_t v) : val(v) {} in v_uint64x2() argument
285 v_uint64x2(uint64 v0, uint64 v1) in v_uint64x2() argument
290 uint64 get0() const in get0()
294 uint64x2_t val;
H A Dintrin_rvv071.hpp164 struct v_uint64x2 struct
166 typedef uint64 lane_type;
167 enum { nlanes = 2 };
169 v_uint64x2() {} in v_uint64x2() function
170 explicit v_uint64x2(vuint64m1_t v) : val(v) {} in v_uint64x2() function
171 v_uint64x2(uint64 v0, uint64 v1) in v_uint64x2() function
176 uint64 get0() const in get0()
180 vuint64m1_t val;
H A Dintrin_sse.hpp236 struct v_uint64x2 struct
238 typedef uint64 lane_type;
239 typedef __m128i vector_type;
240 enum { nlanes = 2 };
243 v_uint64x2() {} in v_uint64x2() function
244 explicit v_uint64x2(__m128i v) : val(v) {} in v_uint64x2() argument
245 v_uint64x2(uint64 v0, uint64 v1) in v_uint64x2() function
250 uint64 get0() const in get0()
261 __m128i val;
H A Dintrin_wasm.hpp194 struct v_uint64x2 struct
196 typedef uint64 lane_type;
197 typedef v128_t vector_type;
198 enum { nlanes = 2 };
200 v_uint64x2() {} in v_uint64x2() function
201 explicit v_uint64x2(v128_t v) : val(v) {} in v_uint64x2() argument
202 v_uint64x2(uint64 v0, uint64 v1) in v_uint64x2() function
208 uint64 get0() const in get0()
213 v128_t val;
H A Dintrin_cpp.hpp504 typedef v_reg<uint64, 2> v_uint64x2; typedef