3 references to CountSignificantBits
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Number.NumberToFloatingPointBits.cs (3)
1098int integerBitsOfPrecision = BigInteger.CountSignificantBits(ref integerValue); 1151int fractionalNumeratorBits = BigInteger.CountSignificantBits(ref fractionalNumerator); 1152int fractionalDenominatorBits = BigInteger.CountSignificantBits(ref fractionalDenominator);