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