Searched refs:scaled_sqrt (Results 1 – 1 of 1) sorted by relevance
1545 BigInteger scaled_sqrt = BigInteger.valueOf((long)scaled_fp_sqrt); in approximate() local1547 return shift(scaled_sqrt, shift_count); in approximate()