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