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