Home | History | Annotate | Download | only in v8-v4

Lines Matching defs:rShiftTo

492   if(nsh > 0) r.rShiftTo(nsh,r);	// Denormalize remainder
640 BigInteger.prototype.rShiftTo = bnpRShiftTo;
856 if(n < 0) this.rShiftTo(-n,r); else this.lShiftTo(n,r);
863 if(n < 0) this.lShiftTo(-n,r); else this.rShiftTo(n,r);
1158 x.rShiftTo(g,x);
1159 y.rShiftTo(g,y);
1162 if((i = x.getLowestSetBit()) > 0) x.rShiftTo(i,x);
1163 if((i = y.getLowestSetBit()) > 0) y.rShiftTo(i,y);
1166 x.rShiftTo(1,x);
1170 y.rShiftTo(1,y);
1196 u.rShiftTo(1,u);
1199 a.rShiftTo(1,a);
1202 b.rShiftTo(1,b);
1205 v.rShiftTo(1,v);
1208 c.rShiftTo(1,c);
1211 d.rShiftTo(1,d);