3 references to CountSignificantBits
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Number.NumberToFloatingPointBits.cs (3)
1089int integerBitsOfPrecision = BigInteger.CountSignificantBits(ref integerValue); 1142int fractionalNumeratorBits = BigInteger.CountSignificantBits(ref fractionalNumerator); 1143int fractionalDenominatorBits = BigInteger.CountSignificantBits(ref fractionalDenominator);