Home
last modified time | relevance | path

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

/netbsd/external/lgpl3/gmp/dist/tune/
H A Dtuneup.c2649 mp_size_t thresh_lt, thresh_ge, average; in tune_modexact_1_odd() local
2673 one (&thresh_lt, &param); in tune_modexact_1_odd()
2675 printf ("lt thresh %ld\n", (long) thresh_lt); in tune_modexact_1_odd()
2677 average = thresh_lt; in tune_modexact_1_odd()
2678 if (thresh_lt != MP_SIZE_T_MAX) in tune_modexact_1_odd()
2687 average = (thresh_ge + thresh_lt) / 2; in tune_modexact_1_odd()