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

/openjdk9/jdk/test/java/lang/Math/
H A DIeeeRecommendedTests.java341 static int testNextAfterCase(float start, double direction, float expected) { method in class:IeeeRecommendedTests
359 static int testNextAfterCase(double start, double direction, double expected) { method in class:IeeeRecommendedTests
443 failures += testNextAfterCase(testCases[i][0], testCases[i][1],
515 failures += testNextAfterCase(testCases[i][0], testCases[i][1],

Completed in 41 milliseconds