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