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 …]
|