Searched defs:hypot (Results 1 – 3 of 3) 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
1053 # define hypot rpl_hypot macro
840 #define hypot(__x, __y) __tg_hypot(__tg_promote2((__x), (__y))(__x), \ macro