2 references to CountSignificantBits
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Number.NumberToFloatingPointBits.cs (2)
725int initialMantissaBits = BigInteger.CountSignificantBits(initialMantissa); 1206int fractionalMantissaBits = BigInteger.CountSignificantBits(fractionalMantissa);