Lines Matching refs:clamp
238 this.clamp();
354 r.clamp();
374 r.clamp();
410 r.clamp();
426 r.clamp();
447 r.clamp();
499 r.clamp();
597 x.clamp();
644 BigInteger.prototype.clamp = bnpClamp; method in BigInteger
830 r.clamp();
967 r.clamp();
997 this.clamp();
1038 r.clamp();
1052 r.clamp();
1077 if(x.t > this.m.t+1) { x.t = this.m.t+1; x.clamp(); }