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

/openjdk7/jdk/test/java/lang/Math/
H A DIeeeRecommendedTests.java88 static int testGetExponentCase(float f, int expected) { method in class:IeeeRecommendedTests
107 static int testGetExponentCase(double d, int expected) { method in class:IeeeRecommendedTests
151 failures += testGetExponentCase(specialValues[i], specialResults[i]);
162 failures += testGetExponentCase(po2, i);
176 failures += testGetExponentCase(randFloat, i);
182 failures += testGetExponentCase(po2minus, i-1);
202 failures += testGetExponentCase(top,
208 testGetExponentCase(FpUtils.nextAfter(top, 0.0f),
220 failures += testGetExponentCase(randFloat,
258 failures += testGetExponentCase(specialValue
[all...]

Completed in 29 milliseconds