5 references to NoneWhereAllBitsSet
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (1)
2805
/// <inheritdoc cref="Vector128.
NoneWhereAllBitsSet
{T}(Vector128{T})" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Vector4.cs (2)
940
/// <inheritdoc cref="Vector128.
NoneWhereAllBitsSet
{T}(Vector128{T})" />
943
public static bool NoneWhereAllBitsSet(Vector4 vector) => Vector128.
NoneWhereAllBitsSet
(vector.AsVector128());
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector128_1.cs (1)
808
static bool ISimdVector<Vector128<T>, T>.NoneWhereAllBitsSet(Vector128<T> vector) => Vector128.
NoneWhereAllBitsSet
(vector);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256.cs (1)
3129
/// <inheritdoc cref="Vector128.
NoneWhereAllBitsSet
{T}(Vector128{T})" />