convertDPDtoBID overloads
Declared in <bdldfp_decimalimputil_inteldfp.h>
Convert the specified DPD-encoded dpd value to BID encoding.
static
DecimalImpUtil_IntelDfp::ValueType128
convertDPDtoBID(DecimalStorage::Type128 dpd);
» more...
Return a ValueTypeXX representing the specified dpd, which is currently in Densely Packed Decimal (DPD) format. This format is compatible with the IBM compiler's native type.
static
DecimalImpUtil_IntelDfp::ValueType32
convertDPDtoBID(DecimalStorage::Type32 dpd);
» more...
Convert the specified DPD-encoded dpd value to BID encoding.
static
DecimalImpUtil_IntelDfp::ValueType64
convertDPDtoBID(DecimalStorage::Type64 dpd);
» more...