subtract overloads
Declared in <bdldfp_decimalimputil_inteldfp.h>
Return the difference of the specified decimal values.
static
DecimalImpUtil_IntelDfp::ValueType128
subtract(
ValueType128 lhs,
ValueType128 rhs);
» more...
Subtract the value of the specified rhs from the value of the specified lhs as described by IEEE-754 and return the result.
static
DecimalImpUtil_IntelDfp::ValueType32
subtract(
ValueType32 lhs,
ValueType32 rhs);
» more...
Return the difference of the specified decimal values.
static
DecimalImpUtil_IntelDfp::ValueType64
subtract(
ValueType64 lhs,
ValueType64 rhs);
» more...