Return x * y + z, rounded as one ternary operation.
Declared in <bdldfp_decimalimputil.h>
static
DecimalImpUtil::ValueType128
fma(
ValueType128 x,
ValueType128 y,
ValueType128 z);
x * y + z, rounded as one ternary operation
| Name | Description |
|---|---|
| x | first multiplicand |
| y | second multiplicand |
| z | addend |