Home | History | Annotate | Download | only in creals

Lines Matching defs:abs

40         check(Math.abs(x - y) <= 0.000001, s);
68 if (Math.abs(xAsDouble) < 1000000.0) {
78 if (Math.abs(xAsDouble) < 1.0) {
127 if (Math.abs(xAsDouble) < 10.0) {
131 if (Math.abs(xAsDouble) <= 1000.0) {
156 checkEq(x.abs().sqrt().multiply(x.abs().sqrt()), x.abs(),
229 checkEq(ZERO.abs(), ZERO, "abs(0)");