Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/math/BigInteger/
DOperatorNpeTests.java43 BigInteger[] specialValues = {ZERO, ONE, TEN}; in testOperatorsNpe() local
45 for (BigInteger bd : specialValues) { in testOperatorsNpe()
/libcore/ojluni/src/test/java/lang/Math/
DIeeeRecommendedTests.java128 float[] specialValues = {NaNf, in testFloatGetExponent() local
153 for (int i = 0; i < specialValues.length; i++) { in testFloatGetExponent()
154 testGetExponentCase(specialValues[i], specialResults[i]); in testFloatGetExponent()
225 double[] specialValues = {NaNd, in testDoubleGetExponent() local
250 for (int i = 0; i < specialValues.length; i++) { in testDoubleGetExponent()
251 testGetExponentCase(specialValues[i], specialResults[i]); in testDoubleGetExponent()
1302 float[] specialValues = {NaNf, in testFloatUlp() local
1327 for (int i = 0; i < specialValues.length; i++) { in testFloatUlp()
1328 testUlpCase(specialValues[i], specialResults[i]); in testFloatUlp()
1404 double[] specialValues = {NaNd, in testDoubleUlp() local
[all …]