13 references to GetLower
System.Numerics.Tensors (9)
System\Numerics\Tensors\netcore\Common\TensorPrimitives.IBinaryOperator.cs (1)
2731HorizontalAggregate<T, TAggregate>(TAggregate.Invoke(x.GetLower(), x.GetUpper()));
System\Numerics\Tensors\netcore\Common\TensorPrimitives.IIndexOfOperator.cs (2)
118Vector256<T> resultLower = result.GetLower(); 119Vector256<T> indexLower = resultIndex.GetLower();
System\Numerics\Tensors\netcore\TensorPrimitives.FloatHelpers.cs (4)
17Vector512.Create(ApplyScalar<TOperator>(floats.GetLower()), ApplyScalar<TOperator>(floats.GetUpper())); 26Vector512.Create(ApplyScalar<TOperator>(doubles.GetLower()), ApplyScalar<TOperator>(doubles.GetUpper())); 57(Vector256<float> firstLower, Vector256<float> secondLower) = Apply2xScalar<TOperator>(floats.GetLower()); 93(Vector256<double> firstLower, Vector256<double> secondLower) = Apply2xScalar<TOperator>(doubles.GetLower());
System\Numerics\Tensors\netcore\TensorPrimitives.LeadingZeroCount.cs (1)
182return Vector512.Create(Invoke(x.GetLower()), Invoke(x.GetUpper()));
System\Numerics\Tensors\netcore\TensorPrimitives.TrailingZeroCount.cs (1)
67return Vector512.Create(Invoke(x.GetLower()), Invoke(x.GetUpper()));
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\VectorMath.cs (1)
2627result = (TVectorSingle)(object)Vector256.Narrow(value.GetLower(), value.GetUpper());
src\libraries\System.Private.CoreLib\src\System\Text\Ascii.Utility.cs (3)
1974asciiVector.GetLower().StoreUnsafe(ref asciiBuffer, 0); // how to store the lower part of a avx512 2001asciiVector.GetLower().StoreUnsafe(ref asciiBuffer, currentOffsetInElements); 2054asciiVector.GetLower().StoreUnsafe(ref asciiBuffer, currentOffsetInElements);