Searched refs:checkTrig (Results 1 – 1 of 1) sorted by relevance
66 private static void checkTrig(CR x) { in checkTrig() method in SlowCRTest171 checkTrig(ZERO); in testSlowTrig()173 checkTrig(BIG); in testSlowTrig()174 checkTrig(BIG.negate()); in testSlowTrig()175 checkTrig(SMALL); in testSlowTrig()176 checkTrig(SMALL.negate()); in testSlowTrig()177 checkTrig(CR.PI); in testSlowTrig()178 checkTrig(CR.PI.subtract(SMALL)); in testSlowTrig()179 checkTrig(CR.PI.add(SMALL)); in testSlowTrig()180 checkTrig(CR.PI.negate()); in testSlowTrig()[all …]