Searched refs:subtract (Results 1 – 3 of 3) sorted by relevance
116 subtract: function(c1, c2){ method in Flog.RayTracer.Color259 subtract : function(v, w) { method in Flog.RayTracer.Vector430 var dst = Flog.RayTracer.Vector.prototype.subtract(ray.position, this.position);446 info.normal = Flog.RayTracer.Vector.prototype.subtract(561 var pos = Flog.RayTracer.Vector.prototype.subtract(563 Flog.RayTracer.Vector.prototype.subtract(569 var dir = Flog.RayTracer.Vector.prototype.subtract(719 var v = Flog.RayTracer.Vector.prototype.subtract(783 var Lv = Flog.RayTracer.Vector.prototype.subtract(788 var E = Flog.RayTracer.Vector.prototype.subtract([all …]
1233 if(d.compareTo(m) >= 0) return d.subtract(m);1263 var n1 = this.subtract(BigInteger.ONE);1324 BigInteger.prototype.subtract = bnSubtract; method in BigInteger1602 …if(this.p.subtract(BigInteger.ONE).gcd(ee).compareTo(BigInteger.ONE) == 0 && this.p.isProbablePrim…1606 …if(this.q.subtract(BigInteger.ONE).gcd(ee).compareTo(BigInteger.ONE) == 0 && this.q.isProbablePrim…1613 var p1 = this.p.subtract(BigInteger.ONE);1614 var q1 = this.q.subtract(BigInteger.ONE);1638 return xp.subtract(xq).multiply(this.coeff).mod(this.p).multiply(this.q).add(xq);
21671 public java.math.BigDecimal subtract(21674 public java.math.BigDecimal subtract(22148 public java.math.BigInteger subtract(