Lines Matching refs:rShiftTo
399 if(nsh > 0) r.rShiftTo(nsh,r); // Denormalize remainder
542 BigInteger.prototype.rShiftTo = bnpRShiftTo; method in BigInteger
747 if(n < 0) this.rShiftTo(-n,r); else this.lShiftTo(n,r);
754 if(n < 0) this.lShiftTo(-n,r); else this.rShiftTo(n,r);
1041 x.rShiftTo(g,x);
1042 y.rShiftTo(g,y);
1045 if((i = x.getLowestSetBit()) > 0) x.rShiftTo(i,x);
1046 if((i = y.getLowestSetBit()) > 0) y.rShiftTo(i,y);
1049 x.rShiftTo(1,x);
1053 y.rShiftTo(1,y);
1078 u.rShiftTo(1,u);
1081 a.rShiftTo(1,a);
1084 b.rShiftTo(1,b);
1087 v.rShiftTo(1,v);
1090 c.rShiftTo(1,c);
1093 d.rShiftTo(1,d);