Home
last modified time | relevance | path

Searched refs:v_cvt_f32 (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/core/src/
Darithm.cpp2821 v_float32x4 f0 = v_cvt_f32(v_reinterpret_as_s32(t0)); in operator ()()
2822 v_float32x4 f1 = v_cvt_f32(v_reinterpret_as_s32(t1)); in operator ()()
2824 v_float32x4 f2 = v_cvt_f32(v_reinterpret_as_s32(t2)); in operator ()()
2825 v_float32x4 f3 = v_cvt_f32(v_reinterpret_as_s32(t3)); in operator ()()
2867 v_float32x4 f0 = v_cvt_f32(t0); in operator ()()
2868 v_float32x4 f1 = v_cvt_f32(t1); in operator ()()
2870 v_float32x4 f2 = v_cvt_f32(t2); in operator ()()
2871 v_float32x4 f3 = v_cvt_f32(t3); in operator ()()
2913 v_float32x4 f0 = v_cvt_f32(v_reinterpret_as_s32(t0)); in operator ()()
2914 v_float32x4 f1 = v_cvt_f32(v_reinterpret_as_s32(t1)); in operator ()()
[all …]
/external/opencv3/modules/hal/include/opencv2/hal/
Dintrin_sse.hpp1532 inline v_float32x4 v_cvt_f32(const v_int32x4& a) in OPENCV_HAL_IMPL_SSE_LOADSTORE_INTERLEAVE()
1537 inline v_float32x4 v_cvt_f32(const v_float64x2& a) in v_cvt_f32() function
Dintrin_cpp.hpp671 template<int n> inline v_reg<float, n> v_cvt_f32(const v_reg<int, n>& a) in v_cvt_f32() function
Dintrin_neon.hpp819 inline v_float32x4 v_cvt_f32(const v_int32x4& a)