3 references to high
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Number.NumberToFloatingPointBits.cs (3)
1320int upperBit = (int)(product.high >> 63); 1322mantissa = product.high >> (upperBit + 64 - TFloat.DenormalMantissaBits - 3); 1364if ((mantissa << (upperBit + 64 - TFloat.DenormalMantissaBits - 3)) == product.high)