Home
last modified time | relevance | path

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

/external/stlport/stlport/stl/
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
505 _STLP_DEF_MATH_INLINE2(hypot, hypot) in _STLP_DEF_MATH_INLINE2() argument