176 references to Count
System.Private.CoreLib (176)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector128.cs (1)
1581result |= vector._upper.ExtractMostSignificantBits() << Vector64<T>.Count;
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64.cs (153)
51for (int index = 0; index < Vector64<T>.Count; index++) 308for (int index = 0; index < Vector64<T>.Count; index++) 369for (int i = 0; i < Vector64<double>.Count; i++) 388for (int i = 0; i < Vector64<double>.Count; i++) 406for (int i = 0; i < Vector64<int>.Count; i++) 424for (int i = 0; i < Vector64<int>.Count; i++) 442for (int i = 0; i < Vector64<long>.Count; i++) 460for (int i = 0; i < Vector64<long>.Count; i++) 478for (int i = 0; i < Vector64<float>.Count; i++) 497for (int i = 0; i < Vector64<float>.Count; i++) 516for (int i = 0; i < Vector64<uint>.Count; i++) 535for (int i = 0; i < Vector64<uint>.Count; i++) 554for (int i = 0; i < Vector64<ulong>.Count; i++) 573for (int i = 0; i < Vector64<ulong>.Count; i++) 603for (int index = 0; index < Vector64<T>.Count; index++) 617/// <exception cref="ArgumentException">The length of <paramref name="destination" /> is less than <see cref="Vector64{T}.Count" />.</exception> 625if (destination.Length < Vector64<T>.Count) 638/// <exception cref="ArgumentException">The length of <paramref name="destination" /> is less than <see cref="Vector64{T}.Count" />.</exception> 652if ((destination.Length - startIndex) < Vector64<T>.Count) 664/// <exception cref="ArgumentException">The length of <paramref name="destination" /> is less than <see cref="Vector64{T}.Count" />.</exception> 669if (destination.Length < Vector64<T>.Count) 682for (int index = 0; index < Vector64<T>.Count; index++) 773for (int index = 0; index < Vector64<T>.Count; index++) 867/// <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> 868/// <exception cref="ArgumentOutOfRangeException">The length of <paramref name="values" /> is less than <see cref="Vector64{T}.Count" />.</exception> 876if (values.Length < Vector64<T>.Count) 889/// <exception cref="ArgumentOutOfRangeException">The length of <paramref name="values" />, starting from <paramref name="index" />, is less than <see cref="Vector64{T}.Count" />.</exception> 897if ((index < 0) || ((values.Length - index) < Vector64<T>.Count)) 908/// <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> 909/// <exception cref="ArgumentOutOfRangeException">The length of <paramref name="values" /> is less than <see cref="Vector64{T}.Count" />.</exception> 914if (values.Length < Vector64<T>.Count) 1262for (int index = 0; index < Vector64<T>.Count; index++) 1343for (int index = 0; index < Vector64<T>.Count; index++) 1371for (int index = 0; index < Vector64<T>.Count; index++) 1387for (int index = 0; index < Vector64<T>.Count; index++) 1447for (int index = 0; index < Vector64<T>.Count; index++) 1480for (int index = 0; index < Vector64<T>.Count; index++) 1519for (int index = 0; index < Vector64<double>.Count; index++) 1543for (int index = 0; index < Vector64<float>.Count; index++) 1563if ((uint)(index) >= (uint)(Vector64<T>.Count)) 1583for (int index = 0; index < Vector64<T>.Count; index++) 1602for (int index = 0; index < Vector64<T>.Count; index++) 1623for (int index = 0; index < Vector64<T>.Count; index++) 1646for (int index = 0; index < Vector64<T>.Count; index++) 1665for (int index = 0; index < Vector64<T>.Count; index++) 1686for (int index = 0; index < Vector64<T>.Count; index++) 1702for (int index = 0; index < Vector64<T>.Count; index++) 2034for (int index = 0; index < Vector64<T>.Count; index++) 2093for (int index = 0; index < Vector64<T>.Count; index++) 2112for (int index = 0; index < Vector64<T>.Count; index++) 2133for (int index = 0; index < Vector64<T>.Count; index++) 2156for (int index = 0; index < Vector64<T>.Count; index++) 2175for (int index = 0; index < Vector64<T>.Count; index++) 2196for (int index = 0; index < Vector64<T>.Count; index++) 2281for (int index = 0; index < Vector64<T>.Count; index++) 2327for (int index = 0; index < Vector64<T>.Count; index++) 2381for (int index = 0; index < Vector64<T>.Count; index++) 2404for (int index = 0; index < Vector64<T>.Count; index++) 2427for (int index = 0; index < Vector64<T>.Count; index++) 2450for (int index = 0; index < Vector64<T>.Count; index++) 2473for (int index = 0; index < Vector64<T>.Count; index++) 2496for (int index = 0; index < Vector64<T>.Count; index++) 2519for (int index = 0; index < Vector64<T>.Count; index++) 2542for (int index = 0; index < Vector64<T>.Count; index++) 2565for (int index = 0; index < Vector64<T>.Count; index++) 2588for (int index = 0; index < Vector64<T>.Count; index++) 2631for (int index = 0; index < Vector64<T>.Count; index++) 2655for (int index = 0; index < Vector64<double>.Count; index++) 2679for (int index = 0; index < Vector64<float>.Count; index++) 2698for (int i = 0; i < Vector64<double>.Count; i++) 2704for (int i = Vector64<double>.Count; i < Vector64<float>.Count; i++) 2706float value = (float)upper.GetElementUnsafe(i - Vector64<double>.Count); 2724for (int i = 0; i < Vector64<short>.Count; i++) 2730for (int i = Vector64<short>.Count; i < Vector64<sbyte>.Count; i++) 2732sbyte value = (sbyte)upper.GetElementUnsafe(i - Vector64<short>.Count); 2749for (int i = 0; i < Vector64<int>.Count; i++) 2755for (int i = Vector64<int>.Count; i < Vector64<short>.Count; i++) 2757short value = (short)upper.GetElementUnsafe(i - Vector64<int>.Count); 2774for (int i = 0; i < Vector64<long>.Count; i++) 2780for (int i = Vector64<long>.Count; i < Vector64<int>.Count; i++) 2782int value = (int)upper.GetElementUnsafe(i - Vector64<long>.Count); 2800for (int i = 0; i < Vector64<ushort>.Count; i++) 2806for (int i = Vector64<ushort>.Count; i < Vector64<byte>.Count; i++) 2808byte value = (byte)upper.GetElementUnsafe(i - Vector64<ushort>.Count); 2826for (int i = 0; i < Vector64<uint>.Count; i++) 2832for (int i = Vector64<uint>.Count; i < Vector64<ushort>.Count; i++) 2834ushort value = (ushort)upper.GetElementUnsafe(i - Vector64<uint>.Count); 2852for (int i = 0; i < Vector64<ulong>.Count; i++) 2858for (int i = Vector64<ulong>.Count; i < Vector64<uint>.Count; i++) 2860uint value = (uint)upper.GetElementUnsafe(i - Vector64<ulong>.Count); 2921for (int index = 0; index < Vector64<T>.Count; index++) 2985for (int index = 0; index < Vector64<T>.Count; index++) 3096for (int index = 0; index < Vector64<uint>.Count; index++) 3118for (int index = 0; index < Vector64<ulong>.Count; index++) 3309for (int index = 0; index < Vector64<byte>.Count; index++) 3314if (selectedIndex < Vector64<byte>.Count) 3334for (int index = 0; index < Vector64<sbyte>.Count; index++) 3339if (selectedIndex < Vector64<sbyte>.Count) 3399for (int index = 0; index < Vector64<short>.Count; index++) 3404if (selectedIndex < Vector64<short>.Count) 3424for (int index = 0; index < Vector64<ushort>.Count; index++) 3429if (selectedIndex < Vector64<ushort>.Count) 3487for (int index = 0; index < Vector64<int>.Count; index++) 3492if (selectedIndex < Vector64<int>.Count) 3512for (int index = 0; index < Vector64<uint>.Count; index++) 3517if (selectedIndex < Vector64<uint>.Count) 3536for (int index = 0; index < Vector64<float>.Count; index++) 3541if (selectedIndex < Vector64<float>.Count) 3614for (int index = 0; index < Vector64<T>.Count; index++) 3668for (int index = 0; index < Vector64<T>.Count; index++) 3728for (int index = 0; index < Vector64<T>.Count; index++) 3826for (int index = 0; index < Vector64<T>.Count; index++) 3902for (int index = 0; index < Vector64<T>.Count; index++) 3924/// <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> 3929if (destination.Length < Vector64<T>.Count) 3994for (int i = 0; i < Vector64<ushort>.Count; i++) 4012for (int i = 0; i < Vector64<int>.Count; i++) 4030for (int i = 0; i < Vector64<long>.Count; i++) 4049for (int i = 0; i < Vector64<short>.Count; i++) 4067for (int i = 0; i < Vector64<double>.Count; i++) 4086for (int i = 0; i < Vector64<uint>.Count; i++) 4105for (int i = 0; i < Vector64<ulong>.Count; i++) 4124for (int i = Vector64<ushort>.Count; i < Vector64<byte>.Count; i++) 4127upper.SetElementUnsafe(i - Vector64<ushort>.Count, value); 4142for (int i = Vector64<int>.Count; i < Vector64<short>.Count; i++) 4145upper.SetElementUnsafe(i - Vector64<int>.Count, value); 4160for (int i = Vector64<long>.Count; i < Vector64<int>.Count; i++) 4163upper.SetElementUnsafe(i - Vector64<long>.Count, value); 4179for (int i = Vector64<short>.Count; i < Vector64<sbyte>.Count; i++) 4182upper.SetElementUnsafe(i - Vector64<short>.Count, value); 4197for (int i = Vector64<double>.Count; i < Vector64<float>.Count; i++) 4200upper.SetElementUnsafe(i - Vector64<double>.Count, value); 4216for (int i = Vector64<uint>.Count; i < Vector64<ushort>.Count; i++) 4219upper.SetElementUnsafe(i - Vector64<uint>.Count, value); 4235for (int i = Vector64<ulong>.Count; i < Vector64<uint>.Count; i++) 4238upper.SetElementUnsafe(i - Vector64<ulong>.Count, value); 4256if ((uint)(index) >= (uint)(Vector64<T>.Count)) 4278Debug.Assert((index >= 0) && (index < Vector64<T>.Count)); 4286Debug.Assert((index >= 0) && (index < Vector64<T>.Count));
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64_1.cs (10)
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++)
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];