163 references to Count
System.Private.CoreLib (163)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector128.cs (1)
1604result |= 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++) 323for (int index = 0; index < Vector64<T>.Count; index++) 384for (int i = 0; i < Vector64<double>.Count; i++) 403for (int i = 0; i < Vector64<double>.Count; i++) 421for (int i = 0; i < Vector64<int>.Count; i++) 439for (int i = 0; i < Vector64<int>.Count; i++) 457for (int i = 0; i < Vector64<long>.Count; i++) 475for (int i = 0; i < Vector64<long>.Count; i++) 493for (int i = 0; i < Vector64<float>.Count; i++) 512for (int i = 0; i < Vector64<float>.Count; i++) 531for (int i = 0; i < Vector64<uint>.Count; i++) 550for (int i = 0; i < Vector64<uint>.Count; i++) 569for (int i = 0; i < Vector64<ulong>.Count; i++) 588for (int i = 0; i < Vector64<ulong>.Count; i++) 618for (int index = 0; index < Vector64<T>.Count; index++) 632/// <exception cref="ArgumentException">The length of <paramref name="destination" /> is less than <see cref="Vector64{T}.Count" />.</exception> 640if (destination.Length < Vector64<T>.Count) 653/// <exception cref="ArgumentException">The length of <paramref name="destination" /> is less than <see cref="Vector64{T}.Count" />.</exception> 667if ((destination.Length - startIndex) < Vector64<T>.Count) 679/// <exception cref="ArgumentException">The length of <paramref name="destination" /> is less than <see cref="Vector64{T}.Count" />.</exception> 684if (destination.Length < Vector64<T>.Count) 697for (int index = 0; index < Vector64<T>.Count; index++) 788for (int index = 0; index < Vector64<T>.Count; index++) 882/// <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> 883/// <exception cref="ArgumentOutOfRangeException">The length of <paramref name="values" /> is less than <see cref="Vector64{T}.Count" />.</exception> 891if (values.Length < Vector64<T>.Count) 904/// <exception cref="ArgumentOutOfRangeException">The length of <paramref name="values" />, starting from <paramref name="index" />, is less than <see cref="Vector64{T}.Count" />.</exception> 912if ((index < 0) || ((values.Length - index) < Vector64<T>.Count)) 923/// <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> 924/// <exception cref="ArgumentOutOfRangeException">The length of <paramref name="values" /> is less than <see cref="Vector64{T}.Count" />.</exception> 929if (values.Length < Vector64<T>.Count) 1277for (int index = 0; index < Vector64<T>.Count; index++) 1358for (int index = 0; index < Vector64<T>.Count; index++) 1386for (int index = 0; index < Vector64<T>.Count; index++) 1402for (int index = 0; index < Vector64<T>.Count; index++) 1462for (int index = 0; index < Vector64<T>.Count; index++) 1495for (int index = 0; index < Vector64<T>.Count; index++) 1534for (int index = 0; index < Vector64<double>.Count; index++) 1558for (int index = 0; index < Vector64<float>.Count; index++) 1578if ((uint)(index) >= (uint)(Vector64<T>.Count)) 1598for (int index = 0; index < Vector64<T>.Count; index++) 1617for (int index = 0; index < Vector64<T>.Count; index++) 1638for (int index = 0; index < Vector64<T>.Count; index++) 1661for (int index = 0; index < Vector64<T>.Count; index++) 1680for (int index = 0; index < Vector64<T>.Count; index++) 1701for (int index = 0; index < Vector64<T>.Count; index++) 1717for (int index = 0; index < Vector64<T>.Count; index++) 2049for (int index = 0; index < Vector64<T>.Count; index++) 2108for (int index = 0; index < Vector64<T>.Count; index++) 2127for (int index = 0; index < Vector64<T>.Count; index++) 2148for (int index = 0; index < Vector64<T>.Count; index++) 2171for (int index = 0; index < Vector64<T>.Count; index++) 2190for (int index = 0; index < Vector64<T>.Count; index++) 2211for (int index = 0; index < Vector64<T>.Count; index++) 2296for (int index = 0; index < Vector64<T>.Count; index++) 2342for (int index = 0; index < Vector64<T>.Count; index++) 2396for (int index = 0; index < Vector64<T>.Count; index++) 2419for (int index = 0; index < Vector64<T>.Count; index++) 2442for (int index = 0; index < Vector64<T>.Count; index++) 2465for (int index = 0; index < Vector64<T>.Count; index++) 2488for (int index = 0; index < Vector64<T>.Count; index++) 2511for (int index = 0; index < Vector64<T>.Count; index++) 2534for (int index = 0; index < Vector64<T>.Count; index++) 2557for (int index = 0; index < Vector64<T>.Count; index++) 2580for (int index = 0; index < Vector64<T>.Count; index++) 2603for (int index = 0; index < Vector64<T>.Count; index++) 2646for (int index = 0; index < Vector64<T>.Count; index++) 2670for (int index = 0; index < Vector64<double>.Count; index++) 2694for (int index = 0; index < Vector64<float>.Count; index++) 2711for (int i = 0; i < Vector64<TSource>.Count; i++) 2717for (int i = Vector64<TSource>.Count; i < Vector64<TResult>.Count; i++) 2719TResult value = TResult.CreateTruncating(upper.GetElementUnsafe(i - Vector64<TSource>.Count)); 2780for (int i = 0; i < Vector64<TSource>.Count; i++) 2786for (int i = Vector64<TSource>.Count; i < Vector64<TResult>.Count; i++) 2788TResult value = TResult.CreateSaturating(upper.GetElementUnsafe(i - Vector64<TSource>.Count)); 2895for (int index = 0; index < Vector64<T>.Count; index++) 2959for (int index = 0; index < Vector64<T>.Count; index++) 3070for (int index = 0; index < Vector64<uint>.Count; index++) 3092for (int index = 0; index < Vector64<ulong>.Count; index++) 3283for (int index = 0; index < Vector64<byte>.Count; index++) 3288if (selectedIndex < Vector64<byte>.Count) 3308for (int index = 0; index < Vector64<sbyte>.Count; index++) 3313if (selectedIndex < Vector64<sbyte>.Count) 3373for (int index = 0; index < Vector64<short>.Count; index++) 3378if (selectedIndex < Vector64<short>.Count) 3398for (int index = 0; index < Vector64<ushort>.Count; index++) 3403if (selectedIndex < Vector64<ushort>.Count) 3461for (int index = 0; index < Vector64<int>.Count; index++) 3466if (selectedIndex < Vector64<int>.Count) 3486for (int index = 0; index < Vector64<uint>.Count; index++) 3491if (selectedIndex < Vector64<uint>.Count) 3510for (int index = 0; index < Vector64<float>.Count; index++) 3515if (selectedIndex < Vector64<float>.Count) 3588for (int index = 0; index < Vector64<T>.Count; index++) 3642for (int index = 0; index < Vector64<T>.Count; index++) 3702for (int index = 0; index < Vector64<T>.Count; index++) 3797for (int index = 0; index < Vector64<T>.Count; index++) 3818for (int index = 0; index < Vector64<T>.Count; index++) 3894for (int index = 0; index < Vector64<T>.Count; index++) 3916/// <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> 3921if (destination.Length < Vector64<T>.Count) 3986for (int i = 0; i < Vector64<ushort>.Count; i++) 4004for (int i = 0; i < Vector64<int>.Count; i++) 4022for (int i = 0; i < Vector64<long>.Count; i++) 4041for (int i = 0; i < Vector64<short>.Count; i++) 4059for (int i = 0; i < Vector64<double>.Count; i++) 4078for (int i = 0; i < Vector64<uint>.Count; i++) 4097for (int i = 0; i < Vector64<ulong>.Count; i++) 4116for (int i = Vector64<ushort>.Count; i < Vector64<byte>.Count; i++) 4119upper.SetElementUnsafe(i - Vector64<ushort>.Count, value); 4134for (int i = Vector64<int>.Count; i < Vector64<short>.Count; i++) 4137upper.SetElementUnsafe(i - Vector64<int>.Count, value); 4152for (int i = Vector64<long>.Count; i < Vector64<int>.Count; i++) 4155upper.SetElementUnsafe(i - Vector64<long>.Count, value); 4171for (int i = Vector64<short>.Count; i < Vector64<sbyte>.Count; i++) 4174upper.SetElementUnsafe(i - Vector64<short>.Count, value); 4189for (int i = Vector64<double>.Count; i < Vector64<float>.Count; i++) 4192upper.SetElementUnsafe(i - Vector64<double>.Count, value); 4208for (int i = Vector64<uint>.Count; i < Vector64<ushort>.Count; i++) 4211upper.SetElementUnsafe(i - Vector64<uint>.Count, value); 4227for (int i = Vector64<ulong>.Count; i < Vector64<uint>.Count; i++) 4230upper.SetElementUnsafe(i - Vector64<ulong>.Count, value); 4248if ((uint)(index) >= (uint)(Vector64<T>.Count)) 4270Debug.Assert((index >= 0) && (index < Vector64<T>.Count)); 4278Debug.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];