Home
last modified time | relevance | path

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

/art/test/003-omnibus-opcodes/src/
DCompare.java146 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/
Dexpected-stdout.txt18 testDoubleCompare PASSED
/art/test/003-omnibus-opcodes/
Dexpected-stdout.txt40 IntMath.testDoubleCompare
/art/test/107-int-math2/src/
DMain.java697 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()