Searched refs:testScalbCase (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/lang/Math/
H A DIeeeRecommendedTests.java939 static int testScalbCase(float value, int scale_factor, float expected) { method in class:IeeeRecommendedTests
1049 failures += testScalbCase(identityTestCases[i],
1062 failures+=testScalbCase(value,
1076 failures+=testScalbCase(value,
1095 failures+=testScalbCase(value,
1122 failures+=testScalbCase(Float_MAX_VALUEmm, i, expected);
1137 failures+=testScalbCase(value,
1146 static int testScalbCase(double value, int scale_factor, double expected) { method in class:IeeeRecommendedTests
1256 failures += testScalbCase(identityTestCases[i],
1269 failures+=testScalbCase(valu
[all...]

Completed in 99 milliseconds