Home | History | Annotate | Download | only in creals

Lines Matching refs:adj

464                       BigInteger adj = t.divide(f_difference);
471 if (adj.compareTo(difference.shiftRight(10)) < 0) {
472 adj = adj.shiftLeft(8);
474 } else if (adj.compareTo(difference.multiply(BIG1023)
476 adj = difference.subtract(difference.subtract(adj)
480 if (adj.signum() <= 0)
481 adj = big2;
482 if (adj.compareTo(difference) >= 0)
483 adj = difference.subtract(big2);
484 guess = (adj.signum() <= 0? l.add(big2) : l.add(adj));