Shift Coefficient Right.
Shifts the coefficient of the parameter right.
_Decimal64 __d64_shift_right (_Decimal64, unsigned long digits);
_Decimal128 __d128_shift_right (_Decimal128, unsigned long digits);
The sign and exponent are unchanged. The digits are shifted right.