Searched +defs:base +defs:x (Results 1 – 7 of 7) sorted by relevance
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/ |
| H A D | BCMath.php | 59 public function __construct($x = 0, $base = 10) 79 protected function initialize($base) 195 public function multiply(BCMath $x) 326 public function bitwise_and(BCMath $x) 337 public function bitwise_or(BCMath $x) 348 public function bitwise_xor(BCMath $x) 416 public function equals(BCMath $x) 657 public function testBit($x)
|
| H A D | GMP.php | 58 public function __construct($x = 0, $base = 10) 83 protected function initialize($base) 194 public function multiply(GMP $x) 265 public function equals(GMP $x) 341 public function bitwise_and(GMP $x) 355 public function bitwise_or(GMP $x) 369 public function bitwise_xor(GMP $x) 486 protected static function randomRangePrimeInner(Engine $x, Engine $min, Engine $max) 665 public function testBit($x)
|
| H A D | PHP64.php | 50 protected function initialize($base) 207 public function bitwise_and(PHP64 $x) 218 public function bitwise_or(PHP64 $x) 229 public function bitwise_xor(PHP64 $x) 265 public function equals(PHP64 $x)
|
| H A D | PHP32.php | 50 protected function initialize($base) 206 public function bitwise_and(PHP32 $x) 217 public function bitwise_or(PHP32 $x) 228 public function bitwise_xor(PHP32 $x) 264 public function equals(PHP32 $x)
|
| H A D | PHP.php | 74 public function __construct($x = 0, $base = 10) 93 protected function initialize($base) 711 private static function safe_divide($x, $y) 886 private static function int2bytes($x) 993 protected static function square(array $x) 1177 public function testBit($x)
|
| H A D | Engine.php | 129 public function __construct($x = 0, $base = 10) 505 protected static function base256_lshift(&$x, $shift) 670 protected static function slidingWindow(Engine $x, Engine $e, Engine $n, $class) 876 protected static function randomRangePrimeInner(Engine $x, Engine $min, Engine $max) 1249 protected function bitwiseAndHelper(Engine $x) 1268 protected function bitwiseOrHelper(Engine $x) 1287 protected function bitwiseXorHelper(Engine $x)
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/ |
| H A D | BigInteger.php | 168 public function __construct($x = 0, $base = 10) 274 public function multiply(BigInteger $x) 509 public function equals(BigInteger $x) 530 public function bitwise_and(BigInteger $x) 541 public function bitwise_or(BigInteger $x) 552 public function bitwise_xor(BigInteger $x) 821 public function testBit($x)
|