6 references to InvokeSpanSpanScalarIntoSpan
System.Numerics.Tensors (6)
System\Numerics\Tensors\netcore\TensorPrimitives.AddMultiply.cs (1)
51InvokeSpanSpanScalarIntoSpan<T, AddMultiplyOperator<T>>(x, y, multiplier, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.FusedMultiplyAdd.cs (1)
67InvokeSpanSpanScalarIntoSpan<T, FusedMultiplyAddOperator<T>>(x, y, addend, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Lerp.cs (1)
52InvokeSpanSpanScalarIntoSpan<T, LerpOperator<T>>(x, y, amount, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.MultiplyAdd.cs (1)
52InvokeSpanSpanScalarIntoSpan<T, MultiplyAddOperator<T>>(x, y, addend, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.MultiplyAddEstimate.cs (1)
64InvokeSpanSpanScalarIntoSpan<T, MultiplyAddEstimateOperator<T>>(x, y, addend, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Single.netcore.cs (1)
69InvokeSpanSpanScalarIntoSpan<float, TSingleTernaryOperator>(x, y, z, destination);