Lines Matching refs:difference
333 BigInteger difference = x.subtract(y); in sloppy_compare() local
334 if (difference.compareTo(big1) > 0) { in sloppy_compare()
337 if (difference.compareTo(bigm1) < 0) { in sloppy_compare()
431 BigInteger difference = h.subtract(l); in approximate() local
441 if (difference.compareTo(big6) < 0) { in approximate()
463 BigInteger t = arg_difference.multiply(difference); in approximate()
471 if (adj.compareTo(difference.shiftRight(10)) < 0) { in approximate()
474 } else if (adj.compareTo(difference.multiply(BIG1023) in approximate()
476 adj = difference.subtract(difference.subtract(adj) in approximate()
482 if (adj.compareTo(difference) >= 0) in approximate()
483 adj = difference.subtract(big2); in approximate()
555 if (new_difference.compareTo(difference in approximate()
562 difference = new_difference; in approximate()
603 CR difference = h.subtract(l); in monotoneDerivative_UnaryCRFunction() local
610 difference_msd[0] = difference.msd(); in monotoneDerivative_UnaryCRFunction()