9 references to InvokeSpanSpanScalarIntoSpan
System.Numerics.Tensors (9)
System\Numerics\Tensors\netcore\Common\TensorPrimitives.ITernaryOperator.cs (1)
2999
InvokeSpanSpanScalarIntoSpan
<T, SwappedYZTernaryOperator<TTernaryOperator, T>>(x, z, y, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.AddMultiply.cs (1)
51
InvokeSpanSpanScalarIntoSpan
<T, AddMultiplyOperator<T>>(x, y, multiplier, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Clamp.cs (2)
56
InvokeSpanSpanScalarIntoSpan
<T, ClampOperatorXMinMax<T>>(x, min, max, destination);
100
InvokeSpanSpanScalarIntoSpan
<T, ClampOperatorMinMaxX<T>>(min, max, x, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.FusedMultiplyAdd.cs (1)
67
InvokeSpanSpanScalarIntoSpan
<T, FusedMultiplyAddOperator<T>>(x, y, addend, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Lerp.cs (1)
52
InvokeSpanSpanScalarIntoSpan
<T, LerpOperator<T>>(x, y, amount, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.MultiplyAdd.cs (1)
52
InvokeSpanSpanScalarIntoSpan
<T, MultiplyAddOperator<T>>(x, y, addend, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.MultiplyAddEstimate.cs (1)
64
InvokeSpanSpanScalarIntoSpan
<T, MultiplyAddEstimateOperator<T>>(x, y, addend, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Single.netcore.cs (1)
69
InvokeSpanSpanScalarIntoSpan
<float, TSingleTernaryOperator>(x, y, z, destination);