Home
last modified time | relevance | path

Searched refs:bitwise_or (Results 1 – 7 of 7) sorted by path

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php1183 $n = $n->bitwise_or(new BigInteger($temp & 0x7F));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php544 public function bitwise_or(BigInteger $x) function in phpseclib3\\Math\\BigInteger
546 return new static($this->value->bitwise_or($x->value));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DBCMath.php343 public function bitwise_or(BCMath $x) function in phpseclib3\\Math\\BigInteger\\Engines\\BCMath
H A DEngine.php567 $result = static::FAST_BITWISE ? $left->bitwise_or($right) : $left->add($right);
H A DGMP.php363 public function bitwise_or(GMP $x) function in phpseclib3\\Math\\BigInteger\\Engines\\GMP
H A DPHP32.php218 public function bitwise_or(PHP32 $x) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP32
H A DPHP64.php222 public function bitwise_or(PHP64 $x) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP64