23 references to InvokeSpanSpanIntoSpan
System.Numerics.Tensors (23)
System\Numerics\Tensors\netcore\TensorPrimitives.Add.cs (1)
28InvokeSpanSpanIntoSpan<T, AddOperator<T>>(x, y, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Atan2.cs (1)
29InvokeSpanSpanIntoSpan<T, Atan2Operator<T>>(y, x, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Atan2Pi.cs (1)
29InvokeSpanSpanIntoSpan<T, Atan2PiOperator<T>>(y, x, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.BitwiseAnd.cs (1)
25InvokeSpanSpanIntoSpan<T, BitwiseAndOperator<T>>(x, y, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.BitwiseOr.cs (1)
25InvokeSpanSpanIntoSpan<T, BitwiseOrOperator<T>>(x, y, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.CopySign.cs (1)
25InvokeSpanSpanIntoSpan<T, CopySignOperator<T>>(x, sign, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Divide.cs (1)
29InvokeSpanSpanIntoSpan<T, DivideOperator<T>>(x, y, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Hypot.cs (1)
26InvokeSpanSpanIntoSpan<T, HypotOperator<T>>(x, y, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Ieee754Remainder.cs (1)
25InvokeSpanSpanIntoSpan<T, Ieee754RemainderOperator<T>>(x, y, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Log.cs (1)
54InvokeSpanSpanIntoSpan<T, LogBaseOperator<T>>(x, y, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Max.cs (1)
55InvokeSpanSpanIntoSpan<T, MaxOperator<T>>(x, y, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.MaxMagnitude.cs (1)
47InvokeSpanSpanIntoSpan<T, MaxMagnitudeOperator<T>>(x, y, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.MaxMagnitudeNumber.cs (1)
55InvokeSpanSpanIntoSpan<T, MaxMagnitudeNumberOperator<T>>(x, y, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.MaxNumber.cs (1)
54InvokeSpanSpanIntoSpan<T, MaxNumberOperator<T>>(x, y, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Min.cs (1)
53InvokeSpanSpanIntoSpan<T, MinOperator<T>>(x, y, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.MinMagnitude.cs (1)
52InvokeSpanSpanIntoSpan<T, MinMagnitudeOperator<T>>(x, y, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.MinMagnitudeNumber.cs (1)
55InvokeSpanSpanIntoSpan<T, MinMagnitudeNumberOperator<T>>(x, y, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.MinNumber.cs (1)
54InvokeSpanSpanIntoSpan<T, MinNumberOperator<T>>(x, y, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Multiply.cs (1)
28InvokeSpanSpanIntoSpan<T, MultiplyOperator<T>>(x, y, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Pow.cs (1)
26InvokeSpanSpanIntoSpan<T, PowOperator<T>>(x, y, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Single.netcore.cs (1)
48InvokeSpanSpanIntoSpan<float, TSingleBinaryOperator>(x, y, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Subtract.cs (1)
28InvokeSpanSpanIntoSpan<T, SubtractOperator<T>>(x, y, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Xor.cs (1)
25InvokeSpanSpanIntoSpan<T, XorOperator<T>>(x, y, destination);