164 references to Count
System.Private.CoreLib (164)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector128.cs (1)
1735result |= vector._upper.ExtractMostSignificantBits() << Vector64<T>.Count;
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64.cs (136)
127for (int index = 0; index < Vector64<T>.Count; index++) 154for (int index = 0; index < Vector64<T>.Count; index++) 398for (int index = 0; index < Vector64<T>.Count; index++) 459for (int i = 0; i < Vector64<double>.Count; i++) 478for (int i = 0; i < Vector64<double>.Count; i++) 496for (int i = 0; i < Vector64<int>.Count; i++) 514for (int i = 0; i < Vector64<int>.Count; i++) 532for (int i = 0; i < Vector64<long>.Count; i++) 550for (int i = 0; i < Vector64<long>.Count; i++) 568for (int i = 0; i < Vector64<float>.Count; i++) 587for (int i = 0; i < Vector64<float>.Count; i++) 606for (int i = 0; i < Vector64<uint>.Count; i++) 625for (int i = 0; i < Vector64<uint>.Count; i++) 644for (int i = 0; i < Vector64<ulong>.Count; i++) 663for (int i = 0; i < Vector64<ulong>.Count; i++) 693for (int index = 0; index < Vector64<T>.Count; index++) 707/// <exception cref="ArgumentException">The length of <paramref name="destination" /> is less than <see cref="Vector64{T}.Count" />.</exception> 715if (destination.Length < Vector64<T>.Count) 728/// <exception cref="ArgumentException">The length of <paramref name="destination" /> is less than <see cref="Vector64{T}.Count" />.</exception> 742if ((destination.Length - startIndex) < Vector64<T>.Count) 754/// <exception cref="ArgumentException">The length of <paramref name="destination" /> is less than <see cref="Vector64{T}.Count" />.</exception> 759if (destination.Length < Vector64<T>.Count) 772for (int index = 0; index < Vector64<T>.Count; index++) 904for (int index = 0; index < Vector64<T>.Count; index++) 998/// <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> 999/// <exception cref="ArgumentOutOfRangeException">The length of <paramref name="values" /> is less than <see cref="Vector64{T}.Count" />.</exception> 1007if (values.Length < Vector64<T>.Count) 1020/// <exception cref="ArgumentOutOfRangeException">The length of <paramref name="values" />, starting from <paramref name="index" />, is less than <see cref="Vector64{T}.Count" />.</exception> 1028if ((index < 0) || ((values.Length - index) < Vector64<T>.Count)) 1039/// <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> 1040/// <exception cref="ArgumentOutOfRangeException">The length of <paramref name="values" /> is less than <see cref="Vector64{T}.Count" />.</exception> 1045if (values.Length < Vector64<T>.Count) 1393for (int index = 0; index < Vector64<T>.Count; index++) 1474for (int index = 0; index < Vector64<T>.Count; index++) 1502for (int index = 0; index < Vector64<T>.Count; index++) 1518for (int index = 0; index < Vector64<T>.Count; index++) 1578for (int index = 0; index < Vector64<T>.Count; index++) 1611for (int index = 0; index < Vector64<T>.Count; index++) 1650for (int index = 0; index < Vector64<double>.Count; index++) 1674for (int index = 0; index < Vector64<float>.Count; index++) 1694if ((uint)(index) >= (uint)(Vector64<T>.Count)) 1714for (int index = 0; index < Vector64<T>.Count; index++) 1733for (int index = 0; index < Vector64<T>.Count; index++) 1754for (int index = 0; index < Vector64<T>.Count; index++) 1777for (int index = 0; index < Vector64<T>.Count; index++) 1796for (int index = 0; index < Vector64<T>.Count; index++) 1817for (int index = 0; index < Vector64<T>.Count; index++) 1833for (int index = 0; index < Vector64<T>.Count; index++) 2165for (int index = 0; index < Vector64<T>.Count; index++) 2224for (int index = 0; index < Vector64<T>.Count; index++) 2243for (int index = 0; index < Vector64<T>.Count; index++) 2264for (int index = 0; index < Vector64<T>.Count; index++) 2287for (int index = 0; index < Vector64<T>.Count; index++) 2306for (int index = 0; index < Vector64<T>.Count; index++) 2327for (int index = 0; index < Vector64<T>.Count; index++) 2415for (int index = 0; index < Vector64<T>.Count; index++) 2461for (int index = 0; index < Vector64<T>.Count; index++) 2515for (int index = 0; index < Vector64<T>.Count; index++) 2538for (int index = 0; index < Vector64<T>.Count; index++) 2561for (int index = 0; index < Vector64<T>.Count; index++) 2584for (int index = 0; index < Vector64<T>.Count; index++) 2607for (int index = 0; index < Vector64<T>.Count; index++) 2630for (int index = 0; index < Vector64<T>.Count; index++) 2653for (int index = 0; index < Vector64<T>.Count; index++) 2676for (int index = 0; index < Vector64<T>.Count; index++) 2699for (int index = 0; index < Vector64<T>.Count; index++) 2722for (int index = 0; index < Vector64<T>.Count; index++) 2765for (int index = 0; index < Vector64<T>.Count; index++) 2789for (int index = 0; index < Vector64<double>.Count; index++) 2813for (int index = 0; index < Vector64<float>.Count; index++) 2830for (int i = 0; i < Vector64<TSource>.Count; i++) 2836for (int i = Vector64<TSource>.Count; i < Vector64<TResult>.Count; i++) 2838TResult value = TResult.CreateTruncating(upper.GetElementUnsafe(i - Vector64<TSource>.Count)); 2899for (int i = 0; i < Vector64<TSource>.Count; i++) 2905for (int i = Vector64<TSource>.Count; i < Vector64<TResult>.Count; i++) 2907TResult value = TResult.CreateSaturating(upper.GetElementUnsafe(i - Vector64<TSource>.Count)); 3014for (int index = 0; index < Vector64<T>.Count; index++) 3078for (int index = 0; index < Vector64<T>.Count; index++) 3189for (int index = 0; index < Vector64<uint>.Count; index++) 3211for (int index = 0; index < Vector64<ulong>.Count; index++) 3402for (int index = 0; index < Vector64<byte>.Count; index++) 3407if (selectedIndex < Vector64<byte>.Count) 3427for (int index = 0; index < Vector64<sbyte>.Count; index++) 3432if (selectedIndex < Vector64<sbyte>.Count) 3492for (int index = 0; index < Vector64<short>.Count; index++) 3497if (selectedIndex < Vector64<short>.Count) 3517for (int index = 0; index < Vector64<ushort>.Count; index++) 3522if (selectedIndex < Vector64<ushort>.Count) 3580for (int index = 0; index < Vector64<int>.Count; index++) 3585if (selectedIndex < Vector64<int>.Count) 3605for (int index = 0; index < Vector64<uint>.Count; index++) 3610if (selectedIndex < Vector64<uint>.Count) 3629for (int index = 0; index < Vector64<float>.Count; index++) 3634if (selectedIndex < Vector64<float>.Count) 3707for (int index = 0; index < Vector64<T>.Count; index++) 3721for (int index = 0; index < Vector64<T>.Count; index++) 3775for (int index = 0; index < Vector64<T>.Count; index++) 3835for (int index = 0; index < Vector64<T>.Count; index++) 3933for (int index = 0; index < Vector64<T>.Count; index++) 3954for (int index = 0; index < Vector64<T>.Count; index++) 4030for (int index = 0; index < Vector64<T>.Count; index++) 4052/// <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> 4057if (destination.Length < Vector64<T>.Count) 4122for (int i = 0; i < Vector64<ushort>.Count; i++) 4140for (int i = 0; i < Vector64<int>.Count; i++) 4158for (int i = 0; i < Vector64<long>.Count; i++) 4177for (int i = 0; i < Vector64<short>.Count; i++) 4195for (int i = 0; i < Vector64<double>.Count; i++) 4214for (int i = 0; i < Vector64<uint>.Count; i++) 4233for (int i = 0; i < Vector64<ulong>.Count; i++) 4252for (int i = Vector64<ushort>.Count; i < Vector64<byte>.Count; i++) 4255upper.SetElementUnsafe(i - Vector64<ushort>.Count, value); 4270for (int i = Vector64<int>.Count; i < Vector64<short>.Count; i++) 4273upper.SetElementUnsafe(i - Vector64<int>.Count, value); 4288for (int i = Vector64<long>.Count; i < Vector64<int>.Count; i++) 4291upper.SetElementUnsafe(i - Vector64<long>.Count, value); 4307for (int i = Vector64<short>.Count; i < Vector64<sbyte>.Count; i++) 4310upper.SetElementUnsafe(i - Vector64<short>.Count, value); 4325for (int i = Vector64<double>.Count; i < Vector64<float>.Count; i++) 4328upper.SetElementUnsafe(i - Vector64<double>.Count, value); 4344for (int i = Vector64<uint>.Count; i < Vector64<ushort>.Count; i++) 4347upper.SetElementUnsafe(i - Vector64<uint>.Count, value); 4363for (int i = Vector64<ulong>.Count; i < Vector64<uint>.Count; i++) 4366upper.SetElementUnsafe(i - Vector64<ulong>.Count, value); 4384if ((uint)(index) >= (uint)(Vector64<T>.Count)) 4406Debug.Assert((index >= 0) && (index < Vector64<T>.Count)); 4414Debug.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];