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