Home
last modified time | relevance | path

Searched refs:divide (Results 151 – 175 of 374) sorted by last modified time

12345678910>>...15

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
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
/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);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
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/
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/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/
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/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
H A DClassic.php43 list(, $temp) = $lhs->divide($rhs);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/
H A DInteger.php217 public function divide(self $x) function in phpseclib3\\Math\\PrimeField\\Integer
255 list($pow) = $p_1->divide($two);
266 list($temp) = $q->add($one)->divide($two);
/plugin/bpmnioeditor/
H A Dstyle.css977 .bpmn-icon-lane-divide-three:before { content: '\e864'; } /* '' */
978 .bpmn-icon-lane-divide-two:before { content: '\e865'; } /* '' */
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-embedded.css155 .bpmn-icon-lane-divide-three:before { content: '\e864'; } /* '' */
156 .bpmn-icon-lane-divide-two:before { content: '\e865'; } /* '' */
/plugin/passpolicy/
H A Dwords.txt984 divide
/plugin/diagramsnet/lib/math/extensions/MathML/
H A Dcontent-mathml.js19divide:a.transforms.binary("/",3),remainder:a.transforms.binary("mod",3),implies:a.transforms.bina… property in a.applyTokens
/plugin/diagramsnet/lib/js/orgchart/
H A Dbridge.min.js8divide=function(n){var t,i,v;if(u(n)||(n=o(n)),n.isZero())throw Error("division by zero");if(this.… function
/plugin/diagramsnet/lib/js/
H A Dorgchart.min.js8divide=function(n){var t,i,v;if(u(n)||(n=o(n)),n.isZero())throw Error("division by zero");if(this.… function
/plugin/diagramsnet/lib/math/jax/input/MathML/entities/
H A Dd.js19 …"\u22C4",diamondsuit:"\u2666",diams:"\u2666",die:"\u00A8",disin:"\u22F2",divide:"\u00F7",divonx:"\…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D4.4.js.map1 …pleOf: localize('schema.json.multipleOf', \"A number that should cleanly divide the current value …
H A D5.5.js1 …DifferentialD;":"ⅆ","digamma;":"ϝ","disin;":"⋲","div;":"÷","divide;":"÷",divide:"÷","divideontimes…
H A D7.7.js.map1 …ect',\n 'display',\n 'display-mode',\n 'distinct',\n 'divide',\n 'divide-correspond…

12345678910>>...15