bary_small_rshift 2146 bignum.c           bary_small_rshift(z1ds, z1ds, z1n, 1, 0);
bary_small_rshift 2173 bignum.c           bary_small_rshift(z3ds, z3ds, z3n, 1, 0);
bary_small_rshift 2574 bignum.c               bary_small_rshift(qds, xds, xn, bit_length(y)-1, x_higher_bdigit);
bary_small_rshift 2681 bignum.c                   bary_small_rshift(rds, zds, yn, shift, 0);
bary_small_rshift 4543 bignum.c               bary_small_rshift(zds, xds+s1, zn, s2, hibitsx != 0 ? BDIGMAX : 0);
bary_small_rshift 4830 bignum.c                   bary_small_rshift(rds, rds, rn, shift, 0);