15 references to Zero
System.Private.CoreLib (15)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64.cs (14)
1159Vector64<T> result = Vector64<T>.Zero; 1919return Vector64<T>.Zero; 1943return Vector64<T>.Zero; 1957return Vector64<T>.Zero; 1961return LessThan(vector.AsInt32(), Vector64<int>.Zero).As<int, T>(); 1965return LessThan(vector.AsInt64(), Vector64<long>.Zero).As<long, T>(); 1969return LessThan(vector, Vector64<T>.Zero); 1986return Vector64<T>.Zero; 2036return GreaterThanOrEqual(vector.AsInt32(), Vector64<int>.Zero).As<int, T>(); 2040return GreaterThanOrEqual(vector.AsInt64(), Vector64<long>.Zero).As<long, T>(); 2044return GreaterThanOrEqual(vector, Vector64<T>.Zero); 2061return Vector64<T>.Zero; 2077return Vector64<T>.Zero; 2083public 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;