Home
last modified time | relevance | path

Searched refs:hypot (Results 1 – 25 of 30) sorted by relevance

12

/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
DPointCloud.java170 private static float hypot(float x, float y) { in hypot() method in PointCloud
180 float glowDistance = hypot(glowManager.x - point.x, glowManager.y - point.y); in getAlphaForPoint()
188 float radius = hypot(point.x, point.y); in getAlphaForPoint()
/frameworks/base/core/java/android/util/
DFloatMath.java103 public static native float hypot(float x, float y); in hypot() method in FloatMath
DSpline.java168 float h = FloatMath.hypot(a, b); in MonotoneCubicSpline()
/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/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DNormFilter.java56 float norm = (float) Math.hypot(xValue, yValue); in onProcess()
/frameworks/rs/cpu_ref/
DrsCpuRuntimeMathFuncs.cpp61 IMPORT_F32_FN_F32_F32(hypot)
/frameworks/base/core/java/com/android/internal/widget/
DWaveView.java208 int dragDistance = (int) Math.ceil(Math.hypot(distX, distY)); in waveUpdateFrame()
440 int dragDistance = (int) Math.ceil(Math.hypot(distX, distY));
546 float dist = (float) Math.hypot(dx, dy); in tryTransitionToStartAttemptState()
/frameworks/compile/slang/tests/P_math_fp/
Dmath_fp.rs109 TEST_FUNC_2(hypot);
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DTouchExplorer.java485 final double moveDelta = Math.hypot(deltaX, deltaY); in handleMotionEventStateTouchExploring()
529 final double moveDelta = Math.hypot(deltaX, deltaY); in handleMotionEventStateTouchExploring()
563 final double moveDelta = Math.hypot(deltaX, deltaY); in handleMotionEventStateTouchExploring()
682 final double distance = Math.hypot(deltaX, deltaY); in handleMotionEventStateDragging()
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Dapitest.rs736 f = hypot(f, f);
737 f2 = hypot(f2, f2);
738 f3 = hypot(f3, f3);
739 f4 = hypot(f4, f4);
Dmath.rs282 TEST_FN_FUNC_FN_FN(hypot);
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
Dmath.rs149 TEST_FN_FUNC_FN_FN(hypot);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardAffordanceView.java250 return (float) Math.hypot(width, height); in getMaxCircleSize()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSearchPanelCircleView.java390 float maxRadius = (float) Math.ceil(Math.hypot(xMax, yMax) * 2);
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
Dmath.rs282 TEST_FN_FUNC_FN_FN(hypot);
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
Dmath.rs290 TEST_FN_FUNC_FN_FN(hypot);
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
Dmath.rs282 TEST_FN_FUNC_FN_FN(hypot);
Dmath.rs.bak268 TEST_FN_FUNC_FN_FN(hypot);
Dmath.rs.orig282 TEST_FN_FUNC_FN_FN(hypot);
/frameworks/base/core/java/android/widget/
DSlidingDrawer.java461 float velocity = (float) Math.hypot(xVelocity, yVelocity); in onTouchEvent()
/frameworks/rs/java/tests/ComputeBenchmark/src/com/example/android/rs/computebench/
Dcompute_benchmark.rs338 BENCH_FN_FUNC_FN_FN(hypot);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelView.java334 vectorVel = (float) Math.hypot( in onTouchEvent()
/frameworks/rs/driver/runtime/
Drs_cl.c454 extern float __attribute__((overloadable)) hypot(float, float);
455 FN_FUNC_FN_FN(hypot)
1463 THUNK_NATIVE_F_F(hypot) in THUNK_NATIVE_F()
/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
DLLand.java882 if (Math.hypot(x-cx, y-cy) <= r) return true;
/frameworks/rs/api/
Drs_core_math.spec474 name: hypot

12