Implemented interface member:
property
this
System.Runtime.Intrinsics.ISimdVector<TSelf, T>.this[System.Int32]
7 references to
System.Linq (2)
System\Linq\MaxMin.cs (2)
69
if (TMinMax.Compare(best
[
i], value))
71
value = best
[
i];
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Text\Unicode\Utf16Utility.Validation.cs (5)
301
popcnt += (nuint)sumVector
[
i];
344
surrogatePairsCount -= highSurrogateChars
[
i]; // turns into +1 or +0
345
if (highSurrogateChars
[
i] != lowSurrogateChars
[
i + 1])
351
if (highSurrogateChars
[
Vector128<ushort>.Count - 1] != 0)