Home
last modified time | relevance | path

Searched refs:divide (Results 1 – 25 of 374) sorted by path

12345678910>>...15

/plugin/achart/assets/
H A Dapexcharts.min.js6divide:function(t){return t=new a.Number(t),new a.Number(this/t,this.unit||t.unit)},to:function(t)…
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.js4057 divide: function (scalar) { method in Point
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1divide lozenge ydieresis Ydieresis\\nfraction currency guilsinglleft guilsinglright fi fl daggerdb…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DDSA.php152 list(, $c) = $x->divide($divisor);
157 list($e) = $p_1->divide($q);
H A DRSA.php379 list($min) = $min->divide($n);
381 list($max) = $max->divide($n);
401 list($temp) = $lcm['top']->divide($lcm['bottom']);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/
H A DPrivateKey.php110 list(, $r) = $r->divide($this->q);
117 list(, $s) = $temp->divide($this->q);
H A DPublicKey.php68 list(, $u1) = $h->multiply($w)->divide($this->q);
69 list(, $u2) = $r->multiply($w)->divide($this->q);
72 list(, $v) = $v1->multiply($v2)->divide($this->p);
73 list(, $v) = $v->divide($this->q);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DBinary.php354 $z = $this->one->divide($z);
H A DKoblitzPrime.php68 $inv = $this->one->divide($this->two)->negate();
84 $inv = $tempOne->divide($tempTwo)->negate();
115 list($c1, $r) = $c1->divide($this->order);
121 list($c2, $r) = $c2->divide($this->order);
278 list($q) = $u->divide($v);
H A DMontgomery.php121 $this->a24 = $this->a->subtract($two)->divide($four);
281 return [$x->divide($z)];
H A DPrime.php343 $slope = $numerator->divide($denominator);
431 $slope = $numerator->divide($denominator);
763 $z = $this->one->divide($z);
H A DTwistedEdwards.php186 $z = $this->one->divide($z);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
H A DEd25519.php116 $x2 = $u->divide($v);
H A DEd448.php72 $x2 = $u->divide($v);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
H A DPrivateKey.php133 list(, $r) = $r->divide($order);
139 list(, $k) = $k->divide($order);
141 list(, $S) = $S->divide($order);
176 list(, $r) = $x->divide($order);
183 list(, $s) = $temp->divide($order);
H A DPublicKey.php107 list(, $k) = $k->divide($order);
147 list(, $u1) = $z->multiply($w)->divide($order);
148 list(, $u2) = $r->multiply($w)->divide($order);
159 list(, $x1) = $x1->divide($order);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/
H A DPrivateKey.php127 list(, $h) = $h->divide($this->primes[1]);
138 list(, $h) = $h->divide($this->primes[$i]);
158 list(, $h) = $h->divide($this->primes[1]);
169 list(, $h) = $h->divide($this->primes[$i]);
197 list(, $x) = $x->divide($this->primes[$i]);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php307 public function divide(BigInteger $y) function in phpseclib3\\Math\\BigInteger
309 list($q, $r) = $this->value->divide($y->value);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DBCMath.php220 public function divide(BCMath $y) function in phpseclib3\\Math\\BigInteger\\Engines\\BCMath
H A DEngine.php844 list($max_multiple) = $random_max->divide($max);
853 list($max_multiple) = $random_max->divide($max);
856 list(, $random) = $random->divide($max);
1047 $g = $g->divide(static::$two[static::class])[0]; // g is set to be our lower bound
1048 …$step = $og->subtract($g)->divide(static::$two[static::class])[0]; // step is the half of upper bo…
1055 $step = $step->divide(static::$two[static::class])[0];
1178 list($q) = $u->divide($v);
H A DGMP.php219 public function divide(GMP $y) function in phpseclib3\\Math\\BigInteger\\Engines\\GMP
H A DPHP.php172 list($temp, $mod) = $temp->divide($divisor);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/
H A DBase.php92 list(, $temp) = $x->divide($n);
99 list(, $temp) = $temp->divide($n);
H A DMontgomery.php89 list(, $result) = $result->divide($n);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DBarrett.php68 list(, $temp) = $lhs->divide($rhs);
89 list($u, $m1) = $lhs->divide($rhs);
162 list(, $temp) = $lhs->divide($rhs);
175 list($temp, ) = $lhs->divide($rhs); // m.length

12345678910>>...15