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