Home
last modified time | relevance | path

Searched refs:shifted_result (Results 1 – 1 of 1) sorted by relevance

/external/crcalc/src/com/hp/creals/
DCR.java1481 BigInteger shifted_result = scaled_numerator.divide(last_appr); in approximate() local
1482 return shifted_result.add(big1).shiftRight(1); in approximate()