BloombergLP::bdldfp::DecimalImpUtil_IntelDfp::multiply

multiply overloads

Synopses

Declared in <bdldfp_decimalimputil_inteldfp.h>

Return the IEEE-754 product of two decimal values.

static
DecimalImpUtil_IntelDfp::ValueType128
multiply(
    ValueType128 lhs,
    ValueType128 rhs);
» more...

Return the IEEE-754 product of two decimal values.

static
DecimalImpUtil_IntelDfp::ValueType32
multiply(
    ValueType32 lhs,
    ValueType32 rhs);
» more...

Return the IEEE-754 product of two decimal values.

static
DecimalImpUtil_IntelDfp::ValueType64
multiply(
    ValueType64 lhs,
    ValueType64 rhs);
» more...

Return Value

product of lhs and rhs

Parameters

NameDescription
lhsleft-hand decimal operand
rhsright-hand decimal operand