rhsshift         3599 src/decNumber/decNumber.c   Int   rhsshift;                  // working shift (in Units)
rhsshift         3762 src/decNumber/decNumber.c     rhsshift=0;               // rhs shift to left (padding) in Units
rhsshift         3793 src/decNumber/decNumber.c       rhsshift=D2U(padding+1)-1;        // this much by Unit shift ..
rhsshift         3794 src/decNumber/decNumber.c       mult=powers[padding-(rhsshift*DECDPUN)]; // .. this by multiplication
rhsshift         3810 src/decNumber/decNumber.c      || (res==rhs && rhsshift>0)) {     // destructive overlap
rhsshift         3831 src/decNumber/decNumber.c                               rhsshift, acc, mult)