Searched refs:testScalbCase (Results 1 – 1 of 1) sorted by relevance
/libcore/ojluni/src/test/java/lang/Math/ |
D | IeeeRecommendedTests.java | 881 static void testScalbCase(float value, int scale_factor, float expected) { in testScalbCase() method in IeeeRecommendedTests 987 testScalbCase(identityTestCase, manyScalingFactor, identityTestCase); in testFloatScalb() 996 testScalbCase(someTestCase, in testFloatScalb() 1007 testScalbCase(someTestCase, in testFloatScalb() 1026 testScalbCase(subnormalTestCase, in testFloatScalb() 1053 testScalbCase(Float_MAX_VALUEmm, i, expected); in testFloatScalb() 1068 testScalbCase(value, in testFloatScalb() 1075 static void testScalbCase(double value, int scale_factor, double expected) { in testScalbCase() method in IeeeRecommendedTests 1181 testScalbCase(identityTestCase, in testDoubleScalb() 1192 testScalbCase(someTestCase, in testDoubleScalb() [all …]
|