Searched refs:testUlpCase (Results 1 – 1 of 1) sorted by relevance
/libcore/ojluni/src/test/java/lang/Math/ |
D | IeeeRecommendedTests.java | 1276 static void testUlpCase(float f, float expected) { in testUlpCase() method in IeeeRecommendedTests 1289 static void testUlpCase(double d, double expected) { in testUlpCase() method in IeeeRecommendedTests 1330 testUlpCase(specialValues[i], specialResults[i]); in testFloatUlp() 1341 testUlpCase(po2, expected); in testFloatUlp() 1355 testUlpCase(randFloat, expected); in testFloatUlp() 1361 testUlpCase(po2minus, expected / 2.0f); in testFloatUlp() 1381 testUlpCase(top, Float.MIN_VALUE); in testFloatUlp() 1386 testUlpCase(Math.nextAfter(top, 0.0f), in testFloatUlp() 1398 testUlpCase(randFloat, Float.MIN_VALUE); in testFloatUlp() 1433 testUlpCase(specialValues[i], specialResults[i]); in testDoubleUlp() [all …]
|