17 references to Zero
System.Private.CoreLib (17)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64_1.cs (1)
405return Zero - vector;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64.cs (16)
1194Vector64<T> result = Vector64<T>.Zero; 1620return Vector64<T>.Zero; 2227return Vector64<T>.Zero; 2251return Vector64<T>.Zero; 2261return Vector64<T>.Zero; 2265return LessThan(vector.AsInt32(), Vector64<int>.Zero).As<int, T>(); 2269return LessThan(vector.AsInt64(), Vector64<long>.Zero).As<long, T>(); 2273return LessThan(vector, Vector64<T>.Zero); 2290return Vector64<T>.Zero; 2336return GreaterThanOrEqual(vector.AsInt32(), Vector64<int>.Zero).As<int, T>(); 2340return GreaterThanOrEqual(vector.AsInt64(), Vector64<long>.Zero).As<long, T>(); 2344return GreaterThanOrEqual(vector, Vector64<T>.Zero); 2361return Vector64<T>.Zero; 2377return Vector64<T>.Zero; 2383public static Vector64<T> IsZero<T>(Vector64<T> vector) => Equals(vector, Vector64<T>.Zero); 3603Vector64<T> result = Vector64<T>.Zero;