Home
last modified time | relevance | path

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

/dports/math/giacxcas/giac-1.6.0/src/
H A Dmodpoly.cc13004 static void fft2p3nopermbefore( int *A, int n, int *W,int step=1) { in mod_gcd_c() function
13022 fft2p3nopermbefore( A, n/2, W,2*step); // fft2p3nopermbefore(A,n2,W+n2); in mod_gcd_c()
13024 fft2p3nopermbefore( An2, n/2, W,2*step); // fft2p3nopermbefore(An2,n2,W+n2); in mod_gcd_c()
13610 fft2p3nopermbefore(&fftmult_p.front(),n,&W.front()); in mod_gcd_c()
14511 fft2p3nopermbefore(&tmp3.front(),n,&Wp3.front()); in mod_gcd_c()
14573 fft2p3nopermbefore(&tmp.front(),n,&Wp3.front()); in mod_gcd_c()