Home
last modified time | relevance | path

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

/external/opencv3/modules/core/include/opencv2/core/
Dbase.hpp719 inline float32x2_t cv_vrsqrt_f32(float32x2_t val) in cv_vrsqrt_f32() function
734 return cv_vrecp_f32(cv_vrsqrt_f32(val)); in cv_vsqrt_f32()