Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/Math/
DIeeeRecommendedTests.java142 int[] specialResults = {Float.MAX_EXPONENT + 1, // NaN results in testFloatGetExponent() local
156 testGetExponentCase(specialValues[i], specialResults[i]); in testFloatGetExponent()
239 int[] specialResults = {Double.MAX_EXPONENT + 1, // NaN results in testDoubleGetExponent() local
253 testGetExponentCase(specialValues[i], specialResults[i]); in testDoubleGetExponent()
1316 float[] specialResults = {NaNf, in testFloatUlp() local
1330 testUlpCase(specialValues[i], specialResults[i]); in testFloatUlp()
1419 double[] specialResults = {NaNf, in testDoubleUlp() local
1433 testUlpCase(specialValues[i], specialResults[i]); in testDoubleUlp()