HomeSort by relevance Sort by last modified time
    Searched refs:v_muladd (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));
    [all...]
  /external/opencv3/modules/hal/include/opencv2/hal/
intrin_cpp.hpp 295 inline v_reg<_Tp, n> v_muladd(const v_reg<_Tp, n>& a, const v_reg<_Tp, n>& b, function in namespace:cv
intrin_neon.hpp 511 inline v_float32x4 v_muladd(const v_float32x4& a, const v_float32x4& b, const v_float32x4& c) function in namespace:cv
intrin_sse.hpp     [all...]

Completed in 89 milliseconds