2 references to RoundToEvenOperator
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorPrimitives.Round.cs (2)
26
InvokeSpanIntoSpan<T,
RoundToEvenOperator
<T>>(x, destination);
137
InvokeSpanIntoSpan(x, new MultiplyRoundDivideOperator<T,
RoundToEvenOperator
<T>>(power10), destination);