51 references to InvokeSpanIntoSpan
System.Numerics.Tensors (51)
System\Numerics\Tensors\netcore\TensorPrimitives.Abs.cs (1)
31InvokeSpanIntoSpan<T, AbsoluteOperator<T>>(x, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Acos.cs (1)
26InvokeSpanIntoSpan<T, AcosOperator<T>>(x, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Acosh.cs (1)
26InvokeSpanIntoSpan<T, AcoshOperator<T>>(x, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.AcosPi.cs (1)
26InvokeSpanIntoSpan<T, AcosPiOperator<T>>(x, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Asin.cs (1)
26InvokeSpanIntoSpan<T, AsinOperator<T>>(x, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Asinh.cs (1)
26InvokeSpanIntoSpan<T, AsinhOperator<T>>(x, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.AsinPi.cs (1)
26InvokeSpanIntoSpan<T, AsinPiOperator<T>>(x, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Atan.cs (1)
26InvokeSpanIntoSpan<T, AtanOperator<T>>(x, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Atanh.cs (1)
26InvokeSpanIntoSpan<T, AtanhOperator<T>>(x, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.AtanPi.cs (1)
26InvokeSpanIntoSpan<T, AtanPiOperator<T>>(x, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Cbrt.cs (1)
23InvokeSpanIntoSpan<T, CbrtOperator<T>>(x, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Ceiling.cs (1)
23InvokeSpanIntoSpan<T, CeilingOperator<T>>(x, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Cos.cs (1)
30InvokeSpanIntoSpan<T, CosOperator<T>>(x, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Cosh.cs (1)
34InvokeSpanIntoSpan<T, CoshOperator<T>>(x, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.CosPi.cs (1)
30InvokeSpanIntoSpan<T, CosPiOperator<T>>(x, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.DegreesToRadians.cs (1)
23InvokeSpanIntoSpan<T, DegreesToRadiansOperator<T>>(x, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Exp.cs (1)
31InvokeSpanIntoSpan<T, ExpOperator<T>>(x, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Exp10.cs (1)
26InvokeSpanIntoSpan<T, Exp10Operator<T>>(x, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Exp10M1.cs (1)
26InvokeSpanIntoSpan<T, Exp10M1Operator<T>>(x, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Exp2.cs (1)
26InvokeSpanIntoSpan<T, Exp2Operator<T>>(x, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Exp2M1.cs (1)
26InvokeSpanIntoSpan<T, Exp2M1Operator<T>>(x, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.ExpM1.cs (1)
26InvokeSpanIntoSpan<T, ExpM1Operator<T>>(x, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Floor.cs (1)
23InvokeSpanIntoSpan<T, FloorOperator<T>>(x, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.LeadingZeroCount.cs (1)
26InvokeSpanIntoSpan<T, LeadingZeroCountOperator<T>>(x, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Log.cs (1)
33InvokeSpanIntoSpan<T, LogOperator<T>>(x, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Log10.cs (1)
32InvokeSpanIntoSpan<T, Log10Operator<T>>(x, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Log10P1.cs (1)
32InvokeSpanIntoSpan<T, Log10P1Operator<T>>(x, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Log2.cs (1)
33InvokeSpanIntoSpan<T, Log2Operator<T>>(x, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Log2P1.cs (1)
32InvokeSpanIntoSpan<T, Log2P1Operator<T>>(x, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.LogP1.cs (1)
32InvokeSpanIntoSpan<T, LogP1Operator<T>>(x, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Negate.cs (1)
25InvokeSpanIntoSpan<T, NegateOperator<T>>(x, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.OnesComplement.cs (1)
22InvokeSpanIntoSpan<T, OnesComplementOperator<T>>(x, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.PopCount.cs (1)
40InvokeSpanIntoSpan<T, PopCountOperator<T>>(x, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.RadiansToDegrees.cs (1)
23InvokeSpanIntoSpan<T, RadiansToDegreesOperator<T>>(x, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Reciprocal.cs (4)
25InvokeSpanIntoSpan<T, ReciprocalOperator<T>>(x, destination); 40InvokeSpanIntoSpan<T, ReciprocalEstimateOperator<T>>(x, destination); 55InvokeSpanIntoSpan<T, ReciprocalSqrtOperator<T>>(x, destination); 70InvokeSpanIntoSpan<T, ReciprocalSqrtEstimateOperator<T>>(x, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Round.cs (2)
26InvokeSpanIntoSpan<T, RoundToEvenOperator<T>>(x, destination); 49InvokeSpanIntoSpan<T, RoundAwayFromZeroOperator<T>>(x, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Sigmoid.cs (1)
33InvokeSpanIntoSpan<T, SigmoidOperator<T>>(x, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Sin.cs (1)
30InvokeSpanIntoSpan<T, SinOperator<T>>(x, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Single.netcore.cs (1)
43InvokeSpanIntoSpan<float, TSingleUnaryOperator>(x, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Sinh.cs (1)
34InvokeSpanIntoSpan<T, SinhOperator<T>>(x, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.SinPi.cs (1)
30InvokeSpanIntoSpan<T, SinPiOperator<T>>(x, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Sqrt.cs (1)
22InvokeSpanIntoSpan<T, SqrtOperator<T>>(x, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Tan.cs (1)
30InvokeSpanIntoSpan<T, TanOperator<T>>(x, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Tanh.cs (1)
34InvokeSpanIntoSpan<T, TanhOperator<T>>(x, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.TanPi.cs (1)
29InvokeSpanIntoSpan<T, TanPiOperator<T>>(x, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.TrailingZeroCount.cs (1)
25InvokeSpanIntoSpan<T, TrailingZeroCountOperator<T>>(x, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Truncate.cs (1)
25InvokeSpanIntoSpan<T, TruncateOperator<T>>(x, destination);