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