4 references to Any
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512_1.cs (1)
495
static bool ISimdVector<Vector512<T>, T>.Any(Vector512<T> vector, T value) => Vector512.
Any
(vector, value);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512.cs (3)
232
return
Any
(vector.AsInt32(), -1);
236
return
Any
(vector.AsInt64(), -1);
240
return
Any
(vector, Scalar<T>.AllBitsSet);