Searched refs:testRintCase (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/lang/Math/
H A DRint.java36 static int testRintCase(double input, double expected) { method in class:Rint
106 failures += testRintCase(testCases[i][0], testCases[i][1]);
112 failures += testRintCase(d, ((d<=0.5)?0.0:d));

Completed in 35 milliseconds