Home
last modified time | relevance | path

Searched refs:normalize (Results 1 – 9 of 9) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/
H A DBase.php82 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 DGMP.php171 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);
305 'gcd' => $this->normalize(new self($g)),
306 'x' => $this->normalize(new self($s)),
307 'y' => $this->normalize(new self($t))
322 return $this->normalize(new self($r));
349 return $this->normalize($temp);
[all …]
H A DBCMath.php177 return $this->normalize($temp);
191 return $this->normalize($temp);
205 return $this->normalize($temp);
231 return [$this->normalize($quotient), $this->normalize($remainder)];
289 'gcd' => $this->normalize(new static($u)),
290 'x' => $this->normalize(new static($a)),
291 'y' => $this->normalize(new static($b))
370 return $this->normalize($temp);
386 return $this->normalize($temp);
476 protected function normalize(BCMath $result) function in phpseclib3\\Math\\BigInteger\\Engines\\BCMath
[all …]
H A DEngine.php316 return $this->normalize($n->subtract($temp));
329 …->compare(static::$zero[static::class]) < 0 ? $this->normalize($n->subtract($x)) : $this->normaliz…
467 $temp = $this->normalize($this);
505 return $this->normalize(static::$zero[static::class]);
519 return $this->normalize(new static($temp, 256));
529 return $this->normalize(new static($leading_ones | $temp, 256));
601 return $this->normalize($result);
680 return $this->normalize($temp->powModInner($e, $n));
1090 return $this->normalize($root);
1125 return $this->normalize($root);
[all …]
H A DPHP.php541 return [$this->normalize($quotient), $this->normalize($remainder)];
558 return [$this->normalize($temp), $this->normalize(static::$zero[static::class])];
566 return [$this->normalize(static::$zero[static::class]), $this->normalize($x)];
676 return [$this->normalize($quotient), $this->normalize($x)];
737 return $this->normalize($result);
748 protected function normalize(PHP $result) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP
861 return $this->normalize($temp);
880 return $this->normalize($temp);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/
H A DBase.php62 return $x->normalize($temp);
65 return $x->normalize(static::slidingWindow($x, $e, $n, $class));
H A DBuiltIn.php38 return $x->normalize($temp);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/GMP/
H A DDefaultEngine.php38 return $x->normalize($temp);
/dokuwiki/inc/Utf8/
H A DPhpString.php265 return \Normalizer::normalize(mb_strtolower($string, 'utf-8'));