Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/lang/
DOldAndroidStrictMathTest.java26 private final double OPP = 1.0; field in OldAndroidStrictMathTest
75 .asin(OPP / HYP)) == OPP / HYP); in testAsinD()
505 .asin(OPP / HYP)) == OPP / HYP); in testSinD()
DOldAndroidMathTest.java27 private static final double OPP = 1.0; field in OldAndroidMathTest
92 double r = Math.sin(Math.asin(OPP / HYP)); in testAsinD()
94 long t = Double.doubleToLongBits(OPP / HYP); in testAsinD()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DStrictMathTest.java34 private static final double OPP = 1.0; field in StrictMathTest
101 .asin(OPP / HYP)) == OPP / HYP); in test_asinD()
1355 .asin(OPP / HYP)) == OPP / HYP); in test_sinD()
DMathTest.java24 double OPP = 1.0; field in MathTest
91 double r = Math.sin(Math.asin(OPP / HYP)); in test_asinD()
93 long t = Double.doubleToLongBits(OPP / HYP); in test_asinD()