Home
last modified time | relevance | path

Searched refs:expoN (Results 1 – 2 of 2) sorted by relevance

/dports/math/giacxcas/giac-1.6.0/src/
H A Dmodpoly.cc5645 fft2rldiv(res,expoN,expoN-l-1,tmp,tmpqz); in ab_cd()
6118 fft2rldiv(a,expoN,expoN-l-1,tmp,tmpqz); in matrix22timesvect()
6130 fft2rldiv(b,expoN,expoN-l-1,tmp,tmpqz); in matrix22timesvect()
6338 fft2rldiv(A,expoN,expoN-l-1,tmp,tmpqz); in matrix22()
6344 fft2rldiv(B,expoN,expoN-l-1,tmp,tmpqz); in matrix22()
6354 fft2rldiv(C,expoN,expoN-l-1,tmp,tmpqz); in matrix22()
6360 fft2rldiv(D,expoN,expoN-l-1,tmp,tmpqz); in matrix22()
11267 q = n >> expoN; in mod_gcd_c()
11269 n -= q << expoN; in mod_gcd_c()
11289 if (expoN<31){ in mod_gcd_c()
[all …]
H A Dmodpoly.h279 …void fft2rltimes(modpoly & alpha,const modpoly & beta,unsigned long expoN,mpz_t & tmp,mpz_t & tmpq…
280 …void fft2rltimes(const modpoly & alpha,const modpoly & beta,modpoly & res,unsigned long expoN,mpz_…
282 void fft2rldiv(modpoly & pq,unsigned long expoN,unsigned long shift,mpz_t & tmp,mpz_t & tmpqz);