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