5 references to AllWhereAllBitsSet
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (1)
70/// <inheritdoc cref="Vector128.AllWhereAllBitsSet{T}(Vector128{T})" />
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector4.cs (2)
378/// <inheritdoc cref="Vector128.AllWhereAllBitsSet{T}(Vector128{T})" /> 381public static bool AllWhereAllBitsSet(Vector4 vector) => Vector128.AllWhereAllBitsSet(vector.AsVector128());
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector128_1.cs (1)
498static bool ISimdVector<Vector128<T>, T>.AllWhereAllBitsSet(Vector128<T> vector) => Vector128.AllWhereAllBitsSet(vector);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256.cs (1)
96/// <inheritdoc cref="Vector128.AllWhereAllBitsSet{T}(Vector128{T})" />