Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/Math/
DIeeeRecommendedTests.java97 static void testGetExponentCase(float f, int expected) { in testGetExponentCase() method in IeeeRecommendedTests
114 static void testGetExponentCase(double d, int expected) { in testGetExponentCase() method in IeeeRecommendedTests
156 testGetExponentCase(specialValues[i], specialResults[i]); in testFloatGetExponent()
164 testGetExponentCase(po2, i); in testFloatGetExponent()
178 testGetExponentCase(randFloat, i); in testFloatGetExponent()
183 testGetExponentCase(po2minus, i - 1); in testFloatGetExponent()
203 testGetExponentCase(top, Float.MIN_EXPONENT - 1); in testFloatGetExponent()
208 testGetExponentCase(Math.nextAfter(top, 0.0f), Float.MIN_EXPONENT - 1); in testFloatGetExponent()
219 testGetExponentCase(randFloat, Float.MIN_EXPONENT - 1); in testFloatGetExponent()
253 testGetExponentCase(specialValues[i], specialResults[i]); in testDoubleGetExponent()
[all …]