Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/hal/
H A Dintrin_sse.hpp359 inline v_float32x4 v_reinterpret_as_f32(const v_uint64x2& a) in v_reinterpret_as_f32() function
361 inline v_float32x4 v_reinterpret_as_f32(const v_int64x2& a) in v_reinterpret_as_f32() function
385 inline v_float32x4 v_reinterpret_as_f32(const v_float64x2& a) {return v_float32x4(_mm_castpd_ps(a.v… in v_reinterpret_as_f32() function
H A Dintrin_avx.hpp489 inline v_float32x8 v_reinterpret_as_f32(const v_float64x4& a) in v_reinterpret_as_f32() function
H A Dintrin_avx512.hpp500 inline v_float32x16 v_reinterpret_as_f32(const v_float64x8& a) in v_reinterpret_as_f32() function