HomeSort by relevance Sort by last modified time
    Searched full:v_sqrt (Results 1 - 4 of 4) sorted by null

  /external/opencv3/modules/hal/src/
mathfuncs.cpp 185 x0 = v_sqrt(v_muladd(x0, x0, y0*y0));
186 x1 = v_sqrt(v_muladd(x1, x1, y1*y1));
221 x0 = v_sqrt(v_muladd(x0, x0, y0*y0));
222 x1 = v_sqrt(v_muladd(x1, x1, y1*y1));
302 t0 = v_sqrt(t0);
303 t1 = v_sqrt(t1);
333 t0 = v_sqrt(t0);
334 t1 = v_sqrt(t1);
    [all...]
  /external/opencv3/modules/hal/include/opencv2/hal/
intrin_neon.hpp 419 inline v_float32x4 v_sqrt(const v_float32x4& x) function in namespace:cv
503 return v_sqrt(x);
intrin_sse.hpp 680 inline v_float32x4 v_sqrt(const v_float32x4& x) function in namespace:cv
693 inline v_float64x2 v_sqrt(const v_float64x2& x) function in namespace:cv
    [all...]
intrin_cpp.hpp 190 OPENCV_HAL_IMPL_MATH_FUNC(v_sqrt, std::sqrt, _Tp)

Completed in 473 milliseconds