Lines Matching refs:med
549 long long med, half, diff;
572 med = min + half; /* med way point between min and max */
577 printf(" diff = %lld, half = %lld, med = %lld\n", diff, half, med);
583 * to pick the number within the min to med or med to max
587 return med + rand;
596 return divider(med, max, cnt + 1, rand);
598 return divider(min, med, cnt + 1, rand);