4 references to Lerp
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\TensorPrimitives.Lerp.cs (1)
102
return Vector256.
Lerp
(x.AsDouble(), y.AsDouble(), amount.AsDouble()).As<double, T>();
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512.cs (3)
2214
/// <inheritdoc cref="Vector256.
Lerp
(Vector256{double}, Vector256{double}, Vector256{double})" />
2226
Vector256.
Lerp
(x._lower, y._lower, amount._lower),
2227
Vector256.
Lerp
(x._upper, y._upper, amount._upper)