Home
last modified time | relevance | path

Searched refs:pow (Results 1 – 12 of 12) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/
H A DInteger.php227 public function pow(BigInteger $x) function in phpseclib3\\Math\\PrimeField\\Integer
252 list($pow) = $p_1->divide($two);
254 $temp = $z->powMod($pow, static::$modulo[$this->instanceID]);
268 if ($t->powMod($two->pow($i), static::$modulo[$this->instanceID])->equals($one)) {
276 … $b = $c->powMod($two->pow($m->subtract($i)->subtract($one)), static::$modulo[$this->instanceID]);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP32.php83 $digit = (int) floor($digit / pow(2, 2 * $step));
333 public function pow(PHP32 $n) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP32
H A DPHP64.php334 public function pow(PHP64 $n) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP64
H A DEngine.php1051 while ($g->pow($n)->compare($this) < 0) {
1056 if ($g->pow($n)->equals($this) > 0) {
1070 $guess = $g->pow($n);
H A DBCMath.php587 public function pow(BCMath $n) function in phpseclib3\\Math\\BigInteger\\Engines\\BCMath
H A DGMP.php577 public function pow(GMP $n) function in phpseclib3\\Math\\BigInteger\\Engines\\GMP
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
H A DEd25519.php132 $x = $x2->pow($exp);
138 $temp = $this->two->pow($temp);
H A DEd448.php80 $x = $x2->pow($exp);
/dokuwiki/vendor/splitbrain/lesserphp/src/Functions/
H A DMath.php203 public function pow(array $args): array function in LesserPHP\\Functions\\Math
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php750 public function pow(BigInteger $n) function in phpseclib3\\Math\\BigInteger
752 return new static($this->value->pow($n->value));
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md187 * Replaced `pow()` call with `**` operator (micro performance optimization). [#622](https://github.…
/dokuwiki/lib/scripts/jquery/
H A Djquery-ui.min.js6pow(t,e+2)}}),V.extend(b,{Sine:function(t){return 1-Math.cos(t*Math.PI/2)},Circ:function(t){return…