Searched defs:hypot (Results 1 – 3 of 3) sorted by relevance
79 hypot(double x, double y) { in hypot() function
109 #define hypot(x, y) __tgmath_hypot(x, y) macro
52 #pragma weak hypot = __hypot macro