Home
last modified time | relevance | path

Searched defs:hypot (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/util/
DFloatMath.java100 public static native float hypot(float x, float y); in hypot() method in FloatMath
/frameworks/base/tools/layoutlib/bridge/src/android/util/
DFloatMath_Delegate.java129 /*package*/ static float hypot(float x, float y) { in hypot() method in FloatMath_Delegate
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
DPointCloud.java170 private static float hypot(float x, float y) { in hypot() method in PointCloud