2 references to NegativeInfinity
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256.cs (2)
2342return Equals(vector, Vector256<float>.NegativeInfinity.As<float, T>()); 2346return Equals(vector, Vector256<double>.NegativeInfinity.As<double, T>());