Home | History | Annotate | Download | only in creals

Lines Matching refs:SMALL

53     final static CR SMALL = BIG.inverse();
175 checkTrig(SMALL);
176 checkTrig(SMALL.negate());
178 checkTrig(CR.PI.subtract(SMALL));
179 checkTrig(CR.PI.add(SMALL));
181 checkTrig(CR.PI.negate().subtract(SMALL));
182 checkTrig(CR.PI.negate().add(SMALL));
205 checkExpLn(SMALL);
206 checkExpLn(SMALL.negate());
209 checkExpLn(ONE.subtract(SMALL));
210 checkExpLn(ONE.negate().subtract(SMALL));