Searched refs:negate (Results 1 – 14 of 14) sorted by relevance
79 $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 …]
196 $p[1]->negate()
463 $yp = $ypn == $bn ? $b : $b->negate();
843 public function negate() function in phpseclib3\\Math\\BigInteger845 return new static($this->value->negate());
86 $x = $x->negate();
145 $x = $x->negate();
393 protected function negate($input) function in dokuwiki\\Extension\\PluginController
304 public function negate() function in phpseclib3\\Math\\PrimeField\\Integer
441 public function negate() function in phpseclib3\\Math\\BinaryField\\Integer
683 public function negate() function in phpseclib3\\Math\\BigInteger\\Engines\\BCMath
687 public function negate() function in phpseclib3\\Math\\BigInteger\\Engines\\GMP
1206 public function negate() function in phpseclib3\\Math\\BigInteger\\Engines\\PHP
821 $negate = false;824 $negate = true;828 if ($negate) $passed = !$passed;
1258 $negate = $this->literal('not');1262 if ($negate) $guard = ['negate', $guard];