19 references to Zero
System.Linq (4)
System\Linq\Sum.cs (4)
115Vector<T> accumulator = Vector<T>.Zero; 144if ((overflowTracking & overflowTestVector) != Vector<T>.Zero) 156Vector<T> overflowTracking = Vector<T>.Zero; 168if ((overflowTracking & overflowTestVector) != Vector<T>.Zero)
System.Private.CoreLib (15)
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (14)
774Vector<T> result = Vector<T>.Zero; 1430return Vector<T>.Zero; 1454return Vector<T>.Zero; 1468return Vector<T>.Zero; 1472return LessThan(vector.As<T, int>(), Vector<int>.Zero).As<int, T>(); 1476return LessThan(vector.As<T, long>(), Vector<long>.Zero).As<long, T>(); 1480return LessThan(vector, Vector<T>.Zero); 1497return Vector<T>.Zero; 1547return GreaterThanOrEqual(vector.As<T, int>(), Vector<int>.Zero).As<int, T>(); 1551return GreaterThanOrEqual(vector.As<T, long>(), Vector<long>.Zero).As<long, T>(); 1555return GreaterThanOrEqual(vector, Vector<T>.Zero); 1572return Vector<T>.Zero; 1588return Vector<T>.Zero; 1594public static Vector<T> IsZero<T>(Vector<T> vector) => Equals(vector, Vector<T>.Zero);
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector_1.cs (1)
588return Zero - value;