15 references to Zero
System.Private.CoreLib (15)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64.cs (14)
1201
Vector64<T> result = Vector64<T>.
Zero
;
1961
return Vector64<T>.
Zero
;
1985
return Vector64<T>.
Zero
;
1999
return Vector64<T>.
Zero
;
2003
return LessThan(vector.AsInt32(), Vector64<int>.
Zero
).As<int, T>();
2007
return LessThan(vector.AsInt64(), Vector64<long>.
Zero
).As<long, T>();
2011
return LessThan(vector, Vector64<T>.
Zero
);
2028
return Vector64<T>.
Zero
;
2078
return GreaterThanOrEqual(vector.AsInt32(), Vector64<int>.
Zero
).As<int, T>();
2082
return GreaterThanOrEqual(vector.AsInt64(), Vector64<long>.
Zero
).As<long, T>();
2086
return GreaterThanOrEqual(vector, Vector64<T>.
Zero
);
2103
return Vector64<T>.
Zero
;
2119
return Vector64<T>.
Zero
;
2125
public 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)
405
return
Zero
- vector;