Searched refs:heuristic (Results 1 - 25 of 30) sorted by relevance

12

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/
H A Dtypes.h66 // force_sequential, force_parallel, heuristic.
69 heuristic, enumerator in enum:__gnu_parallel::_AlgorithmStrategy
H A Dsettings.h66 * - c. heuristic
68 * For heuristic, the parallel algorithm implementation is called
287 algorithm_strategy(heuristic),
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
H A Dtypes.h66 // force_sequential, force_parallel, heuristic.
69 heuristic, enumerator in enum:__gnu_parallel::_AlgorithmStrategy
H A Dsettings.h66 * - c. heuristic
68 * For heuristic, the parallel algorithm implementation is called
287 algorithm_strategy(heuristic),
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Danalyze_brprob.py112 heuristic = [x for x in heuristics if x.name == p]
113 heuristic = heuristic[0] if len(heuristic) == 1 else None
120 if heuristic != None:
122 + str(round(heuristic.get_hitrate()))
/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Danalyze_brprob.py115 heuristic = [x for x in heuristics if x.name == p]
116 heuristic = heuristic[0] if len(heuristic) == 1 else None
123 if heuristic != None:
125 + str(round(heuristic.get_hitrate()))
/netbsd-current/external/gpl2/xcvs/dist/diff/
H A Ddiff.h180 EXTERN int heuristic;
179 EXTERN int heuristic; variable
H A Ddiff.c397 heuristic = 1;
1270 heuristic = 0;
H A Danalyze.c23 heuristic, by Paul Eggert, to limit the cost to O(N**1.5 log N)
83 unless a heuristic is used to terminate the search prematurely.
186 With this heuristic, for files with a constant small density
189 if (c > 200 && big_snake && heuristic)
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dfstrcmp.c39 heuristic, by Paul Eggert, to limit the cost to O(N**1.5 log N)
88 /* This corresponds to the diff -H flag. With this heuristic, for
93 int heuristic; member in struct:context
153 only characters before the midpoint), unless a heuristic is used
295 With this heuristic, for strings with a constant small density
297 if (c > 200 && big_snake && ctxt->heuristic)
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dfstrcmp.c39 heuristic, by Paul Eggert, to limit the cost to O(N**1.5 log N)
88 /* This corresponds to the diff -H flag. With this heuristic, for
93 int heuristic; member in struct:context
153 only characters before the midpoint), unless a heuristic is used
295 With this heuristic, for strings with a constant small density
297 if (c > 200 && big_snake && ctxt->heuristic)
/netbsd-current/external/gpl2/gettext/dist/gnulib-local/lib/
H A Dfstrcmp.c39 heuristic, by Paul Eggert, to limit the cost to O(N**1.5 log N)
88 /* This corresponds to the diff -H flag. With this heuristic, for
93 int heuristic; member in struct:context
153 only characters before the midpoint), unless a heuristic is used
295 With this heuristic, for strings with a constant small density
297 if (c > 200 && big_snake && ctxt->heuristic)
/netbsd-current/external/mit/isl/dist/doc/
H A Dimplementation.tex603 to split on first. {\tt PipLib} uses a heuristic based on the (absolute)
610 rows as possible. The intuition behind this heuristic is that on the
614 is difficult to predict. This heuristic is of course much more
615 expensive to evaluate than the heuristic used by {\tt PipLib}.
616 More extensive tests are needed to evaluate whether the heuristic is worthwhile.
/netbsd-current/external/mit/expat/dist/conftools/
H A Dconfig.guess154 /* First heuristic to detect musl libc. */
162 # Second heuristic to detect musl libc.
/netbsd-current/external/gpl3/binutils/dist/
H A Dconfig.guess167 /* First heuristic to detect musl libc. */
176 # Second heuristic to detect musl libc.
/netbsd-current/external/lgpl3/mpfr/dist/
H A Dconfig.guess167 /* First heuristic to detect musl libc. */
176 # Second heuristic to detect musl libc.
/netbsd-current/crypto/external/bsd/heimdal/dist/
H A Dconfig.guess167 /* First heuristic to detect musl libc. */
176 # Second heuristic to detect musl libc.
/netbsd-current/external/gpl3/gcc/dist/
H A Dconfig.guess154 /* First heuristic to detect musl libc. */
162 # Second heuristic to detect musl libc.
/netbsd-current/external/gpl3/gdb/dist/readline/readline/support/
H A Dconfig.guess154 /* First heuristic to detect musl libc. */
162 # Second heuristic to detect musl libc.
/netbsd-current/external/gpl3/gdb/dist/
H A Dconfig.guess167 /* First heuristic to detect musl libc. */
176 # Second heuristic to detect musl libc.
/netbsd-current/external/bsd/file/dist/
H A Dconfig.guess167 /* First heuristic to detect musl libc. */
176 # Second heuristic to detect musl libc.
/netbsd-current/external/bsd/libpcap/dist/
H A Dconfig.guess167 /* First heuristic to detect musl libc. */
176 # Second heuristic to detect musl libc.
/netbsd-current/external/bsd/tcpdump/dist/
H A Dconfig.guess167 /* First heuristic to detect musl libc. */
176 # Second heuristic to detect musl libc.
/netbsd-current/external/public-domain/sqlite/dist/
H A Dconfig.guess167 /* First heuristic to detect musl libc. */
176 # Second heuristic to detect musl libc.
/netbsd-current/external/mit/isl/dist/
H A Dconfig.guess167 /* First heuristic to detect musl libc. */
176 # Second heuristic to detect musl libc.

Completed in 405 milliseconds

12