Shift Coefficient Left.
Shifts the coefficient of the parameter left.
_Decimal64 __d64_shift_left (_Decimal64, unsigned long digits);
_Decimal128 __d128_shift_left (_Decimal128, unsigned long digits);
The sign and exponent are unchanged. The digits are shifted left.