9 references to InvokeSpanSpanScalarIntoSpan
System.Numerics.Tensors (9)
System\Numerics\Tensors\netcore\Common\TensorPrimitives.ITernaryOperator.cs (1)
2999InvokeSpanSpanScalarIntoSpan<T, SwappedYZTernaryOperator<TTernaryOperator, T>>(x, z, y, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.AddMultiply.cs (1)
51InvokeSpanSpanScalarIntoSpan<T, AddMultiplyOperator<T>>(x, y, multiplier, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Clamp.cs (2)
56InvokeSpanSpanScalarIntoSpan<T, ClampOperatorXMinMax<T>>(x, min, max, destination); 100InvokeSpanSpanScalarIntoSpan<T, ClampOperatorMinMaxX<T>>(min, max, x, 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);