Home
last modified time | relevance | path

Searched defs:v_float32x4 (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.hpp155 struct v_float32x4 struct
157 typedef float lane_type;
158 enum { nlanes = 4 };
159 vec_float4 val;
161 explicit v_float32x4(const vec_float4& v) : val(v) in v_float32x4() argument
163 v_float32x4() in v_float32x4() function
165 v_float32x4(vec_bint4 v) : val(vec_float4_c(v)) in v_float32x4() argument
167 v_float32x4(float v0, float v1, float v2, float v3) : val(vec_float4_set(v0, v1, v2, v3)) in v_float32x4() argument
170 static inline v_float32x4 zero() { return v_float32x4(vec_float4_z); } in zero()
172 float get0() const in get0()
H A Dintrin_msa.hpp151 struct v_float32x4 struct
153 typedef float lane_type;
154 enum { nlanes = 4 };
156 v_float32x4() {} in v_float32x4() function
157 explicit v_float32x4(v4f32 v) : val(v) {} in v_float32x4() argument
158 v_float32x4(float v0, float v1, float v2, float v3) in v_float32x4() argument
164 float get0() const in get0()
169 v4f32 val;
H A Dintrin_rvv.hpp420 struct v_float32x4 struct
422 typedef float lane_type;
423 enum { nlanes = 4 };
425 v_float32x4() {} in v_float32x4() function
426 explicit v_float32x4(vfloat32m1_t v) in v_float32x4() argument
431 v_float32x4(float v0, float v1, float v2, float v3) in v_float32x4() argument
439 operator vfloat32m1_t() const in operator vfloat32m1_t()
444 float get0() const in get0()
448 float val[4];
H A Dintrin_neon.hpp259 struct v_float32x4 struct
261 typedef float lane_type;
262 enum { nlanes = 4 };
264 v_float32x4() {} in v_float32x4() function
265 explicit v_float32x4(float32x4_t v) : val(v) {} in v_float32x4() argument
266 v_float32x4(float v0, float v1, float v2, float v3) in v_float32x4() function
271 float get0() const in get0()
275 float32x4_t val;
H A Dintrin_rvv071.hpp145 struct v_float32x4 struct
147 typedef float lane_type;
148 enum { nlanes = 4 };
150 v_float32x4() {} in v_float32x4() function
151 explicit v_float32x4(vfloat32m1_t v) : val(v) {} in v_float32x4() argument
152 v_float32x4(float v0, float v1, float v2, float v3) in v_float32x4() argument
157 float get0() const in get0()
161 vfloat32m1_t val;
H A Dintrin_sse.hpp214 struct v_float32x4 struct
216 typedef float lane_type;
217 typedef __m128 vector_type;
218 enum { nlanes = 4 };
221 v_float32x4() {} in v_float32x4() function
222 explicit v_float32x4(__m128 v) : val(v) {} in v_float32x4() argument
223 v_float32x4(float v0, float v1, float v2, float v3) in v_float32x4() argument
228 float get0() const in get0()
233 __m128 val;
1248 OPENCV_HAL_IMPL_SSE_FLT_CMP_OP(v_float32x4, ps) in OPENCV_HAL_IMPL_SSE_FLT_CMP_OP() argument
H A Dintrin_wasm.hpp172 struct v_float32x4 struct
174 typedef float lane_type;
175 typedef v128_t vector_type;
176 enum { nlanes = 4 };
178 v_float32x4() {} in v_float32x4() argument
179 explicit v_float32x4(v128_t v) : val(v) {} in v_float32x4() argument
180 v_float32x4(float v0, float v1, float v2, float v3) in v_float32x4() argument
186 float get0() const in get0()
191 v128_t val;
1179 OPENCV_HAL_IMPL_WASM_BIN_FUNC(v_float32x4, v_min, wasm_f32x4_min) in OPENCV_HAL_IMPL_WASM_BIN_FUNC() argument
H A Dintrin_cpp.hpp500 typedef v_reg<float, 4> v_float32x4; typedef
/dports/graphics/opencv/opencv-4.5.3/modules/gapi/src/backends/fluid/
H A Dgfluidcore.cpp859 v_float32x4 (*v_op)(const v_float32x4&, const v_float32x4&), in run_arithm_s1() argument