Home
last modified time | relevance | path

Searched defs:pow (Results 1 – 8 of 8) sorted by relevance

/dokuwiki/inc/
H A DIp32.php20 public static function bitmask64On32(string $u64, int $pow): string
53 private static function makeBitmaskOn32(int $pow): string
/dokuwiki/vendor/splitbrain/lesserphp/src/Functions/
H A DMath.php203 public function pow(array $args): array function in LesserPHP\\Functions\\Math
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/
H A DInteger.php244 public function pow(BigInteger $x) function in phpseclib3\\Math\\PrimeField\\Integer
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP64.php334 public function pow(PHP64 $n) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP64
H A DPHP32.php333 public function pow(PHP32 $n) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP32
H A DBCMath.php591 public function pow(BCMath $n) function in phpseclib3\\Math\\BigInteger\\Engines\\BCMath
H A DGMP.php580 public function pow(GMP $n) function in phpseclib3\\Math\\BigInteger\\Engines\\GMP
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php784 public function pow(BigInteger $n) function in phpseclib3\\Math\\BigInteger