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