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