Searched refs:isNegative (Results 1 – 10 of 10) sorted by relevance
81 if ($x->getLength() > 256 || $x->isNegative()) {
92 if ($x->getLength() > 448 || $x->isNegative()) {
183 return $x->isNegative() ?
163 if ($k1->isNegative()) {168 if ($k2->isNegative()) {
865 public function isNegative() function in phpseclib3\\Math\\BigInteger867 return $this->value->isNegative();
207 if ($temp->value->isNegative()) {
678 public function isNegative() function in phpseclib3\\Math\\BigInteger\\Engines\\GMP
676 public function isNegative() function in phpseclib3\\Math\\BigInteger\\Engines\\BCMath
683 if ($this->compare($n) > 0 || $this->isNegative()) {
1197 public function isNegative() function in phpseclib3\\Math\\BigInteger\\Engines\\PHP