Searched defs:hypot (Results 1 – 3 of 3) sorted by relevance
130 public static float hypot(float x, float y) { in hypot() method in FloatMath
32 fun hypot(x: Float, y: Float): Float { in hypot() method
531 float __attribute__((overloadable)) hypot(float v1, float v2) { in hypot() function