Home
last modified time | relevance | path

Searched refs:testBit (Results 1 – 6 of 6) sorted by path

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DPrime.php701 $m14 = $k1->testBit(0) + 2 * $k1->testBit(1);
705 $m24 = $k2->testBit(0) + 2 * $k2->testBit(1);
718 $m8 = $k1->testBit(0) + 2 * $k1->testBit(1) + 4 * $k1->testBit(2);
727 $m8 = $k2->testBit(0) + 2 * $k2->testBit(1) + 4 * $k2->testBit(2);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php824 public function testBit($x) function in phpseclib3\\Math\\BigInteger
826 return $this->value->testBit($x);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DBCMath.php663 public function testBit($x) function in phpseclib3\\Math\\BigInteger\\Engines\\BCMath
H A DGMP.php673 public function testBit($x) function in phpseclib3\\Math\\BigInteger\\Engines\\GMP
H A DPHP.php1185 public function testBit($x) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/
H A DInteger.php370 $bigInteger = $d->testBit($w - 1) ?