Searched refs:OPP (Results 1 – 4 of 4) sorted by relevance
26 private final double OPP = 1.0; field in OldAndroidStrictMathTest75 .asin(OPP / HYP)) == OPP / HYP); in testAsinD()505 .asin(OPP / HYP)) == OPP / HYP); in testSinD()
27 private static final double OPP = 1.0; field in OldAndroidMathTest92 double r = Math.sin(Math.asin(OPP / HYP)); in testAsinD()94 long t = Double.doubleToLongBits(OPP / HYP); in testAsinD()
34 private static final double OPP = 1.0; field in StrictMathTest101 .asin(OPP / HYP)) == OPP / HYP); in test_asinD()1355 .asin(OPP / HYP)) == OPP / HYP); in test_sinD()
24 double OPP = 1.0; field in MathTest91 double r = Math.sin(Math.asin(OPP / HYP)); in test_asinD()93 long t = Double.doubleToLongBits(OPP / HYP); in test_asinD()