10 references to InvokeSpanSpanScalarIntoSpan
System.Numerics.Tensors (10)
System\Numerics\Tensors\netcore\Common\TensorPrimitives.ITernaryOperator.cs (1)
3001InvokeSpanSpanScalarIntoSpan<T, SwappedYZTernaryOperator<TTernaryOperator, T>>(x, z, y, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.AddMultiply.cs (1)
64InvokeSpanSpanScalarIntoSpan<T, AddMultiplyOperator<T>>(x, y, multiplier, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Clamp.cs (2)
69InvokeSpanSpanScalarIntoSpan<T, ClampOperatorXMinMax<T>>(x, min, max, destination); 127InvokeSpanSpanScalarIntoSpan<T, ClampOperatorMinMaxX<T>>(min, max, x, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.FusedMultiplyAdd.cs (1)
80InvokeSpanSpanScalarIntoSpan<T, FusedMultiplyAddOperator<T>>(x, y, addend, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Half.cs (1)
270InvokeSpanSpanScalarIntoSpan<short, HalfAsInt16TernaryOperator<TOp>>(
System\Numerics\Tensors\netcore\TensorPrimitives.Lerp.cs (1)
65InvokeSpanSpanScalarIntoSpan<T, LerpOperator<T>>(x, y, amount, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.MultiplyAdd.cs (1)
65InvokeSpanSpanScalarIntoSpan<T, MultiplyAddOperator<T>>(x, y, addend, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.MultiplyAddEstimate.cs (1)
77InvokeSpanSpanScalarIntoSpan<T, MultiplyAddEstimateOperator<T>>(x, y, addend, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Single.netcore.cs (1)
69InvokeSpanSpanScalarIntoSpan<float, TSingleTernaryOperator>(x, y, z, destination);