Searched defs:hypot (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/util/
H A DFloatMath.java102 public static native float hypot(float x, float y); method in class:FloatMath
/frameworks/base/tools/layoutlib/bridge/src/android/util/
H A DFloatMath_Delegate.java129 /*package*/ static float hypot(float x, float y) { method in class:FloatMath_Delegate
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
H A DPointCloud.java170 private static float hypot(float x, float y) { method in class:PointCloud
180 float glowDistance = hypot(glowManager.x - point.x, glowManager.y - point.y);
188 float radius = hypot(point.x, point.y);
/frameworks/support/renderscript/v8/rs_support/driver/
H A DrsdRuntimeMath.cpp489 float hypot(float x, float y) { function

Completed in 248 milliseconds