5 references to Count
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (1)
682return Vector512.Count(vector.AsVector512(), value);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512.cs (3)
687return Count(vector.AsInt32(), -1); 691return Count(vector.AsInt64(), -1); 695return Count(vector, Scalar<T>.AllBitsSet);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512_1.cs (1)
540static int ISimdVector<Vector512<T>, T>.Count(Vector512<T> vector, T value) => Vector512.Count(vector, value);