Return x * y + z as one ternary operation.
x * y + z
Declared in <bdldfp_decimalimputil.h>
<bdldfp_decimalimputil.h>
static DecimalImpUtil::ValueType128 fma( ValueType128 x, ValueType128 y, ValueType128 z);