Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/sort/
H A Dradix_sort.c63 #define THRESHOLD 20 /* Divert to simplesort(). */ macro
83 if (n < THRESHOLD && !DEBUG('r')) { in radix_sort()
97 if (n < THRESHOLD && !DEBUG('r')) { in radix_sort()
/netbsd-src/lib/libc/stdlib/
H A Dradixsort.c79 #define THRESHOLD 20 /* Divert to simplesort(). */ macro
129 if (n < THRESHOLD) in sradixsort()
166 if (n < THRESHOLD) { in r_sort_a()
257 if (n < THRESHOLD) { in r_sort_b()
H A Dmerge.c52 #define THRESHOLD 16 /* Best choice for natural merge cut-off. */ macro
321 if (length < THRESHOLD) { /* Pairwise merge */ in setup()
/netbsd-src/external/gpl2/groff/dist/src/devices/grolbp/
H A Dlbp.h378 #define THRESHOLD 1 /* points (1/300 inch) */ macro
453 if ((fabs(x_1 - x_mid) < THRESHOLD) in quadratic_spline()
454 && (fabs(y_1 - y_mid) < THRESHOLD)) { in quadratic_spline()
463 if ((fabs(x_mid - x_4) < THRESHOLD) in quadratic_spline()
464 && (fabs(y_mid - y_4) < THRESHOLD)) { in quadratic_spline()
/netbsd-src/usr.sbin/mrouted/
H A Dcfparse.y86 %token METRIC THRESHOLD RATE_LIMIT BOUNDARY NETMASK ALTNET
290 mod : THRESHOLD NUMBER { if ($2 < 1 || $2 > 255)
294 | THRESHOLD {
494 return THRESHOLD; in yylex()
/netbsd-src/external/lgpl3/gmp/dist/tune/
H A DREADME451 THRESHOLD EXAMINING
/netbsd-src/external/lgpl3/mpfr/dist/doc/
H A DREADME.dev1203 and write the new THRESHOLD in the file `mparam.h':
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dmsguniq-a.inp1509 !~\:\ \:REHASH-THRESHOLD\ argument\ should\ be\ a\ float\ between\ 0\ and\ 1,\ not\ ~=
H A Dmsguniq-a.out2093 msgid "~: :REHASH-THRESHOLD argument should be a float between 0 and 1, not ~"
H A Dmsguniq-a.in2261 msgid "~: :REHASH-THRESHOLD argument should be a float between 0 and 1, not ~"
/netbsd-src/external/lgpl3/gmp/dist/
H A DChangeLog2989 * gmp-impl.h: Put MULLO THRESHOLDs here. Improve various THRESHOLD
12440 THRESHOLD macros.
28709 * mpn/generic/gcdext.c (GCDEXT_THRESHOLD): Rename from THRESHOLD,
32388 (THRESHOLD): New #define.
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dgcc.info29258 '-mlarge-data-threshold=THRESHOLD'
29260 THRESHOLD are placed in the large data section. This value must be
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dgcc.info26732 '-mlarge-data-threshold=THRESHOLD'
26734 THRESHOLD are placed in the large data section. This value must be
/netbsd-src/external/lgpl3/mpfr/dist/
H A DChangeLog36037 Update THRESHOLD for mpfr_exp.