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