15 references to Zero
System.Private.CoreLib (15)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64.cs (14)
1085Vector64<T> result = Vector64<T>.Zero; 1845return Vector64<T>.Zero; 1869return Vector64<T>.Zero; 1883return Vector64<T>.Zero; 1887return LessThan(vector.AsInt32(), Vector64<int>.Zero).As<int, T>(); 1891return LessThan(vector.AsInt64(), Vector64<long>.Zero).As<long, T>(); 1895return LessThan(vector, Vector64<T>.Zero); 1912return Vector64<T>.Zero; 1962return GreaterThanOrEqual(vector.AsInt32(), Vector64<int>.Zero).As<int, T>(); 1966return GreaterThanOrEqual(vector.AsInt64(), Vector64<long>.Zero).As<long, T>(); 1970return GreaterThanOrEqual(vector, Vector64<T>.Zero); 1987return Vector64<T>.Zero; 2003return Vector64<T>.Zero; 2009public static Vector64<T> IsZero<T>(Vector64<T> vector) => Equals(vector, Vector64<T>.Zero);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64_1.cs (1)
405return Zero - vector;