Home
last modified time | relevance | path

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

/external/opencv3/modules/hal/src/
Dmathfuncs.cpp185 x0 = v_sqrt(v_muladd(x0, x0, y0*y0)); in magnitude()
186 x1 = v_sqrt(v_muladd(x1, x1, y1*y1)); in magnitude()
221 x0 = v_sqrt(v_muladd(x0, x0, y0*y0)); in magnitude()
222 x1 = v_sqrt(v_muladd(x1, x1, y1*y1)); in magnitude()
302 t0 = v_sqrt(t0); in sqrt()
303 t1 = v_sqrt(t1); in sqrt()
333 t0 = v_sqrt(t0); in sqrt()
334 t1 = v_sqrt(t1); in sqrt()
/external/opencv3/modules/hal/include/opencv2/hal/
Dintrin_neon.hpp419 inline v_float32x4 v_sqrt(const v_float32x4& x) in v_sqrt() function
503 return v_sqrt(x);
Dintrin_sse.hpp680 inline v_float32x4 v_sqrt(const v_float32x4& x) in v_sqrt() function
693 inline v_float64x2 v_sqrt(const v_float64x2& x) in v_sqrt() function
Dintrin_cpp.hpp190 OPENCV_HAL_IMPL_MATH_FUNC(v_sqrt, std::sqrt, _Tp) in OPENCV_HAL_IMPL_MATH_FUNC() argument