BloombergLP::bdldfp::DecimalImpUtil_IntelDfp::convertBIDtoDPD

convertBIDtoDPD overloads

Synopses

Declared in <bdldfp_decimalimputil_inteldfp.h>

Convert the specified 128-bit value to DPD encoding.

static
DecimalStorage::Type128
convertBIDtoDPD(ValueType128 value);
» more...

Convert the specified value to DPD encoding.

static
DecimalStorage::Type32
convertBIDtoDPD(ValueType32 value);
» more...

Convert the specified BID-encoded value to DPD encoding.

static
DecimalStorage::Type64
convertBIDtoDPD(ValueType64 value);
» more...