3 references to FloorOperator
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\TensorPrimitives.Floor.cs (2)
24
if (typeof(T) == typeof(Half) && TryUnaryInvokeHalfAsInt16<T,
FloorOperator
<float>>(x, destination))
29
InvokeSpanIntoSpan<T,
FloorOperator
<T>>(x, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Round.cs (1)
161
InvokeSpanIntoSpan(x, new MultiplyRoundDivideOperator<T,
FloorOperator
<T>>(power10), destination);