27 references to InvokeSpanSpanIntoSpan
System.Numerics.Tensors (27)
System\Numerics\Tensors\netcore\TensorPrimitives.Add.cs (1)
34InvokeSpanSpanIntoSpan<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)
31InvokeSpanSpanIntoSpan<T, BitwiseAndOperator<T>>(x, y, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.BitwiseOr.cs (1)
31InvokeSpanSpanIntoSpan<T, BitwiseOrOperator<T>>(x, y, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.CopySign.cs (1)
31InvokeSpanSpanIntoSpan<T, CopySignOperator<T>>(x, sign, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Divide.cs (1)
34InvokeSpanSpanIntoSpan<T, DivideOperator<T>>(x, y, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Half.cs (3)
90InvokeSpanSpanIntoSpan<short, HalfAsInt16BinaryOperator<TOp>>( 144InvokeSpanSpanIntoSpan<short, TOp>( 180InvokeSpanSpanIntoSpan<short, HalfAsInt16AggregationOperator<TOp>>(
System\Numerics\Tensors\netcore\TensorPrimitives.Hypot.cs (1)
32InvokeSpanSpanIntoSpan<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)
67InvokeSpanSpanIntoSpan<T, LogBaseOperator<T>>(x, y, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Max.cs (1)
68InvokeSpanSpanIntoSpan<T, MaxOperator<T>>(x, y, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.MaxMagnitude.cs (1)
60InvokeSpanSpanIntoSpan<T, MaxMagnitudeOperator<T>>(x, y, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.MaxMagnitudeNumber.cs (1)
68InvokeSpanSpanIntoSpan<T, MaxMagnitudeNumberOperator<T>>(x, y, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.MaxNumber.cs (1)
67InvokeSpanSpanIntoSpan<T, MaxNumberOperator<T>>(x, y, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Min.cs (1)
66InvokeSpanSpanIntoSpan<T, MinOperator<T>>(x, y, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.MinMagnitude.cs (1)
65InvokeSpanSpanIntoSpan<T, MinMagnitudeOperator<T>>(x, y, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.MinMagnitudeNumber.cs (1)
68InvokeSpanSpanIntoSpan<T, MinMagnitudeNumberOperator<T>>(x, y, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.MinNumber.cs (1)
67InvokeSpanSpanIntoSpan<T, MinNumberOperator<T>>(x, y, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Multiply.cs (1)
34InvokeSpanSpanIntoSpan<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.Remainder.cs (1)
34InvokeSpanSpanIntoSpan<T, RemainderOperator<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)
34InvokeSpanSpanIntoSpan<T, SubtractOperator<T>>(x, y, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Xor.cs (1)
31InvokeSpanSpanIntoSpan<T, XorOperator<T>>(x, y, destination);