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