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