Searched refs:v_muladd (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()
|
/external/opencv3/modules/hal/include/opencv2/hal/ |
D | intrin_cpp.hpp | 295 inline v_reg<_Tp, n> v_muladd(const v_reg<_Tp, n>& a, const v_reg<_Tp, n>& b, in v_muladd() function
|
D | intrin_neon.hpp | 511 inline v_float32x4 v_muladd(const v_float32x4& a, const v_float32x4& b, const v_float32x4& c) in v_muladd() function
|
D | intrin_sse.hpp | 888 inline _Tpvec v_muladd(const _Tpvec& a, const _Tpvec& b, const _Tpvec& c) \
|