Searched defs:hypot (Results 1 – 2 of 2) 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() function
240 _Check_return_ __CRT_INLINE double hypot(_In_ double x, _In_ double y) { return _hypot(x, y); } in hypot() function349 _Check_return_ inline float hypot(_In_ float x, _In_ float y) throw() { return _hypotf(x, y); } in hypot() function375 _Check_return_ inline long double hypot(_In_ long double x, _In_ long double y) throw() { return hy… in hypot() function