Lines Matching refs:subTo
192 BigInteger.ZERO.subTo(this, this);
249 BigInteger.ZERO.subTo(this, r);
413 BigInteger.ZERO.subTo(r, r);
470 r.subTo(t, r);
473 t.subTo(y, y); // "negative" y so we can replace sub with am later
482 r.subTo(t, r);
484 r.subTo(t, r);
490 BigInteger.ZERO.subTo(q, q);
497 BigInteger.ZERO.subTo(r, r);
505 a.subTo(r, r);
583 this.m.subTo(r, r);
617 x.subTo(this.m, x);
681 BigInteger.prototype.subTo = bnpSubTo; method in BigInteger