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