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