__unsigned_BCD_to_d128

Purpose

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.

Prototype

_Decimal128 __unsigned_BCD_to_d128 ( unsigned long long upper, unsigned long long lower);

Parameters

upper
The upper 16 digits of the input value.
lower
The lower 16 digits of the input value.