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