163 references to Count
System.Private.CoreLib (163)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector128.cs (1)
1687result |= vector._upper.ExtractMostSignificantBits() << Vector64<T>.Count;
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64.cs (135)
126for (int index = 0; index < Vector64<T>.Count; index++) 153for (int index = 0; index < Vector64<T>.Count; index++) 397for (int index = 0; index < Vector64<T>.Count; index++) 458for (int i = 0; i < Vector64<double>.Count; i++) 477for (int i = 0; i < Vector64<double>.Count; i++) 495for (int i = 0; i < Vector64<int>.Count; i++) 513for (int i = 0; i < Vector64<int>.Count; i++) 531for (int i = 0; i < Vector64<long>.Count; i++) 549for (int i = 0; i < Vector64<long>.Count; i++) 567for (int i = 0; i < Vector64<float>.Count; i++) 586for (int i = 0; i < Vector64<float>.Count; i++) 605for (int i = 0; i < Vector64<uint>.Count; i++) 624for (int i = 0; i < Vector64<uint>.Count; i++) 643for (int i = 0; i < Vector64<ulong>.Count; i++) 662for (int i = 0; i < Vector64<ulong>.Count; i++) 692for (int index = 0; index < Vector64<T>.Count; index++) 706/// <exception cref="ArgumentException">The length of <paramref name="destination" /> is less than <see cref="Vector64{T}.Count" />.</exception> 714if (destination.Length < Vector64<T>.Count) 727/// <exception cref="ArgumentException">The length of <paramref name="destination" /> is less than <see cref="Vector64{T}.Count" />.</exception> 741if ((destination.Length - startIndex) < Vector64<T>.Count) 753/// <exception cref="ArgumentException">The length of <paramref name="destination" /> is less than <see cref="Vector64{T}.Count" />.</exception> 758if (destination.Length < Vector64<T>.Count) 771for (int index = 0; index < Vector64<T>.Count; index++) 862for (int index = 0; index < Vector64<T>.Count; index++) 956/// <returns>A new <see cref="Vector64{T}" /> with its elements set to the first <see cref="Vector64{T}.Count" /> elements from <paramref name="values" />.</returns> 957/// <exception cref="ArgumentOutOfRangeException">The length of <paramref name="values" /> is less than <see cref="Vector64{T}.Count" />.</exception> 965if (values.Length < Vector64<T>.Count) 978/// <exception cref="ArgumentOutOfRangeException">The length of <paramref name="values" />, starting from <paramref name="index" />, is less than <see cref="Vector64{T}.Count" />.</exception> 986if ((index < 0) || ((values.Length - index) < Vector64<T>.Count)) 997/// <returns>A new <see cref="Vector64{T}" /> with its elements set to the first <see cref="Vector64{T}.Count" /> elements from <paramref name="values" />.</returns> 998/// <exception cref="ArgumentOutOfRangeException">The length of <paramref name="values" /> is less than <see cref="Vector64{T}.Count" />.</exception> 1003if (values.Length < Vector64<T>.Count) 1351for (int index = 0; index < Vector64<T>.Count; index++) 1432for (int index = 0; index < Vector64<T>.Count; index++) 1460for (int index = 0; index < Vector64<T>.Count; index++) 1476for (int index = 0; index < Vector64<T>.Count; index++) 1536for (int index = 0; index < Vector64<T>.Count; index++) 1569for (int index = 0; index < Vector64<T>.Count; index++) 1608for (int index = 0; index < Vector64<double>.Count; index++) 1632for (int index = 0; index < Vector64<float>.Count; index++) 1652if ((uint)(index) >= (uint)(Vector64<T>.Count)) 1672for (int index = 0; index < Vector64<T>.Count; index++) 1691for (int index = 0; index < Vector64<T>.Count; index++) 1712for (int index = 0; index < Vector64<T>.Count; index++) 1735for (int index = 0; index < Vector64<T>.Count; index++) 1754for (int index = 0; index < Vector64<T>.Count; index++) 1775for (int index = 0; index < Vector64<T>.Count; index++) 1791for (int index = 0; index < Vector64<T>.Count; index++) 2123for (int index = 0; index < Vector64<T>.Count; index++) 2182for (int index = 0; index < Vector64<T>.Count; index++) 2201for (int index = 0; index < Vector64<T>.Count; index++) 2222for (int index = 0; index < Vector64<T>.Count; index++) 2245for (int index = 0; index < Vector64<T>.Count; index++) 2264for (int index = 0; index < Vector64<T>.Count; index++) 2285for (int index = 0; index < Vector64<T>.Count; index++) 2370for (int index = 0; index < Vector64<T>.Count; index++) 2416for (int index = 0; index < Vector64<T>.Count; index++) 2470for (int index = 0; index < Vector64<T>.Count; index++) 2493for (int index = 0; index < Vector64<T>.Count; index++) 2516for (int index = 0; index < Vector64<T>.Count; index++) 2539for (int index = 0; index < Vector64<T>.Count; index++) 2562for (int index = 0; index < Vector64<T>.Count; index++) 2585for (int index = 0; index < Vector64<T>.Count; index++) 2608for (int index = 0; index < Vector64<T>.Count; index++) 2631for (int index = 0; index < Vector64<T>.Count; index++) 2654for (int index = 0; index < Vector64<T>.Count; index++) 2677for (int index = 0; index < Vector64<T>.Count; index++) 2720for (int index = 0; index < Vector64<T>.Count; index++) 2744for (int index = 0; index < Vector64<double>.Count; index++) 2768for (int index = 0; index < Vector64<float>.Count; index++) 2785for (int i = 0; i < Vector64<TSource>.Count; i++) 2791for (int i = Vector64<TSource>.Count; i < Vector64<TResult>.Count; i++) 2793TResult value = TResult.CreateTruncating(upper.GetElementUnsafe(i - Vector64<TSource>.Count)); 2854for (int i = 0; i < Vector64<TSource>.Count; i++) 2860for (int i = Vector64<TSource>.Count; i < Vector64<TResult>.Count; i++) 2862TResult value = TResult.CreateSaturating(upper.GetElementUnsafe(i - Vector64<TSource>.Count)); 2969for (int index = 0; index < Vector64<T>.Count; index++) 3033for (int index = 0; index < Vector64<T>.Count; index++) 3144for (int index = 0; index < Vector64<uint>.Count; index++) 3166for (int index = 0; index < Vector64<ulong>.Count; index++) 3357for (int index = 0; index < Vector64<byte>.Count; index++) 3362if (selectedIndex < Vector64<byte>.Count) 3382for (int index = 0; index < Vector64<sbyte>.Count; index++) 3387if (selectedIndex < Vector64<sbyte>.Count) 3447for (int index = 0; index < Vector64<short>.Count; index++) 3452if (selectedIndex < Vector64<short>.Count) 3472for (int index = 0; index < Vector64<ushort>.Count; index++) 3477if (selectedIndex < Vector64<ushort>.Count) 3535for (int index = 0; index < Vector64<int>.Count; index++) 3540if (selectedIndex < Vector64<int>.Count) 3560for (int index = 0; index < Vector64<uint>.Count; index++) 3565if (selectedIndex < Vector64<uint>.Count) 3584for (int index = 0; index < Vector64<float>.Count; index++) 3589if (selectedIndex < Vector64<float>.Count) 3662for (int index = 0; index < Vector64<T>.Count; index++) 3716for (int index = 0; index < Vector64<T>.Count; index++) 3776for (int index = 0; index < Vector64<T>.Count; index++) 3871for (int index = 0; index < Vector64<T>.Count; index++) 3892for (int index = 0; index < Vector64<T>.Count; index++) 3968for (int index = 0; index < Vector64<T>.Count; index++) 3990/// <returns><c>true</c> if <paramref name="vector" /> was successfully copied to <paramref name="destination" />; otherwise, <c>false</c> if the length of <paramref name="destination" /> is less than <see cref="Vector64{T}.Count" />.</returns> 3995if (destination.Length < Vector64<T>.Count) 4060for (int i = 0; i < Vector64<ushort>.Count; i++) 4078for (int i = 0; i < Vector64<int>.Count; i++) 4096for (int i = 0; i < Vector64<long>.Count; i++) 4115for (int i = 0; i < Vector64<short>.Count; i++) 4133for (int i = 0; i < Vector64<double>.Count; i++) 4152for (int i = 0; i < Vector64<uint>.Count; i++) 4171for (int i = 0; i < Vector64<ulong>.Count; i++) 4190for (int i = Vector64<ushort>.Count; i < Vector64<byte>.Count; i++) 4193upper.SetElementUnsafe(i - Vector64<ushort>.Count, value); 4208for (int i = Vector64<int>.Count; i < Vector64<short>.Count; i++) 4211upper.SetElementUnsafe(i - Vector64<int>.Count, value); 4226for (int i = Vector64<long>.Count; i < Vector64<int>.Count; i++) 4229upper.SetElementUnsafe(i - Vector64<long>.Count, value); 4245for (int i = Vector64<short>.Count; i < Vector64<sbyte>.Count; i++) 4248upper.SetElementUnsafe(i - Vector64<short>.Count, value); 4263for (int i = Vector64<double>.Count; i < Vector64<float>.Count; i++) 4266upper.SetElementUnsafe(i - Vector64<double>.Count, value); 4282for (int i = Vector64<uint>.Count; i < Vector64<ushort>.Count; i++) 4285upper.SetElementUnsafe(i - Vector64<uint>.Count, value); 4301for (int i = Vector64<ulong>.Count; i < Vector64<uint>.Count; i++) 4304upper.SetElementUnsafe(i - Vector64<ulong>.Count, value); 4322if ((uint)(index) >= (uint)(Vector64<T>.Count)) 4344Debug.Assert((index >= 0) && (index < Vector64<T>.Count)); 4352Debug.Assert((index >= 0) && (index < Vector64<T>.Count));
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64_1.cs (15)
67for (int i = 0; i < Count; i++) 139for (int index = 0; index < Count; index++) 193for (int index = 0; index < Count; index++) 212for (int index = 0; index < Count; index++) 230for (int index = 0; index < Count; index++) 275for (int index = 0; index < Count; index++) 295for (int index = 0; index < Count; index++) 315for (int index = 0; index < Count; index++) 358for (int index = 0; index < Count; index++) 378for (int index = 0; index < Count; index++) 430for (int index = 0; index < Count; index++) 471for (int index = 0; index < Count; index++) 489for (int i = 0; i < Count; i++) 513for (int i = 1; i < Count; i++) 532static int ISimdVector<Vector64<T>, T>.ElementCount => Vector64<T>.Count;
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64DebugView_1.cs (12)
21var items = new byte[Vector64<byte>.Count]; 31var items = new double[Vector64<double>.Count]; 41var items = new short[Vector64<short>.Count]; 51var items = new int[Vector64<int>.Count]; 61var items = new long[Vector64<long>.Count]; 71var items = new nint[Vector64<nint>.Count]; 81var items = new nuint[Vector64<nuint>.Count]; 91var items = new sbyte[Vector64<sbyte>.Count]; 101var items = new float[Vector64<float>.Count]; 111var items = new ushort[Vector64<ushort>.Count]; 121var items = new uint[Vector64<uint>.Count]; 131var items = new ulong[Vector64<ulong>.Count];