3 references to MultiplyAddEstimate
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector128.cs (3)
2864
/// <inheritdoc cref="Vector64.
MultiplyAddEstimate
(Vector64{double}, Vector64{double}, Vector64{double})" />
2870
Vector64.
MultiplyAddEstimate
(left._lower, right._lower, addend._lower),
2871
Vector64.
MultiplyAddEstimate
(left._upper, right._upper, addend._upper)