2 references to Half
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Half.cs (2)
614return new Half(sign, 0, 0); 1183return new Half(sign, (ushort)exp, sig)._value;