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})" /> 2136Vector64.Lerp(x._lower, y._lower, amount._lower), 2137Vector64.Lerp(x._upper, y._upper, amount._upper)