Searched refs:specialResults (Results 1 – 1 of 1) sorted by relevance
142 int[] specialResults = {Float.MAX_EXPONENT + 1, // NaN results in testFloatGetExponent() local156 testGetExponentCase(specialValues[i], specialResults[i]); in testFloatGetExponent()239 int[] specialResults = {Double.MAX_EXPONENT + 1, // NaN results in testDoubleGetExponent() local253 testGetExponentCase(specialValues[i], specialResults[i]); in testDoubleGetExponent()1316 float[] specialResults = {NaNf, in testFloatUlp() local1330 testUlpCase(specialValues[i], specialResults[i]); in testFloatUlp()1419 double[] specialResults = {NaNf, in testDoubleUlp() local1433 testUlpCase(specialValues[i], specialResults[i]); in testDoubleUlp()