Searched defs:hypot (Results 1 – 7 of 7) sorted by relevance
113 #define hypot _hypot macro
119 static T hypot (T x, T y) {return ::hypot (double(x), double(y));} in hypot() function
1053 # define hypot rpl_hypot macro
81 Ambiguous hypot(Ambiguous, Ambiguous){ return Ambiguous(); } in hypot() function
73 template<typename _Tp> static inline _Tp hypot(_Tp a, _Tp b) in hypot() function
3928 public static double hypot(final double x, final double y) { in hypot() method in FastMath
840 #define hypot(__x, __y) __tg_hypot(__tg_promote2((__x), (__y))(__x), \ macro