Home
last modified time | relevance | path

Searched refs:negate (Results 1 – 14 of 14) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DKoblitzPrime.php79 $inv = $this->one->divide($this->two)->negate();
80 $s = $this->three->negate()->squareRoot()->multiply($inv);
95 $inv = $tempOne->divide($tempTwo)->negate();
96 $s = $tempThree->negate()->squareRoot()->multiply($inv);
131 $c2 = $v1['b']->negate()->multiply($k);
143 $k2 = $q1->add($q2)->negate();
164 $k1 = $k1->negate();
169 $k2 = $k2->negate();
312 $b1 = $c->negate();
320 $b2 = $b0->negate();
[all …]
H A DBase.php196 $p[1]->negate()
H A DPrime.php463 $yp = $ypn == $bn ? $b : $b->negate();
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php843 public function negate() function in phpseclib3\\Math\\BigInteger
845 return new static($this->value->negate());
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
H A DEd448.php86 $x = $x->negate();
H A DEd25519.php145 $x = $x->negate();
/dokuwiki/inc/Extension/
H A DPluginController.php393 protected function negate($input) function in dokuwiki\\Extension\\PluginController
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/
H A DInteger.php304 public function negate() function in phpseclib3\\Math\\PrimeField\\Integer
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/
H A DInteger.php441 public function negate() function in phpseclib3\\Math\\BinaryField\\Integer
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DBCMath.php683 public function negate() function in phpseclib3\\Math\\BigInteger\\Engines\\BCMath
H A DGMP.php687 public function negate() function in phpseclib3\\Math\\BigInteger\\Engines\\GMP
H A DPHP.php1206 public function negate() function in phpseclib3\\Math\\BigInteger\\Engines\\PHP
/dokuwiki/vendor/splitbrain/lesserphp/src/
H A DLessc.php821 $negate = false;
824 $negate = true;
828 if ($negate) $passed = !$passed;
H A DParser.php1258 $negate = $this->literal('not');
1262 if ($negate) $guard = ['negate', $guard];