Home
last modified time | relevance | path

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

/netbsd-src/external/lgpl3/gmp/dist/tune/
H A Dtuneup.c851 fftfill (mp_size_t pl, int k, int sqr) in fftfill() function
1012 eff = 200 * (n1 * GMP_NUMB_BITS >> k) / fftfill (n1, k, p->sqr); in fftmes()
1088 prev_eff = fftfill (prev_n1, best_k, p->sqr); in fftmes()
1090 eff = fftfill (n1, best_k, p->sqr); in fftmes()
/netbsd-src/external/lgpl3/gmp/dist/
H A DChangeLog9996 (fftfill): New function, code taken from mul_fft.c (mpn_mul_fft).