HomeSort by: relevance | last modified time | path
    Searched defs:eff (Results 1 - 2 of 2) sorted by relevancy

  /src/external/lgpl3/gmp/dist/tune/
tuneup.c 946 int eff, prev_eff; local
1012 eff = 200 * (n1 * GMP_NUMB_BITS >> k) / fftfill (n1, k, p->sqr);
1014 if (eff < 70) /* avoid measuring too slow fft:s */
1090 eff = fftfill (n1, best_k, p->sqr);
1092 if (eff != prev_eff)
tuneup.c 946 int eff, prev_eff; local
1012 eff = 200 * (n1 * GMP_NUMB_BITS >> k) / fftfill (n1, k, p->sqr);
1014 if (eff < 70) /* avoid measuring too slow fft:s */
1090 eff = fftfill (n1, best_k, p->sqr);
1092 if (eff != prev_eff)

Completed in 59 milliseconds