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