Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/Math/
DExpm1Tests.java79 testExpm1CaseWithUlpDiff(testCase[0], testCase[1], 0, null); in testExpm1()
97 testExpm1CaseWithUlpDiff(d, StrictMath.exp(d), 2, null); in testExpm1()
114 testExpm1CaseWithUlpDiff(d, -1.0, 1, reachedLimit); in testExpm1()
119 testExpm1CaseWithUlpDiff(d, -1.0, 1, reachedLimit); in testExpm1()
179 return testExpm1CaseWithUlpDiff(input, expected, 1, null); in testExpm1Case()
182 public static int testExpm1CaseWithUlpDiff(double input, in testExpm1CaseWithUlpDiff() method in Expm1Tests