Convert from Unsigned Binary Coded Decimal.
Converts a 128-bit Unsigned Packed Format (32 decimal digits with no sign) to a 128-bit decimal floating-point value.
_Decimal128 __unsigned_BCD_to_d128 ( unsigned long long upper, unsigned long long lower);