6 references to LerpOperator
System.Numerics.Tensors (6)
System\Numerics\Tensors\netcore\TensorPrimitives.Lerp.cs (6)
32if (typeof(T) == typeof(Half) && TryTernaryInvokeHalfAsInt16<T, LerpOperator<float>>(x, y, amount, destination))
37InvokeSpanSpanSpanIntoSpan<T, LerpOperator<T>>(x, y, amount, destination);
60if (typeof(T) == typeof(Half) && TryTernaryInvokeHalfAsInt16<T, LerpOperator<float>>(x, y, amount, destination))
65InvokeSpanSpanScalarIntoSpan<T, LerpOperator<T>>(x, y, amount, destination);
88if (typeof(T) == typeof(Half) && TryTernaryInvokeHalfAsInt16<T, LerpOperator<float>>(x, y, amount, destination))
93InvokeSpanScalarSpanIntoSpan<T, LerpOperator<T>>(x, y, amount, destination);