Searched refs:HYP (Results 1 – 4 of 4) sorted by relevance
24 private final double HYP = StrictMath.sqrt(2.0); field in OldAndroidStrictMathTest69 .acos(ADJ / HYP)) == ADJ / HYP); in testAcosD()75 .asin(OPP / HYP)) == OPP / HYP); in testAsinD()144 .acos(ADJ / HYP)) == ADJ / HYP); in testCosD()505 .asin(OPP / HYP)) == OPP / HYP); in testSinD()
25 private static final double HYP = Math.sqrt(2.0); field in OldAndroidMathTest83 double r = Math.cos(Math.acos(ADJ / HYP)); in testAcosD()85 long t = Double.doubleToLongBits(ADJ / HYP); in testAcosD()92 double r = Math.sin(Math.asin(OPP / HYP)); in testAsinD()94 long t = Double.doubleToLongBits(OPP / HYP); in testAsinD()
32 private static final double HYP = StrictMath.sqrt(2.0); field in StrictMathTest92 .acos(ADJ / HYP)) == ADJ / HYP); in test_acosD()101 .asin(OPP / HYP)) == OPP / HYP); in test_asinD()314 .acos(ADJ / HYP)) == ADJ / HYP); in test_cosD()1355 .asin(OPP / HYP)) == OPP / HYP); in test_sinD()
22 double HYP = Math.sqrt(2.0); field in MathTest79 double r = Math.cos(Math.acos(ADJ / HYP)); in test_acosD()81 long t = Double.doubleToLongBits(ADJ / HYP); in test_acosD()91 double r = Math.sin(Math.asin(OPP / HYP)); in test_asinD()93 long t = Double.doubleToLongBits(OPP / HYP); in test_asinD()