/frameworks/base/core/java/com/android/internal/widget/multiwaveview/ |
D | PointCloud.java | 170 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/ |
D | FloatMath.java | 103 public static native float hypot(float x, float y); in hypot() method in FloatMath
|
D | Spline.java | 168 float h = FloatMath.hypot(a, b); in MonotoneCubicSpline()
|
/frameworks/base/tools/layoutlib/bridge/src/android/util/ |
D | FloatMath_Delegate.java | 129 /*package*/ static float hypot(float x, float y) { in hypot() method in FloatMath_Delegate
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | NormFilter.java | 56 float norm = (float) Math.hypot(xValue, yValue); in onProcess()
|
/frameworks/rs/cpu_ref/ |
D | rsCpuRuntimeMathFuncs.cpp | 61 IMPORT_F32_FN_F32_F32(hypot)
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | WaveView.java | 208 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/ |
D | math_fp.rs | 109 TEST_FUNC_2(hypot);
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | TouchExplorer.java | 485 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/ |
D | apitest.rs | 736 f = hypot(f, f); 737 f2 = hypot(f2, f2); 738 f3 = hypot(f3, f3); 739 f4 = hypot(f4, f4);
|
D | math.rs | 282 TEST_FN_FUNC_FN_FN(hypot);
|
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/ |
D | math.rs | 149 TEST_FN_FUNC_FN_FN(hypot);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | KeyguardAffordanceView.java | 250 return (float) Math.hypot(width, height); in getMaxCircleSize()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | SearchPanelCircleView.java | 390 float maxRadius = (float) Math.ceil(Math.hypot(xMax, yMax) * 2);
|
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/ |
D | math.rs | 282 TEST_FN_FUNC_FN_FN(hypot);
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
D | math.rs | 290 TEST_FN_FUNC_FN_FN(hypot);
|
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/ |
D | math.rs | 282 TEST_FN_FUNC_FN_FN(hypot);
|
D | math.rs.bak | 268 TEST_FN_FUNC_FN_FN(hypot);
|
D | math.rs.orig | 282 TEST_FN_FUNC_FN_FN(hypot);
|
/frameworks/base/core/java/android/widget/ |
D | SlidingDrawer.java | 461 float velocity = (float) Math.hypot(xVelocity, yVelocity); in onTouchEvent()
|
/frameworks/rs/java/tests/ComputeBenchmark/src/com/example/android/rs/computebench/ |
D | compute_benchmark.rs | 338 BENCH_FN_FUNC_FN_FN(hypot);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PanelView.java | 334 vectorVel = (float) Math.hypot( in onTouchEvent()
|
/frameworks/rs/driver/runtime/ |
D | rs_cl.c | 454 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/ |
D | LLand.java | 882 if (Math.hypot(x-cx, y-cy) <= r) return true;
|
/frameworks/rs/api/ |
D | rs_core_math.spec | 474 name: hypot
|