Searched refs:testDoubleCompare (Results 1 – 4 of 4) sorted by relevance
/art/test/003-omnibus-opcodes/src/ |
D | Compare.java | 146 static void testDoubleCompare(double minus, double plus, double plus2, in testDoubleCompare() method in Compare 181 testDoubleCompare(-5.0, 4.0, 4.0, (1.0/0.0) / (1.0/0.0)); in run()
|
/art/test/107-int-math2/ |
D | expected-stdout.txt | 18 testDoubleCompare PASSED
|
/art/test/003-omnibus-opcodes/ |
D | expected-stdout.txt | 40 IntMath.testDoubleCompare
|
/art/test/107-int-math2/src/ |
D | Main.java | 697 static int testDoubleCompare(double minus, double plus, double plus2, in testDoubleCompare() method in Main 1027 res = testDoubleCompare(-5.0, 4.0, 4.0, (1.0/0.0) / (1.0/0.0)); in main()
|