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