10 references to Lerp
System.Private.CoreLib (10)
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (2)
1642
return VectorMath.
Lerp
<Vector<double>, double>(x, y, amount);
1661
return VectorMath.
Lerp
<Vector<float>, float>(x, y, amount);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector128.cs (2)
2090
return VectorMath.
Lerp
<Vector128<double>, double>(x, y, amount);
2108
return VectorMath.
Lerp
<Vector128<float>, float>(x, y, amount);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256.cs (2)
2194
return VectorMath.
Lerp
<Vector256<double>, double>(x, y, amount);
2212
return VectorMath.
Lerp
<Vector256<float>, float>(x, y, amount);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512.cs (2)
2221
return VectorMath.
Lerp
<Vector512<double>, double>(x, y, amount);
2239
return VectorMath.
Lerp
<Vector512<float>, float>(x, y, amount);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64.cs (2)
2054
return VectorMath.
Lerp
<Vector64<double>, double>(x, y, amount);
2073
return VectorMath.
Lerp
<Vector64<float>, float>(x, y, amount);