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