Searched defs:THRESH (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dqsort.c38 #define THRESH 4 /* threshold for insertion */ macro
65 thresh = qsz * THRESH;
68 if (n >= THRESH) {
75 * First put smallest element, which must be in the first THRESH, in
77 * the first THRESH elements (or the first n if n < THRESH), finding
121 * this code. Stopping when there are less than THRESH elements in a partition
209 * of at least size THRESH.
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vexp.S684 #define THRESH %f38 define
714 ldd [%o3+thresh],THRESH
1124 fcmpd %fcc0,%f0,THRESH
1182 fcmpd %fcc0,%f10,THRESH
1240 fcmpd %fcc0,%f20,THRESH
/illumos-gate/usr/src/cmd/troff/
H A Dn8.c56 #define THRESH 160 /*digram goodness threshold*/ macro
57 int thresh = THRESH;
127 thresh = THRESH;

Completed in 68 milliseconds