17 references to Zero
System.Private.CoreLib (17)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64.cs (16)
1194Vector64<T> result = Vector64<T>.Zero; 1620return Vector64<T>.Zero; 2220return Vector64<T>.Zero; 2244return Vector64<T>.Zero; 2254return Vector64<T>.Zero; 2258return LessThan(vector.AsInt32(), Vector64<int>.Zero).As<int, T>(); 2262return LessThan(vector.AsInt64(), Vector64<long>.Zero).As<long, T>(); 2266return LessThan(vector, Vector64<T>.Zero); 2283return Vector64<T>.Zero; 2329return GreaterThanOrEqual(vector.AsInt32(), Vector64<int>.Zero).As<int, T>(); 2333return GreaterThanOrEqual(vector.AsInt64(), Vector64<long>.Zero).As<long, T>(); 2337return GreaterThanOrEqual(vector, Vector64<T>.Zero); 2354return Vector64<T>.Zero; 2370return Vector64<T>.Zero; 2376public static Vector64<T> IsZero<T>(Vector64<T> vector) => Equals(vector, Vector64<T>.Zero); 3589Vector64<T> result = Vector64<T>.Zero;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64_1.cs (1)
405return Zero - vector;