Searched refs:thresh_lt (Results 1 – 1 of 1) sorted by relevance
2649 mp_size_t thresh_lt, thresh_ge, average; in tune_modexact_1_odd() local2673 one (&thresh_lt, ¶m); 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()