21 references to InvokeSpanScalarIntoSpan
System.Numerics.Tensors (21)
System\Numerics\Tensors\netcore\TensorPrimitives.Add.cs (1)
46
InvokeSpanScalarIntoSpan
<T, AddOperator<T>>(x, y, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Atan2.cs (1)
48
InvokeSpanScalarIntoSpan
<T, Atan2Operator<T>>(y, x, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Atan2Pi.cs (1)
48
InvokeSpanScalarIntoSpan
<T, Atan2PiOperator<T>>(y, x, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.BitwiseAnd.cs (1)
40
InvokeSpanScalarIntoSpan
<T, BitwiseAndOperator<T>>(x, y, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.BitwiseOr.cs (1)
40
InvokeSpanScalarIntoSpan
<T, BitwiseOrOperator<T>>(x, y, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.CopySign.cs (1)
40
InvokeSpanScalarIntoSpan
<T, CopySignOperator<T>>(x, sign, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Divide.cs (1)
48
InvokeSpanScalarIntoSpan
<T, DivideOperator<T>>(x, y, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Ieee754Remainder.cs (1)
41
InvokeSpanScalarIntoSpan
<T, Ieee754RemainderOperator<T>>(x, y, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Log.cs (1)
73
InvokeSpanScalarIntoSpan
<T, LogBaseOperator<T>>(x, y, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Max.cs (1)
78
InvokeSpanScalarIntoSpan
<T, MaxOperator<T>>(x, y, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.MaxMagnitude.cs (1)
64
InvokeSpanScalarIntoSpan
<T, MaxMagnitudeOperator<T>>(x, y, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.MaxMagnitudeNumber.cs (1)
79
InvokeSpanScalarIntoSpan
<T, MaxMagnitudeNumberOperator<T>>(x, y, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.MaxNumber.cs (1)
77
InvokeSpanScalarIntoSpan
<T, MaxNumberOperator<T>>(x, y, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Min.cs (1)
76
InvokeSpanScalarIntoSpan
<T, MinOperator<T>>(x, y, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.MinMagnitude.cs (1)
74
InvokeSpanScalarIntoSpan
<T, MinMagnitudeOperator<T>>(x, y, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.MinMagnitudeNumber.cs (1)
79
InvokeSpanScalarIntoSpan
<T, MinMagnitudeNumberOperator<T>>(x, y, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.MinNumber.cs (1)
77
InvokeSpanScalarIntoSpan
<T, MinNumberOperator<T>>(x, y, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Multiply.cs (1)
47
InvokeSpanScalarIntoSpan
<T, MultiplyOperator<T>>(x, y, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Pow.cs (1)
41
InvokeSpanScalarIntoSpan
<T, PowOperator<T>>(x, y, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Subtract.cs (1)
46
InvokeSpanScalarIntoSpan
<T, SubtractOperator<T>>(x, y, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Xor.cs (1)
40
InvokeSpanScalarIntoSpan
<T, XorOperator<T>>(x, y, destination);