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