System\Numerics\Tensors\netcore\TensorPrimitives.DivRem.cs (3)
31InvokeSpanSpanIntoSpanSpan<T, DivRemOperator<T>>(x, y, quotientDestination, remainderDestination);
53InvokeSpanScalarIntoSpanSpan<T, DivRemOperator<T>>(x, y, quotientDestination, remainderDestination);
75InvokeSpanScalarIntoSpanSpan<T, SwappedBinaryInputBinaryOutput<DivRemOperator<T>, T>>(y, x, quotientDestination, remainderDestination);