1 reference to BiasedExponentLength
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Math.cs (1)
908return double.MinExponent - (BitOperations.TrailingZeroCount(x.TrailingSignificand) - double.BiasedExponentLength);