Searched refs:isNegative (Results 1 – 8 of 8) sorted by relevance
88 if ($x->getLength() > 448 || $x->isNegative()) {
77 if ($x->getLength() > 256 || $x->isNegative()) {
163 if ($k1->isNegative()) {168 if ($k2->isNegative()) {
831 public function isNegative() function in phpseclib3\\Math\\BigInteger833 return $this->value->isNegative();
190 if ($temp->value->isNegative()) {
671 public function isNegative() function in phpseclib3\\Math\\BigInteger\\Engines\\BCMath
675 public function isNegative() function in phpseclib3\\Math\\BigInteger\\Engines\\GMP
1194 public function isNegative() function in phpseclib3\\Math\\BigInteger\\Engines\\PHP