163 references to Count
System.Private.CoreLib (163)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector128.cs (1)
1600result |= vector._upper.ExtractMostSignificantBits() << Vector64<T>.Count;
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64.cs (135)
48for (int index = 0; index < Vector64<T>.Count; index++) 75for (int index = 0; index < Vector64<T>.Count; index++) 319for (int index = 0; index < Vector64<T>.Count; index++) 380for (int i = 0; i < Vector64<double>.Count; i++) 399for (int i = 0; i < Vector64<double>.Count; i++) 417for (int i = 0; i < Vector64<int>.Count; i++) 435for (int i = 0; i < Vector64<int>.Count; i++) 453for (int i = 0; i < Vector64<long>.Count; i++) 471for (int i = 0; i < Vector64<long>.Count; i++) 489for (int i = 0; i < Vector64<float>.Count; i++) 508for (int i = 0; i < Vector64<float>.Count; i++) 527for (int i = 0; i < Vector64<uint>.Count; i++) 546for (int i = 0; i < Vector64<uint>.Count; i++) 565for (int i = 0; i < Vector64<ulong>.Count; i++) 584for (int i = 0; i < Vector64<ulong>.Count; i++) 614for (int index = 0; index < Vector64<T>.Count; index++) 628/// <exception cref="ArgumentException">The length of <paramref name="destination" /> is less than <see cref="Vector64{T}.Count" />.</exception> 636if (destination.Length < Vector64<T>.Count) 649/// <exception cref="ArgumentException">The length of <paramref name="destination" /> is less than <see cref="Vector64{T}.Count" />.</exception> 663if ((destination.Length - startIndex) < Vector64<T>.Count) 675/// <exception cref="ArgumentException">The length of <paramref name="destination" /> is less than <see cref="Vector64{T}.Count" />.</exception> 680if (destination.Length < Vector64<T>.Count) 693for (int index = 0; index < Vector64<T>.Count; index++) 784for (int index = 0; index < Vector64<T>.Count; index++) 878/// <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> 879/// <exception cref="ArgumentOutOfRangeException">The length of <paramref name="values" /> is less than <see cref="Vector64{T}.Count" />.</exception> 887if (values.Length < Vector64<T>.Count) 900/// <exception cref="ArgumentOutOfRangeException">The length of <paramref name="values" />, starting from <paramref name="index" />, is less than <see cref="Vector64{T}.Count" />.</exception> 908if ((index < 0) || ((values.Length - index) < Vector64<T>.Count)) 919/// <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> 920/// <exception cref="ArgumentOutOfRangeException">The length of <paramref name="values" /> is less than <see cref="Vector64{T}.Count" />.</exception> 925if (values.Length < Vector64<T>.Count) 1273for (int index = 0; index < Vector64<T>.Count; index++) 1354for (int index = 0; index < Vector64<T>.Count; index++) 1382for (int index = 0; index < Vector64<T>.Count; index++) 1398for (int index = 0; index < Vector64<T>.Count; index++) 1458for (int index = 0; index < Vector64<T>.Count; index++) 1491for (int index = 0; index < Vector64<T>.Count; index++) 1530for (int index = 0; index < Vector64<double>.Count; index++) 1554for (int index = 0; index < Vector64<float>.Count; index++) 1574if ((uint)(index) >= (uint)(Vector64<T>.Count)) 1594for (int index = 0; index < Vector64<T>.Count; index++) 1613for (int index = 0; index < Vector64<T>.Count; index++) 1634for (int index = 0; index < Vector64<T>.Count; index++) 1657for (int index = 0; index < Vector64<T>.Count; index++) 1676for (int index = 0; index < Vector64<T>.Count; index++) 1697for (int index = 0; index < Vector64<T>.Count; index++) 1713for (int index = 0; index < Vector64<T>.Count; index++) 2045for (int index = 0; index < Vector64<T>.Count; index++) 2104for (int index = 0; index < Vector64<T>.Count; index++) 2123for (int index = 0; index < Vector64<T>.Count; index++) 2144for (int index = 0; index < Vector64<T>.Count; index++) 2167for (int index = 0; index < Vector64<T>.Count; index++) 2186for (int index = 0; index < Vector64<T>.Count; index++) 2207for (int index = 0; index < Vector64<T>.Count; index++) 2292for (int index = 0; index < Vector64<T>.Count; index++) 2338for (int index = 0; index < Vector64<T>.Count; index++) 2392for (int index = 0; index < Vector64<T>.Count; index++) 2415for (int index = 0; index < Vector64<T>.Count; index++) 2438for (int index = 0; index < Vector64<T>.Count; index++) 2461for (int index = 0; index < Vector64<T>.Count; index++) 2484for (int index = 0; index < Vector64<T>.Count; index++) 2507for (int index = 0; index < Vector64<T>.Count; index++) 2530for (int index = 0; index < Vector64<T>.Count; index++) 2553for (int index = 0; index < Vector64<T>.Count; index++) 2576for (int index = 0; index < Vector64<T>.Count; index++) 2599for (int index = 0; index < Vector64<T>.Count; index++) 2642for (int index = 0; index < Vector64<T>.Count; index++) 2666for (int index = 0; index < Vector64<double>.Count; index++) 2690for (int index = 0; index < Vector64<float>.Count; index++) 2707for (int i = 0; i < Vector64<TSource>.Count; i++) 2713for (int i = Vector64<TSource>.Count; i < Vector64<TResult>.Count; i++) 2715TResult value = TResult.CreateTruncating(upper.GetElementUnsafe(i - Vector64<TSource>.Count)); 2776for (int i = 0; i < Vector64<TSource>.Count; i++) 2782for (int i = Vector64<TSource>.Count; i < Vector64<TResult>.Count; i++) 2784TResult value = TResult.CreateSaturating(upper.GetElementUnsafe(i - Vector64<TSource>.Count)); 2891for (int index = 0; index < Vector64<T>.Count; index++) 2955for (int index = 0; index < Vector64<T>.Count; index++) 3066for (int index = 0; index < Vector64<uint>.Count; index++) 3088for (int index = 0; index < Vector64<ulong>.Count; index++) 3279for (int index = 0; index < Vector64<byte>.Count; index++) 3284if (selectedIndex < Vector64<byte>.Count) 3304for (int index = 0; index < Vector64<sbyte>.Count; index++) 3309if (selectedIndex < Vector64<sbyte>.Count) 3369for (int index = 0; index < Vector64<short>.Count; index++) 3374if (selectedIndex < Vector64<short>.Count) 3394for (int index = 0; index < Vector64<ushort>.Count; index++) 3399if (selectedIndex < Vector64<ushort>.Count) 3457for (int index = 0; index < Vector64<int>.Count; index++) 3462if (selectedIndex < Vector64<int>.Count) 3482for (int index = 0; index < Vector64<uint>.Count; index++) 3487if (selectedIndex < Vector64<uint>.Count) 3506for (int index = 0; index < Vector64<float>.Count; index++) 3511if (selectedIndex < Vector64<float>.Count) 3584for (int index = 0; index < Vector64<T>.Count; index++) 3638for (int index = 0; index < Vector64<T>.Count; index++) 3698for (int index = 0; index < Vector64<T>.Count; index++) 3793for (int index = 0; index < Vector64<T>.Count; index++) 3814for (int index = 0; index < Vector64<T>.Count; index++) 3890for (int index = 0; index < Vector64<T>.Count; index++) 3912/// <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> 3917if (destination.Length < Vector64<T>.Count) 3982for (int i = 0; i < Vector64<ushort>.Count; i++) 4000for (int i = 0; i < Vector64<int>.Count; i++) 4018for (int i = 0; i < Vector64<long>.Count; i++) 4037for (int i = 0; i < Vector64<short>.Count; i++) 4055for (int i = 0; i < Vector64<double>.Count; i++) 4074for (int i = 0; i < Vector64<uint>.Count; i++) 4093for (int i = 0; i < Vector64<ulong>.Count; i++) 4112for (int i = Vector64<ushort>.Count; i < Vector64<byte>.Count; i++) 4115upper.SetElementUnsafe(i - Vector64<ushort>.Count, value); 4130for (int i = Vector64<int>.Count; i < Vector64<short>.Count; i++) 4133upper.SetElementUnsafe(i - Vector64<int>.Count, value); 4148for (int i = Vector64<long>.Count; i < Vector64<int>.Count; i++) 4151upper.SetElementUnsafe(i - Vector64<long>.Count, value); 4167for (int i = Vector64<short>.Count; i < Vector64<sbyte>.Count; i++) 4170upper.SetElementUnsafe(i - Vector64<short>.Count, value); 4185for (int i = Vector64<double>.Count; i < Vector64<float>.Count; i++) 4188upper.SetElementUnsafe(i - Vector64<double>.Count, value); 4204for (int i = Vector64<uint>.Count; i < Vector64<ushort>.Count; i++) 4207upper.SetElementUnsafe(i - Vector64<uint>.Count, value); 4223for (int i = Vector64<ulong>.Count; i < Vector64<uint>.Count; i++) 4226upper.SetElementUnsafe(i - Vector64<ulong>.Count, value); 4244if ((uint)(index) >= (uint)(Vector64<T>.Count)) 4266Debug.Assert((index >= 0) && (index < Vector64<T>.Count)); 4274Debug.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];