Searched defs:hypot (Results 1 – 1 of 1) sorted by relevance
497 _STLP_MATH_INLINE2XX(float, hypot, hypot) in _STLP_MATH_INLINE2XX() argument504 inline double hypot(double x, double y) { return sqrt(x * x + y * y); } in hypot() function505 _STLP_DEF_MATH_INLINE2(hypot, hypot) in _STLP_DEF_MATH_INLINE2() argument