Searched refs:new_guess (Results 1 – 1 of 1) sorted by relevance
532 BigInteger new_guess = guess.add(tweak); in approximate() local533 if (new_guess.compareTo(h) >= 0) { in approximate()536 guess = new_guess; in approximate()