HomeSort by: relevance | last modified time | path
    Searched refs:heuristic (Results 1 - 25 of 40) sorted by relevancy

1 2

  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/
types.h 66 // force_sequential, force_parallel, heuristic.
69 heuristic, enumerator in enum:__gnu_parallel::_AlgorithmStrategy
settings.h 66 * - c. heuristic
68 * For heuristic, the parallel algorithm implementation is called
287 algorithm_strategy(heuristic),
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
types.h 66 // force_sequential, force_parallel, heuristic.
69 heuristic, enumerator in enum:__gnu_parallel::_AlgorithmStrategy
settings.h 66 * - c. heuristic
68 * For heuristic, the parallel algorithm implementation is called
287 algorithm_strategy(heuristic),
  /src/external/gpl3/gcc.old/dist/contrib/
analyze_brprob.py 115 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()))
289 self.print_group(sorting, 'HEURISTIC AGGREGATES', special, predict_def)
  /src/external/gpl3/gcc/dist/contrib/
analyze_brprob.py 117 heuristic = [x for x in heuristics if x.name == p]
118 heuristic = heuristic[0] if len(heuristic) == 1 else None
125 if heuristic != None:
127 + str(round(heuristic.get_hitrate()))
291 self.print_group(sorting, 'HEURISTIC AGGREGATES', special, predict_def)
  /src/external/gpl2/xcvs/dist/diff/
diff.h 180 EXTERN int heuristic;
179 EXTERN int heuristic; variable
diff.c 397 heuristic = 1;
1270 heuristic = 0;
analyze.c 23 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.
181 /* Heuristic: check occasionally for a diagonal that has made
186 With this heuristic, for files with a constant small density
189 if (c > 200 && big_snake && heuristic)
264 /* Heuristic: if we've gone well beyond the call of duty,
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
fstrcmp.c 39 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
290 /* Heuristic: check occasionally for a diagonal that has made lots
295 With this heuristic, for strings with a constant small density
297 if (c > 200 && big_snake && ctxt->heuristic)
396 /* Heuristic: if we've gone well beyond the call of duty, give up
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
fstrcmp.c 39 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
290 /* Heuristic: check occasionally for a diagonal that has made lots
295 With this heuristic, for strings with a constant small density
297 if (c > 200 && big_snake && ctxt->heuristic)
396 /* Heuristic: if we've gone well beyond the call of duty, give up
  /src/external/gpl2/gettext/dist/gnulib-local/lib/
fstrcmp.c 39 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
290 /* Heuristic: check occasionally for a diagonal that has made lots
295 With this heuristic, for strings with a constant small density
297 if (c > 200 && big_snake && ctxt->heuristic)
396 /* Heuristic: if we've gone well beyond the call of duty, give up
  /src/external/mit/isl/dist/doc/
implementation.tex 603 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.
  /src/external/bsd/byacc/dist/
config.guess 172 /* First heuristic to detect musl libc. */
182 # Second heuristic to detect musl libc.
  /src/external/bsd/file/dist/
config.guess 167 /* First heuristic to detect musl libc. */
176 # Second heuristic to detect musl libc.
  /src/external/bsd/jemalloc/dist/build-aux/
config.guess 154 /* First heuristic to detect musl libc. */
162 # Second heuristic to detect musl libc.
  /src/external/bsd/libpcap/dist/
config.guess 172 /* First heuristic to detect musl libc. */
182 # Second heuristic to detect musl libc.
  /src/external/bsd/nsd/dist/
config.guess 170 /* First heuristic to detect musl libc. */
180 # Second heuristic to detect musl libc.
  /src/external/bsd/nsd/dist/simdzone/
config.guess 170 /* First heuristic to detect musl libc. */
180 # Second heuristic to detect musl libc.
  /src/external/bsd/tcpdump/dist/
config.guess 172 /* First heuristic to detect musl libc. */
182 # Second heuristic to detect musl libc.
  /src/external/bsd/unbound/dist/
config.guess 172 /* First heuristic to detect musl libc. */
182 # Second heuristic to detect musl libc.
  /src/external/gpl3/binutils/dist/
config.guess 172 /* First heuristic to detect musl libc. */
182 # Second heuristic to detect musl libc.
  /src/external/gpl3/binutils.old/dist/
config.guess 172 /* First heuristic to detect musl libc. */
182 # Second heuristic to detect musl libc.
  /src/external/gpl3/gcc.old/dist/
config.guess 154 /* First heuristic to detect musl libc. */
162 # Second heuristic to detect musl libc.
  /src/external/gpl3/gcc/dist/
config.guess 154 /* First heuristic to detect musl libc. */
162 # Second heuristic to detect musl libc.

Completed in 66 milliseconds

1 2