Home
last modified time | relevance | path

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

/external/crcalc/tests/src/com/hp/creals/
DSlowCRTest.java125 private static void checkExpLn(CR x) { in checkExpLn() method in SlowCRTest
201 checkExpLn(CR.valueOf(0)); in testSlowExpLn()
203 checkExpLn(BIG); in testSlowExpLn()
204 checkExpLn(BIG.negate()); in testSlowExpLn()
205 checkExpLn(SMALL); in testSlowExpLn()
206 checkExpLn(SMALL.negate()); in testSlowExpLn()
207 checkExpLn(CR.PI); in testSlowExpLn()
208 checkExpLn(ONE); in testSlowExpLn()
209 checkExpLn(ONE.subtract(SMALL)); in testSlowExpLn()
210 checkExpLn(ONE.negate().subtract(SMALL)); in testSlowExpLn()
[all …]