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