5 references to Any
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector128.cs (1)
236
/// <inheritdoc cref="Vector64.
Any
{T}(Vector64{T}, T)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64_1.cs (1)
563
static bool ISimdVector<Vector64<T>, T>.Any(Vector64<T> vector, T value) => Vector64.
Any
(vector, value);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64.cs (3)
232
return
Any
(vector.AsInt32(), -1);
236
return
Any
(vector.AsInt64(), -1);
240
return
Any
(vector, Scalar<T>.AllBitsSet);