Home
last modified time | relevance | path

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

/external/crcalc/src/com/hp/creals/
DCR.java1545 BigInteger scaled_sqrt = BigInteger.valueOf((long)scaled_fp_sqrt); in approximate() local
1547 return shift(scaled_sqrt, shift_count); in approximate()