3 references to InvokeSpanScalarIntoSpanSpan
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\Common\TensorPrimitives.IUnaryInputBinaryOutput.cs (1)
549InvokeSpanScalarIntoSpanSpan<T, SwappedBinaryInputBinaryOutput<TOperator, T>>(y, x, destination1, destination2);
System\Numerics\Tensors\netcore\TensorPrimitives.DivRem.cs (2)
53InvokeSpanScalarIntoSpanSpan<T, DivRemOperator<T>>(x, y, quotientDestination, remainderDestination); 75InvokeSpanScalarIntoSpanSpan<T, SwappedBinaryInputBinaryOutput<DivRemOperator<T>, T>>(y, x, quotientDestination, remainderDestination);