Searched refs:hypot (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/ |
D | TestHypot.rs | 26 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/ |
D | CoreMathVerifier.java | 76 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/ |
D | AccessibilityGestureDispatchTest.java | 457 return (float) Math.hypot((double) (point1.x - point2.x), (double) (point1.y - point2.y)); in distance()
|
/cts/tools/dex-tools/dex/ |
D | classes0.out.dex | 16756 public static native double hypot( 17983 public static native double hypot(
|