Lines Matching refs:checkExpLn
125 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()
216 checkExpLn(x); in testSlowExpLn()
223 checkExpLn(x); in testSlowExpLn()