3 references to RoundAwayFromZeroOperator
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\TensorPrimitives.Round.cs (3)
54
if (typeof(T) == typeof(Half) && TryUnaryInvokeHalfAsInt16<T,
RoundAwayFromZeroOperator
<float>>(x, destination))
59
InvokeSpanIntoSpan<T,
RoundAwayFromZeroOperator
<T>>(x, destination);
151
InvokeSpanIntoSpan(x, new MultiplyRoundDivideOperator<T,
RoundAwayFromZeroOperator
<T>>(power10), destination);