4 references to All
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (3)
95return All(vector.As<T, int>(), -1); 99return All(vector.As<T, long>(), -1); 103return All(vector, Scalar<T>.AllBitsSet);
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector_1.cs (1)
843static bool ISimdVector<Vector<T>, T>.All(Vector<T> vector, T value) => Vector.All(vector, value);