4 references to Lerp
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\TensorPrimitives.Lerp.cs (1)
107
return Vector256.
Lerp
(x.AsSingle(), y.AsSingle(), amount.AsSingle()).As<float, T>();
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512.cs (3)
2232
/// <inheritdoc cref="Vector256.
Lerp
(Vector256{float}, Vector256{float}, Vector256{float})" />
2244
Vector256.
Lerp
(x._lower, y._lower, amount._lower),
2245
Vector256.
Lerp
(x._upper, y._upper, amount._upper)