2 references to NegativeZero
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Vector_1.cs (2)
569
return value ^ Vector<float>.
NegativeZero
.As<float, T>();
573
return value ^ Vector<double>.
NegativeZero
.As<double, T>();