Home
last modified time | relevance | path

Searched refs:subtract (Results 1 – 25 of 204) sorted by path

123456789

/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.js3997 subtract: function (that) { method in Point
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DAsymmetricKey.php619 $z2 = $z1->subtract($this->q);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DDH.php250 $max = $max->subtract($one);
252 $max = $params->prime->subtract($one);
H A DDSA.php153 $p = $x->subtract($c->subtract(self::$one));
156 $p_1 = $p->subtract(self::$one);
215 $private->x = BigInteger::randomRange(self::$one, $private->q->subtract(self::$one));
H A DHash.php757 $y = $k->multiply($y)->add($m->subtract($offset));
828 … self::$offset64 = self::$factory64->newInteger(self::$offset64->subtract($prime64));
830 … self::$offset128 = self::$factory128->newInteger(self::$offset128->subtract($prime128));
832 self::$marker64 = self::$factory64->newInteger($prime64->subtract($one));
833 self::$marker128 = self::$factory128->newInteger($prime128->subtract($one));
835 … $maxwordrange64 = $one->bitwise_leftShift(64)->subtract($one->bitwise_leftShift(32));
838 … $maxwordrange128 = $one->bitwise_leftShift(128)->subtract($one->bitwise_leftShift(96));
H A DRSA.php393 $temp = $primes[$i]->subtract(self::$one);
411 $temp = $prime->subtract(self::$one);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/
H A DPrivateKey.php108 $k = BigInteger::randomRange(self::$one, $this->q->subtract(self::$one));
H A DPublicKey.php60 $q_1 = $this->q->subtract(self::$one);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DBase.php136 return BigInteger::randomRange($one, $this->order->subtract($one));
H A DKoblitzPrime.php72 $inv->subtract($s)
89 $inv->subtract($s)
131 $k1 = $k->subtract($p1)->subtract($p2);
200 $d = $d->multiply($d)->subtract($a)->subtract($c)->multiply($this->two);
203 $x3 = $f->subtract($this->two->multiply($d));
204 $y3 = $e->multiply($d->subtract($x3))->subtract(
225 $s = $s->multiply($s)->subtract($xx)->subtract($yyyy)->multiply($this->two);
229 $y3 = $s->subtract($t);
282 $v = $temp->subtract($v->multiply($q));
286 $c = $temp->subtract($a->multiply($q));
[all …]
H A DMontgomery.php121 $this->a24 = $this->a->subtract($two)->divide($four);
192 $b = $x2->subtract($z2);
194 $e = $aa->subtract($bb);
196 $d = $x3->subtract($z3);
201 $temp = $da->subtract($cb);
H A DPrime.php208 $x3 = $r->multiply($r)->subtract($h3)->subtract($v->multiply($this->two));
211 )->subtract(
245 $x3 = $r->multiply($r)->subtract($h3)->subtract($v->multiply($this->two));
248 )->subtract(
287 )->subtract(
344 $x = $slope->multiply($slope)->subtract($p[0])->subtract($q[0]);
345 $y = $slope->multiply($p[0]->subtract($x))->subtract($p[1]);
378 $y1 = $m->multiply($s->subtract($x1))->subtract(
399 $y1 = $m->multiply($s->subtract($x1))->subtract(
433 $x = $slope->multiply($slope)->subtract($p[0])->subtract($p[0]);
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
H A DEd25519.php114 $u = $y2->subtract($this->one);
137 if (!$x->multiply($x)->subtract($x2)->equals($this->zero)) {
138 $temp = $this->getModulo()->subtract(new BigInteger(1));
142 if (!$x->multiply($x)->subtract($x2)->equals($this->zero)) {
271 $e = $h->subtract($temp->multiply($temp));
272 $g = $a->subtract($b);
317 $a = $y1->subtract($x1)->multiply($y2->subtract($x2));
321 $e = $b->subtract($a);
322 $f = $d->subtract($c);
H A DEd448.php70 $u = $y2->subtract($this->one);
71 $v = $this->d->multiply($y2)->subtract($this->one);
84 if (!$x->multiply($x)->subtract($x2)->equals($this->zero)) {
212 $j = $e->subtract($this->two->multiply($h));
214 $x3 = $b->subtract($e)->multiply($j);
215 $y3 = $c->subtract($d)->multiply($e);
260 $f = $b->subtract($e);
264 $x3 = $a->multiply($f)->multiply($h->subtract($c)->subtract($d));
265 $y3 = $a->multiply($g)->multiply($d->subtract($c));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
H A DPrivateKey.php173 $k = BigInteger::randomRange(self::$one, $order->subtract(self::$one));
H A DPublicKey.php135 $n_1 = $order->subtract(self::$one);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DOpenSSH.php75 $temp = $primes[1]->subtract($one);
77 $temp = $primes[2]->subtract($one);
H A DPuTTY.php84 $temp = $primes[1]->subtract($one);
86 $temp = $primes[2]->subtract($one);
H A DRaw.php122 $temp = $components['primes'][1]->subtract($one);
124 $temp = $components['primes'][2]->subtract($one);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/
H A DPrivateKey.php125 $h = $m_i[1]->subtract($m_i[2]);
136 $h = $m_i->subtract($m);
150 $r = BigInteger::randomRange(self::$one, $smallest->subtract(self::$one));
156 $h = $m_i[1]->subtract($m_i[2]);
167 $h = $m_i->subtract($m);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php1201 array_unshift($oid, $part1->subtract($eighty));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php266 public function subtract(BigInteger $y) function in phpseclib3\\Math\\BigInteger
268 return new static($this->value->subtract($y->value));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DBCMath.php187 public function subtract(BCMath $y) function in phpseclib3\\Math\\BigInteger\\Engines\\BCMath
H A DEngine.php321 return $this->normalize($n->subtract($temp));
822 $max = $max->subtract($min->subtract(static::$one[static::class]));
848 $random = $random->subtract($max_multiple);
849 $random_max = $random_max->subtract($max_multiple);
952 $n_1 = $n->subtract(static::$one[static::class]);
953 $n_2 = $n->subtract(static::$two[static::class]);
1062 $g = $g->subtract($step);
1071 $g = $g->subtract($step);
1182 $v = $temp->subtract($v->multiply($q));
1186 $c = $temp->subtract($a->multiply($q));
[all …]
H A DGMP.php186 public function subtract(GMP $y) function in phpseclib3\\Math\\BigInteger\\Engines\\GMP

123456789