System\Numerics\Tensors\netcore\TensorPrimitives.Lerp.cs (3)
31InvokeSpanSpanSpanIntoSpan<T, LerpOperator<T>>(x, y, amount, destination);
52InvokeSpanSpanScalarIntoSpan<T, LerpOperator<T>>(x, y, amount, destination);
73InvokeSpanScalarSpanIntoSpan<T, LerpOperator<T>>(x, y, amount, destination);