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