Lines Matching defs:thresh
360 printf ("x is the sum of the badness from setting thresh at given size\n");
598 printf (" (seconds) (seconds) diff thresh\n");
2571 mp_size_t thresh[2], average;
2603 one (&thresh[low], ¶m);
2605 printf ("low=%d thresh %ld\n", low, (long) thresh[low]);
2607 if (thresh[low] == MP_SIZE_T_MAX)
2617 for (i = 0; i < numberof(thresh); i++)
2618 printf (" %ld", (long) thresh[i]);
2623 for (i = 0; i < numberof(thresh); i++)
2624 average += thresh[i];
2625 average /= numberof(thresh);
2675 printf ("lt thresh %ld\n", (long) thresh_lt);
2683 printf ("ge thresh %ld\n", (long) thresh_ge);