Searched defs:hypot (Results 1 – 3 of 3) sorted by relevance
100 public static native float hypot(float x, float y); in hypot() method in FloatMath
129 /*package*/ static float hypot(float x, float y) { in hypot() method in FloatMath_Delegate
170 private static float hypot(float x, float y) { in hypot() method in PointCloud