Searched defs:hypot (Results 1 – 7 of 7) sorted by relevance
113 #define hypot _hypot macro
144 # define hypot _hypot macro
1053 # define hypot rpl_hypot macro
81 Ambiguous hypot(Ambiguous, Ambiguous){ return Ambiguous(); } 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