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