13 references to GetUpper
System.Numerics.Tensors (9)
System\Numerics\Tensors\netcore\Common\TensorPrimitives.IBinaryOperator.cs (1)
2724
HorizontalAggregate<T, TAggregate>(TAggregate.Invoke(x.GetLower(), x.
GetUpper
()));
System\Numerics\Tensors\netcore\Common\TensorPrimitives.IIndexOfOperator.cs (2)
110
TIndexOfOperator.Invoke(ref resultLower, result.
GetUpper
(), ref indexLower, resultIndex.
GetUpper
());
System\Numerics\Tensors\netcore\TensorPrimitives.FloatHelpers.cs (4)
14
Vector256.Create(ApplyScalar<TOperator>(floats.GetLower()), ApplyScalar<TOperator>(floats.
GetUpper
()));
23
Vector256.Create(ApplyScalar<TOperator>(doubles.GetLower()), ApplyScalar<TOperator>(doubles.
GetUpper
()));
46
(Vector128<float> firstUpper, Vector128<float> secondUpper) = Apply2xScalar<TOperator>(floats.
GetUpper
());
82
(Vector128<double> firstUpper, Vector128<double> secondUpper) = Apply2xScalar<TOperator>(doubles.
GetUpper
());
System\Numerics\Tensors\netcore\TensorPrimitives.LeadingZeroCount.cs (1)
131
return Vector256.Create(Invoke(x.GetLower()), Invoke(x.
GetUpper
()));
System\Numerics\Tensors\netcore\TensorPrimitives.TrailingZeroCount.cs (1)
56
return Vector256.Create(Invoke(x.GetLower()), Invoke(x.
GetUpper
()));
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\VectorMath.cs (1)
2613
result = (TVectorSingle)(object)Vector128.Narrow(value.GetLower(), value.
GetUpper
());
src\libraries\System.Private.CoreLib\src\System\SearchValues\Strings\Helpers\StringSearchValuesHelper.cs (3)
199
different |= Vector128.LoadUnsafe(ref Unsafe.AddByteOffset(ref matchStart, SecondReadByteOffset)) ^ Value256.
GetUpper
();
221
different |= (Vector128.LoadUnsafe(ref Unsafe.AddByteOffset(ref matchStart, SecondReadByteOffset)) & ToUpperMask256.
GetUpper
()) ^ Value256.
GetUpper
();