Searched refs:shifted_result (Results 1 – 1 of 1) sorted by relevance
1532 BigInteger shifted_result = scaled_numerator.divide(last_appr); in approximate() local1533 return shifted_result.add(big1).shiftRight(1); in approximate()