Home
last modified time | relevance | path

Searched refs:cv_vrecpq_f32 (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/
Dbase.hpp695 inline float32x4_t cv_vrecpq_f32(float32x4_t val) in cv_vrecpq_f32() function
729 return cv_vrecpq_f32(cv_vrsqrtq_f32(val)); in cv_vsqrtq_f32()
/external/opencv3/modules/hal/src/
Dmathfuncs.cpp56 static inline float32x4_t cv_vrecpq_f32(float32x4_t val) in cv_vrecpq_f32() function
122 float32x4_t c = vmulq_f32(tmin, cv_vrecpq_f32(vaddq_f32(tmax, eps))); in fastAtan2()