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