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();
297 $sure_plugins = array_filter($diffed_ones, $this->negate(...));342 : array_keys(array_filter($this->masterList, $this->negate(...)));393 protected function negate($input) function in dokuwiki\\Extension\\PluginController
877 public function negate() function in phpseclib3\\Math\\BigInteger879 return new static($this->value->negate());
86 $x = $x->negate();
145 $x = $x->negate();
324 public function negate() function in phpseclib3\\Math\\PrimeField\\Integer
690 public function negate() function in phpseclib3\\Math\\BigInteger\\Engines\\GMP
688 public function negate() function in phpseclib3\\Math\\BigInteger\\Engines\\BCMath
1209 public function negate() function in phpseclib3\\Math\\BigInteger\\Engines\\PHP
441 public function negate() function in phpseclib3\\Math\\BinaryField\\Integer
821 $negate = false;824 $negate = true;828 if ($negate) $passed = !$passed;
1258 $negate = $this->literal('not');1262 if ($negate) $guard = ['negate', $guard];