2 references to Exponent
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Number.NumberToFloatingPointBits.cs (2)
1042if (am.Exponent > 0) 1045word |= (ulong)(uint)(am.Exponent) << TFloat.DenormalMantissaBits;