Home
last modified time | relevance | path

Searched refs:generations (Results 1 – 25 of 43) sorted by relevance

12

/external/toolchain-utils/bestflags/
Dtesting_batch.py277 def _TestAlgorithm(cost_func, specs, generations, best_result): argument
299 args=(set(), generations, output_queue, input_queue))
363 generations = [HillClimbingBestBranch(generation_tasks, set([]), specs)]
368 _TestAlgorithm('sum(values[0:len(values)])', specs, generations, 0)
379 generations = [HillClimbingBestBranch(generation_tasks, set([]), specs)]
384 _TestAlgorithm(cost_function, specs, generations, cost)
403 generations = [GAGeneration(generation_tasks, set([]), 0)]
406 _TestAlgorithm('sum(values[0:len(values)])', specs, generations, -1)
408 _TestAlgorithm(cost_func, specs, generations, -1)
425 generations = _GenerateAllIterativeEliminationTasks(specs)
[all …]
Dsteering_test.py79 generations = []
97 generations.insert(0, current_generation)
118 while generations:
119 generation = generations.pop(0)
Dsteering.py14 def Steering(cache, generations, input_queue, result_queue): argument
45 waiting = generations
53 for generation in generations:
Dexample_algorithms.py123 generations = [GAGeneration(generation_tasks, set([]), 0)]
126 _StartExperiment(num_builders, num_testers, generations)
147 def _StartExperiment(num_builders, num_testers, generations): argument
176 args=(set([]), generations, test_steering, steering_build))
/external/python/cpython2/Modules/
Dgcmodule.c40 #define GEN_HEAD(n) (&generations[n].head)
43 static struct gc_generation generations[NUM_GENERATIONS] = { variable
900 generations[generation+1].count += 1; in collect()
902 generations[i].count = 0; in collect()
1039 if (generations[i].count > generations[i].threshold) { in collect_generations()
1173 &generations[0].threshold, in gc_set_thresh()
1174 &generations[1].threshold, in gc_set_thresh()
1175 &generations[2].threshold)) in gc_set_thresh()
1179 generations[i].threshold = generations[2].threshold; in gc_set_thresh()
1195 generations[0].threshold, in gc_get_thresh()
[all …]
/external/python/cpython3/Modules/
Dgcmodule.c57 #define GEN_HEAD(n) (&_PyRuntime.gc.generations[n].head)
64 #define _GEN_HEAD(n) (&state->generations[n].head) in _PyGC_Initialize()
65 struct gc_generation generations[NUM_GENERATIONS] = { in _PyGC_Initialize() local
72 state->generations[i] = generations[i]; in _PyGC_Initialize()
831 _PyRuntime.gc.generations[generation+1].count += 1; in collect()
833 _PyRuntime.gc.generations[i].count = 0; in collect()
1043 if (_PyRuntime.gc.generations[i].count > _PyRuntime.gc.generations[i].threshold) { in collect_generations()
1188 &_PyRuntime.gc.generations[0].threshold, in gc_set_thresh()
1189 &_PyRuntime.gc.generations[1].threshold, in gc_set_thresh()
1190 &_PyRuntime.gc.generations[2].threshold)) in gc_set_thresh()
[all …]
/external/v8/src/
Dcompilation-cache.h26 CompilationSubCache(Isolate* isolate, int generations) in CompilationSubCache() argument
28 generations_(generations) { in CompilationSubCache()
29 tables_ = NewArray<Object*>(generations); in CompilationSubCache()
63 inline int generations() { return generations_; } in generations() function
137 CompilationCacheRegExp(Isolate* isolate, int generations) in CompilationCacheRegExp() argument
138 : CompilationSubCache(isolate, generations) { } in CompilationCacheRegExp()
Dcompilation-cache.cc85 for (int generation = 0; generation < generations(); generation++) { in Remove()
138 DCHECK_EQ(generations(), 1); in Lookup()
193 DCHECK_EQ(generations(), 1); in Lookup()
228 for (generation = 0; generation < generations(); generation++) { in Lookup()
/external/clang/test/CodeGen/
D2008-08-07-AlignPadding1.c21 #define GEN_HEAD(n) (&generations[n].head)
27 struct gc_generation generations[3] = { variable
Dunion-init.c23 #define GEN_HEAD(n) (&generations[n].head)
26 struct gc_generation generations[NUM_GENERATIONS] = { variable
/external/ImageMagick/MagickCore/
Dlog.c123 generations, member
813 (void) FormatLocaleFile(file,"%9g ",(double) log_info[i]->generations); in ListLogInfo()
1091 if (log_info->generations == 0) in TranslateEvent()
1098 log_info->generations)); in TranslateEvent()
1228 if (log_info->generations == 0) in TranslateFilename()
1235 log_info->generations)); in TranslateFilename()
1612 log_info->generations=(~0UL); in LoadLogCache()
1615 log_info->generations=StringToUnsignedLong(token); in LoadLogCache()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_CudnnRNNCanonicalToParams.pbtxt17 generations.
20 generations.
Dapi_def_CudnnRNNParamsToCanonical.pbtxt20 generations.
23 generations.
Dapi_def_CudnnRNN.pbtxt26 generations. So it is a good idea to save and restore
Dapi_def_CudnnRNNV2.pbtxt27 generations. So it is a good idea to save and restore
Dapi_def_CudnnRNNBackprop.pbtxt25 generations. So it is a good idea to save and restore
Dapi_def_CudnnRNNV3.pbtxt30 generations. So it is a good idea to save and restore
Dapi_def_CudnnRNNBackpropV2.pbtxt28 generations. So it is a good idea to save and restore
Dapi_def_CudnnRNNBackpropV3.pbtxt30 generations. So it is a good idea to save and restore
/external/python/cpython3/Include/internal/
Dmem.h120 struct gc_generation generations[NUM_GENERATIONS]; member
/external/u-boot/drivers/pci/
DKconfig87 Enable support for the PCIe controller found on some generations of
98 which can be used on some generations of Xilinx FPGAs.
/external/ImageMagick/Magick++/
DREADME13 pointer) semantics so it is trivial to support multiple generations of an
/external/swiftshader/third_party/llvm-7.0/llvm/docs/HistoricalNotes/
D2001-04-16-DynamicCompilation.txt38 body of legacy code that was compiled for previous generations and will
/external/llvm/docs/HistoricalNotes/
D2001-04-16-DynamicCompilation.txt38 body of legacy code that was compiled for previous generations and will
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/
D2001-04-16-DynamicCompilation.txt38 body of legacy code that was compiled for previous generations and will

12