Searched refs:normalize (Results 1 – 9 of 9) sorted by relevance
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/ |
H A D | Base.php | 82 return $x->normalize($temp); 87 return $x->normalize($temp); 94 return $x->normalize($temp); 97 return $x->normalize(static::slidingWindow($x, $e, $n, $class));
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/ |
H A D | GMP.php | 171 return $this->normalize($temp); 185 return $this->normalize($temp); 199 return $this->normalize($temp); 224 return [$this->normalize($quotient), $this->normalize($remainder)]; 283 return $temp->value === false ? false : $this->normalize($temp); 302 'gcd' => $this->normalize(new self($g)), 303 'x' => $this->normalize(new self($s)), 304 'y' => $this->normalize(new self($t)) 319 return $this->normalize(new self($r)); 346 return $this->normalize($temp); [all …]
|
H A D | BCMath.php | 172 return $this->normalize($temp); 186 return $this->normalize($temp); 200 return $this->normalize($temp); 226 return [$this->normalize($quotient), $this->normalize($remainder)]; 284 'gcd' => $this->normalize(new static($u)), 285 'x' => $this->normalize(new static($a)), 286 'y' => $this->normalize(new static($b)) 366 return $this->normalize($temp); 382 return $this->normalize($temp); 472 protected function normalize(BCMath $result) function in phpseclib3\\Math\\BigInteger\\Engines\\BCMath [all …]
|
H A D | Engine.php | 316 return $this->normalize($n->subtract($temp)); 331 …->compare(static::$zero[static::class]) < 0 ? $this->normalize($n->subtract($x)) : $this->normaliz… 431 $temp = $this->normalize($this); 469 return $this->normalize(static::$zero[static::class]); 483 return $this->normalize(new static($temp, 256)); 493 return $this->normalize(new static($leading_ones | $temp, 256)); 565 return $this->normalize($result); 644 return $this->normalize($temp->powModInner($e, $n)); 1058 return $this->normalize($root); 1093 return $this->normalize($root); [all …]
|
H A D | PHP.php | 538 return [$this->normalize($quotient), $this->normalize($remainder)]; 555 return [$this->normalize($temp), $this->normalize(static::$zero[static::class])]; 563 return [$this->normalize(static::$zero[static::class]), $this->normalize($x)]; 673 return [$this->normalize($quotient), $this->normalize($x)]; 734 return $this->normalize($result); 745 protected function normalize(PHP $result) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP 858 return $this->normalize($temp); 877 return $this->normalize($temp);
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/ |
H A D | Base.php | 62 return $x->normalize($temp); 65 return $x->normalize(static::slidingWindow($x, $e, $n, $class));
|
H A D | BuiltIn.php | 38 return $x->normalize($temp);
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/GMP/ |
H A D | DefaultEngine.php | 38 return $x->normalize($temp);
|
/dokuwiki/inc/Utf8/ |
H A D | PhpString.php | 265 return \Normalizer::normalize(mb_strtolower($string, 'utf-8'));
|