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.java95 static void testGetExponentCase(float f, int expected) { in testGetExponentCase() method in IeeeRecommendedTests
112 static void testGetExponentCase(double d, int expected) { in testGetExponentCase() method in IeeeRecommendedTests
154 testGetExponentCase(specialValues[i], specialResults[i]); in testFloatGetExponent()
162 testGetExponentCase(po2, i); in testFloatGetExponent()
176 testGetExponentCase(randFloat, i); in testFloatGetExponent()
181 testGetExponentCase(po2minus, i - 1); in testFloatGetExponent()
201 testGetExponentCase(top, Float.MIN_EXPONENT - 1); in testFloatGetExponent()
206 testGetExponentCase(Math.nextAfter(top, 0.0f), Float.MIN_EXPONENT - 1); in testFloatGetExponent()
217 testGetExponentCase(randFloat, Float.MIN_EXPONENT - 1); in testFloatGetExponent()
251 testGetExponentCase(specialValues[i], specialResults[i]); in testDoubleGetExponent()
[all …]