4 references to Count
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (3)
716return Count(vector.As<T, int>(), -1); 720return Count(vector.As<T, long>(), -1); 724return Count(vector, Scalar<T>.AllBitsSet);
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector_1.cs (1)
900static int ISimdVector<Vector<T>, T>.Count(Vector<T> vector, T value) => Vector.Count(vector, value);