Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/
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/
DPHP32.php218 public function bitwise_or(PHP32 $x) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP32
DPHP64.php222 public function bitwise_or(PHP64 $x) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP64
DGMP.php363 public function bitwise_or(GMP $x) function in phpseclib3\\Math\\BigInteger\\Engines\\GMP
DBCMath.php343 public function bitwise_or(BCMath $x) function in phpseclib3\\Math\\BigInteger\\Engines\\BCMath
DEngine.php567 $result = static::FAST_BITWISE ? $left->bitwise_or($right) : $left->add($right);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
DASN1.php1183 $n = $n->bitwise_or(new BigInteger($temp & 0x7F));