Searched refs:v_sqrt (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/modules/hal/src/ |
D | mathfuncs.cpp | 185 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/ |
D | intrin_neon.hpp | 419 inline v_float32x4 v_sqrt(const v_float32x4& x) in v_sqrt() function 503 return v_sqrt(x);
|
D | intrin_sse.hpp | 680 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
|
D | intrin_cpp.hpp | 190 OPENCV_HAL_IMPL_MATH_FUNC(v_sqrt, std::sqrt, _Tp) in OPENCV_HAL_IMPL_MATH_FUNC() argument
|