Home
last modified time | relevance | path

Searched defs:cxx_mpz (Results 1 – 5 of 5) sorted by relevance

/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/utils/
H A Dcxx_mpz.hpp15 struct cxx_mpz { struct
19 cxx_mpz() { mpz_init(x); } in cxx_mpz() argument
21 cxx_mpz (const T & rhs) { in cxx_mpz() function
25 ~cxx_mpz() { mpz_clear(x); } in ~cxx_mpz() argument
26 cxx_mpz(cxx_mpz const & o) { in cxx_mpz() function
34 cxx_mpz & operator=(const T a) { in operator =() argument
40 cxx_mpz(cxx_mpz && o) { in cxx_mpz() argument
44 cxx_mpz& operator=(cxx_mpz && o) { in operator =() argument
55 /** Set the value of the cxx_mpz to that of the uint64_t array s, argument
67 /** Write the absolute value of the cxx_mpz to r. argument
[all …]
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/sieve/
H A Dlas-cofactor.cpp220 std::array<cxx_mpz, 2> & n, in factor_both_leftover_norms()
221 std::array<std::vector<cxx_mpz>, 2> & factors, in factor_both_leftover_norms()
H A Dlas-cofactor.hpp27 void call(std::array<cxx_mpz, 2> const & norm, std::array<int, 2> & cof_bitsize) { in call()
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/sieve/ecm/
H A Dfacul.cpp1166 facul_both_src (std::array<std::vector<cxx_mpz>, 2> & factors, const FaculModulusBase** m, in facul_both_src()
1307 facul_both (std::array<std::vector<cxx_mpz>, 2> & factors, in facul_both()
1308 std::array<cxx_mpz, 2> & N, in facul_both()
H A Dbatch.cpp565 std::array<cxx_mpz, 2> & batchP, in find_smooth()