Searched defs:hypot (Results 1 – 5 of 5) sorted by relevance
64 hypot(T1 x, T2 y) in hypot() function73 hypot(T1 x, T2 y, const Policy& pol) in hypot() function
1859 # define hypot _hypot macro
692 #define hypot(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, hypot) macro