Home
last modified time | relevance | path

Searched defs:hypot_impl (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/eigen/Eigen/src/Core/
H A DMathFunctionsImpl.h97 struct hypot_impl struct
99 typedef typename NumTraits<Scalar>::Real RealScalar;
101 inline RealScalar run(const Scalar& x, const Scalar& y) in run()