Home
last modified time | relevance | path

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

/netbsd-src/external/lgpl3/gmp/dist/tune/
H A Dtuneup.c788 mp_size_t *p_modf_threshold; member
1173 *(p->p_modf_threshold) = best_thres; in fft()
1208 *p->p_modf_threshold = s.size; in fft()
1209 print_define (p->modf_threshold_name, *p->p_modf_threshold); in fft()
1218 idx = fftmes (*p->p_modf_threshold, p->max_size, initial_k, p, 0, 1); in fft()
1223 size = 2 * *p->p_modf_threshold; /* OK? */ in fft()
2839 param.p_modf_threshold = &mul_fft_modf_threshold; in tune_fft_mul()
2862 param.p_modf_threshold = &sqr_fft_modf_threshold; in tune_fft_sqr()