9 references to MaxNumberOperator
System.Numerics.Tensors (9)
System\Numerics\Tensors\netcore\TensorPrimitives.MaxNumber.cs (9)
27if (typeof(T) == typeof(Half) && TryMinMaxHalfAsInt16<T, MaxNumberOperator<float>>(x, out T result)) 32return MinMaxCore<T, MaxNumberOperator<T>>(x); 59if (typeof(T) == typeof(Half) && TryAggregateInvokeHalfAsInt16<T, MaxNumberOperator<float>>(x, y, destination)) 64InvokeSpanSpanIntoSpan<T, MaxNumberOperator<T>>(x, y, destination); 89if (typeof(T) == typeof(Half) && TryAggregateInvokeHalfAsInt16<T, MaxNumberOperator<float>>(x, y, destination)) 94InvokeSpanScalarIntoSpan<T, MaxNumberOperator<T>>(x, y, destination); 161public static T Invoke(Vector128<T> x) => HorizontalAggregate<T, MaxNumberOperator<T>>(x); 162public static T Invoke(Vector256<T> x) => HorizontalAggregate<T, MaxNumberOperator<T>>(x); 163public static T Invoke(Vector512<T> x) => HorizontalAggregate<T, MaxNumberOperator<T>>(x);