Searched defs:testNextAfterCase (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/lang/Math/
H A DIeeeRecommendedTests.java339 static int testNextAfterCase(float start, double direction, float expected) { method in class:IeeeRecommendedTests
357 static int testNextAfterCase(double start, double direction, double expected) { method in class:IeeeRecommendedTests
441 failures += testNextAfterCase(testCases[i][0], testCases[i][1],
513 failures += testNextAfterCase(testCases[i][0], testCases[i][1],

Completed in 32 milliseconds