Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
DTestHypot.rs26 return hypot(inA, inB);
31 return hypot(inA, inB);
36 return hypot(inA, inB);
41 return hypot(inA, inB);
46 return hypot(inA, inB);
51 return hypot(inA, inB);
56 return hypot(inA, inB);
61 return hypot(inA, inB);
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DCoreMathVerifier.java76 static native float hypot(float x, float y); in hypot() method in CoreMathVerifier
687 static private Target.Floaty hypot(double x, double y, Target t) { in hypot() method in CoreMathVerifier
691 Math.hypot(inX.mid(), inY.mid()), in hypot()
692 Math.hypot(inX.min(), inY.min()), in hypot()
693 Math.hypot(inX.min(), inY.max()), in hypot()
694 Math.hypot(inX.max(), inY.min()), in hypot()
695 Math.hypot(inX.max(), inY.max())); in hypot()
698 static private Target.Floaty hypot(float x, float y, Target t) { in hypot() method in CoreMathVerifier
702 hypot(inX.mid32(), inY.mid32()), in hypot()
703 hypot(inX.min32(), inY.min32()), in hypot()
[all …]
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityGestureDispatchTest.java559 return (float) Math.hypot((double) (point1.x - point2.x), (double) (point1.y - point2.y)); in distance()
697 return Math.hypot(event.getX() - point.x, event.getY() - point.y) < tol; in isAtPoint()
/cts/tools/dex-tools/dex/
Dclasses0.out.dex16756 public static native double hypot(
17983 public static native double hypot(