3 references to Lerp
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector128.cs (3)
2124
/// <inheritdoc cref="Vector64.
Lerp
(Vector64{float}, Vector64{float}, Vector64{float})" />
2136
Vector64.
Lerp
(x._lower, y._lower, amount._lower),
2137
Vector64.
Lerp
(x._upper, y._upper, amount._upper)