6 references to InvokeScalarSpanIntoSpan
System.Numerics.Tensors (6)
System\Numerics\Tensors\netcore\TensorPrimitives.Atan2.cs (1)
67InvokeScalarSpanIntoSpan<T, Atan2Operator<T>>(y, x, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Atan2Pi.cs (1)
67InvokeScalarSpanIntoSpan<T, Atan2PiOperator<T>>(y, x, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Divide.cs (1)
67InvokeScalarSpanIntoSpan<T, DivideOperator<T>>(x, y, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Ieee754Remainder.cs (1)
56InvokeScalarSpanIntoSpan<T, Ieee754RemainderOperator<T>>(x, y, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Pow.cs (1)
56InvokeScalarSpanIntoSpan<T, PowOperator<T>>(x, y, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Subtract.cs (1)
64InvokeScalarSpanIntoSpan<T, SubtractOperator<T>>(x, y, destination);