Home
last modified time | relevance | path

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

/reactos/sdk/include/c++/stlport/stl/
H A D_cmath.h497 _STLP_MATH_INLINE2XX(float, hypot, hypot) in _STLP_MATH_INLINE2XX() argument
504 inline double hypot(double x, double y) { return sqrt(x * x + y * y); } in hypot() function
/reactos/sdk/include/crt/
H A Dmath.h240 _Check_return_ __CRT_INLINE double hypot(_In_ double x, _In_ double y) { return _hypot(x, y); } in hypot() function
349 _Check_return_ inline float hypot(_In_ float x, _In_ float y) throw() { return _hypotf(x, y); } in hypot() function
375 _Check_return_ inline long double hypot(_In_ long double x, _In_ long double y) throw() { return hy… in hypot() function