Home
last modified time | relevance | path

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

/netbsd/external/lgpl3/gmp/dist/tune/
H A Dtuneup.c933 #define INSERT_FFTTAB(idx, nval, kval) \ macro
968 INSERT_FFTTAB (0, nmin, initial_k); in fftmes()
1065 INSERT_FFTTAB (idx, prev_n1 >> last_best_k, best_k); in fftmes()
1108 INSERT_FFTTAB (idx, ((1ul << (2*k-2)) + 1) >> (k-1), k); in fftmes()
/netbsd/external/lgpl3/gmp/dist/
H A DChangeLog2784 (INSERT_FFTTAB): Produce sentinels differently to silence compiler.
9948 * tune/tuneup.c (INSERT_FFTTAB): New macro, like old insertion code but
9950 (fftmes): Use INSERT_FFTTAB for inserting new measurements.