2 references to NegativeZeroBits
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Half.cs (2)
1433
public static Half NegativeZero => new Half(
NegativeZeroBits
);
1487
if (bits ==
NegativeZeroBits
)