Home
last modified time | relevance | path

Searched defs:reduce (Results 1 – 12 of 12) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DClassic.php33 protected static function reduce(array $x, array $n, $class) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Reductions\\Classic
H A DPowerOfTwo.php46 protected static function reduce(array $x, array $n, $class) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Reductions\\PowerOfTwo
H A DMontgomery.php55 protected static function reduce(array $x, array $n, $class) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Reductions\\Montgomery
H A DBarrett.php49 protected static function reduce(array $n, array $m, $class) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Reductions\\Barrett
H A DEvalBarrett.php44 protected static function reduce(array $n, array $m, $class) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Reductions\\EvalBarrett
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/
H A DBarrett.php60 protected static function reduce($n, $m) function in phpseclib3\\Math\\BigInteger\\Engines\\BCMath\\Reductions\\Barrett
H A DEvalBarrett.php43 protected static function reduce($n, $m) function in phpseclib3\\Math\\BigInteger\\Engines\\BCMath\\Reductions\\EvalBarrett
/dokuwiki/inc/Parsing/Lexer/
H A DLexer.php284 protected function reduce(&$raw) function in dokuwiki\\Parsing\\Lexer\\Lexer
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/
H A DInteger.php52 protected static $reduce; variable in phpseclib3\\Math\\PrimeField\\Integer
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/
H A DInteger.php61 protected static $reduce; variable in phpseclib3\\Math\\BinaryField\\Integer
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DEngine.php112 protected $reduce; variable in phpseclib3\\Math\\BigInteger\\Engines\\Engine
/dokuwiki/vendor/splitbrain/lesserphp/src/
H A DLessc.php1316 public function reduce($value, $forExpression = false) function in LesserPHP\\Lessc