Home
last modified time | relevance | path

Searched defs:power_mod (Results 1 – 22 of 22) sorted by relevance

/dports/math/lidia/lidia-2.3.0+latte-patches-2014-10-04/src/base/simple_classes/bigint/
H A Dpower_mod.cc33 power_mod(bigint & res, in power_mod() function
/dports/math/lidia/lidia-2.3.0+latte-patches-2014-10-04/src/interfaces/udigit/cln/
H A Dudigit.cc609 power_mod (udigit base, long exp, udigit modul) in power_mod() function
652 power_mod (udigit base, udigit exp, udigit modul) in power_mod() function
/dports/math/lidia/lidia-2.3.0+latte-patches-2014-10-04/src/interfaces/udigit/libI/
H A Dudigit.cc609 power_mod (udigit base, long exp, udigit modul) in power_mod() function
652 power_mod (udigit base, udigit exp, udigit modul) in power_mod() function
/dports/math/lidia/lidia-2.3.0+latte-patches-2014-10-04/src/interfaces/udigit/gmp/
H A Dudigit.cc609 power_mod (udigit base, long exp, udigit modul) in power_mod() function
652 power_mod (udigit base, udigit exp, udigit modul) in power_mod() function
/dports/math/lidia/lidia-2.3.0+latte-patches-2014-10-04/src/interfaces/udigit/piologie/
H A Dudigit.cc608 power_mod (udigit base, long exp, udigit modul) in power_mod() function
651 power_mod (udigit base, udigit exp, udigit modul) in power_mod() function
/dports/math/fftw3-float/fftw-3.3.9/kernel/
H A Dprimes.c64 INT X(power_mod)(INT n, INT m, INT p) in X() argument
/dports/math/fftw3/fftw-3.3.9/kernel/
H A Dprimes.c64 INT X(power_mod)(INT n, INT m, INT p) in X() argument
/dports/math/fftw3-long/fftw-3.3.9/kernel/
H A Dprimes.c64 INT X(power_mod)(INT n, INT m, INT p) in X() argument
/dports/math/fftw3-quad/fftw-3.3.9/kernel/
H A Dprimes.c64 INT X(power_mod)(INT n, INT m, INT p) in X() argument
/dports/math/lidia/lidia-2.3.0+latte-patches-2014-10-04/src/base/include/LiDIA/
H A Dfield_polynomial.h175 power_mod(field_polynomial< T > & c, in power_mod() function
H A Dfield_polynomial.cc122 field_polynomial< T >::power_mod (const base_polynomial< T > & a, in power_mod() function in LiDIA::field_polynomial
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/math/numbertheory/
H A Dnumthry.cpp151 BigInt power_mod(const BigInt& base, const BigInt& exp, const BigInt& mod) in power_mod() function
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/math/numbertheory/
H A Dnumthry.cpp151 BigInt power_mod(const BigInt& base, const BigInt& exp, const BigInt& mod) in power_mod() function
/dports/security/botan2/Botan-2.18.2/src/lib/math/numbertheory/
H A Dnumthry.cpp151 BigInt power_mod(const BigInt& base, const BigInt& exp, const BigInt& mod) in power_mod() function
/dports/math/fftw/fftw-2.1.5/fftw/
H A Drader.c38 static int power_mod(int n, int m, int p) in power_mod() function
/dports/math/fftw-float/fftw-2.1.5/fftw/
H A Drader.c38 static int power_mod(int n, int m, int p) in power_mod() function
/dports/math/lidia/lidia-2.3.0+latte-patches-2014-10-04/src/base/simple_classes/single_precision/
H A Dsingle_precision.cc452 int power_mod(int bas, int exp, int modul) in power_mod() function
/dports/security/botan110/Botan-1.10.17/src/math/numbertheory/
H A Dnumthry.cpp366 BigInt power_mod(const BigInt& base, const BigInt& exp, const BigInt& mod) in power_mod() function
/dports/math/lidia/lidia-2.3.0+latte-patches-2014-10-04/src/base/polynomial/
H A Dbigint_polynomial.cc229 void power_mod(polynomial< bigint > & c, in power_mod() function
/dports/math/lidia/lidia-2.3.0+latte-patches-2014-10-04/src/finite_fields/gf_polynomial/
H A Dgf_pol_arith.cc667 power_mod(gf_polynomial & h, const gf_polynomial & g, const bigint & e, const gf_polynomial & f) in power_mod() function
/dports/math/eclib/eclib-20210318/libsrc/eclib/
H A Dinterface.h125 inline void power_mod(bigint& ans, const bigint& base, const bigint& expo, const bigint& m) in power_mod() function
/dports/math/lidia/lidia-2.3.0+latte-patches-2014-10-04/src/finite_fields/Fp_polynomial/
H A DFp_pol_arithmetic.cc777 void power_mod(Fp_polynomial& h, const Fp_polynomial& g, const bigint& e, const Fp_polynomial& f) in power_mod() function