HomeSort by relevance Sort by last modified time
    Searched full:generations (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /external/clang/test/CodeGen/
union-init.c 19 generations */
23 #define GEN_HEAD(n) (&generations[n].head)
26 struct gc_generation generations[NUM_GENERATIONS] = { variable in typeref:struct:gc_generation
2008-08-07-AlignPadding1.c 21 #define GEN_HEAD(n) (&generations[n].head)
25 // CHECK: @generations = global [3 x %struct.gc_generation] [%struct.gc_generation { %union._gc_head { %struct.anon { %union._gc_head* getelementptr inbounds ([3 x %struct.gc_generation], [3 x %struct.gc_generation]* @generations, i32 0, i32 0, i32 0), %union._gc_head* getelementptr inbounds ([3 x %struct.gc_generation], [3 x %struct.gc_generation]* @generations, i32 0, i32 0, i32 0), i64 0 }, [8 x i8] undef }, i32 700, i32 0, [8 x i8] undef }, %struct.gc_generation { %union._gc_head { %struct.anon { %union._gc_head* bitcast (i8* getelementptr (i8, i8* bitcast ([3 x %struct.gc_generation]* @generations to i8*), i64 48) to %union._gc_head*), %union._gc_head* bitcast (i8* getelementptr (i8, i8* bitcast ([3 x %struct.gc_generation]* @generations to i8*), i64 48) to %union._gc_head*), i64 0 }, [8 x i8] undef }, i32 10, i32 0, [8 x i8] undef }, %struct.gc_generation { %union._gc_head { %struct.anon { %union._gc_head* bitcast (i8* getelementptr (i8, i8* bitcast ([3 x %struct.gc_generation]* @generations to i8*), i64 96) to %union._gc_head*), %union._gc_head* bitcast (i8* getelementptr (i8, i8* bitcast ([3 x %struct.gc_generation]* @generations to i8*), i64 96) to %union._gc_head*), i64 0 }, [8 x i8] undef }, i32 10, i32 0, [8 x i8] undef }]
27 struct gc_generation generations[3] = { variable in typeref:struct:gc_generation
  /external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/
FixedGenerationCount.java 20 * Stops after a fixed number of generations. Each time
30 /** Number of generations that have passed */
33 /** Maximum number of generations (stopping criteria) */
39 * @param maxGenerations number of generations to evolve
43 throw new IllegalArgumentException("The number of generations has to be >= 0");
48 * Determine whether or not the given number of generations have passed.
49 * Increments the number of generations counter if the maximum has not
53 * @return <code>true</code> IFF the maximum number of generations has been exceeded
64 * @return the number of generations that have passed
GeneticAlgorithm.java 55 /** the number of generations evolved to reach {@link StoppingCondition} in the last run. */
103 * property with the number of generations evolved before the StoppingCondition
218 * Returns the number of generations evolved to
221 * @return number of generations evolved
  /external/v8/src/
compilation-cache.h 22 CompilationSubCache(Isolate* isolate, int generations)
24 generations_(generations) {
25 tables_ = NewArray<Object*>(generations);
59 // Number of generations in this sub-cache.
60 inline int generations() { return generations_; }
67 int generations_; // Number of generations.
77 CompilationCacheScript(Isolate* isolate, int generations);
112 CompilationCacheEval(Isolate* isolate, int generations)
113 : CompilationSubCache(isolate, generations) { }
131 CompilationCacheRegExp(Isolate* isolate, int generations)
    [all...]
compilation-cache.cc 16 // The number of generations for each sub cache.
65 // Age the generations implicitly killing off the oldest.
99 for (int generation = 0; generation < generations(); generation++) {
108 int generations)
109 : CompilationSubCache(isolate, generations) {}
154 for (generation = 0; generation < generations(); generation++) {
211 for (generation = 0; generation < generations(); generation++) {
253 for (generation = 0; generation < generations(); generation++) {
  /external/ImageMagick/config/
log.xml 8 <!ATTLIST log generations CDATA #IMPLIED>
37 <log generations="3"/>
  /external/ImageMagick/www/source/
log.xml 8 <!ATTLIST log generations CDATA #IMPLIED>
37 <log generations="3"/>
  /prebuilts/go/darwin-x86/misc/cgo/life/
main.go 22 var gen = flag.Int("gen", 10, "generations")
  /prebuilts/go/linux-x86/misc/cgo/life/
main.go 22 var gen = flag.Int("gen", 10, "generations")
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/gs/
test_versioning.py 61 generations = [k.generation for k in versions]
62 self.assertIn(g1, generations)
63 self.assertIn(g2, generations)
76 generations = [k.generation for k in versions]
77 self.assertIn(g1, generations)
78 self.assertIn(g2, generations)
  /external/ImageMagick/Magick++/
README 15 trivial to support multiple generations of an image in memory at one time.
  /external/libchrome/crypto/
nss_util.h 87 // generations to scribble over each other. To work around this, we synchronize
  /external/llvm/docs/HistoricalNotes/
2001-04-16-DynamicCompilation.txt 38 body of legacy code that was compiled for previous generations and will
2001-02-09-AdveComments.txt 46 255 positions seems adequate for several generations of machines
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILDeviceInfo.h 73 // These have to be in order with the older generations
  /frameworks/base/media/java/android/media/tv/
TvStreamConfig.java 39 * Generations are incremented once framework receives STREAM_CONFIGURATION_CHANGED event from
  /external/opencv3/modules/core/test/
test_ds.cpp 336 int struct_count, max_struct_size, iterations, generations; member in class:Core_DynStructBaseTest
357 generations = 10;
395 generations = cvReadInt( find_param( fs, "generations" ), generations );
397 generations = cvRound(generations*sqrt_scale);
409 generations = cvtest::clipInt( generations, 1, 100 );
992 for( gen = 0; gen < generations; gen++
    [all...]
  /external/dbus/dbus/
dbus-sysdeps-thread-win.c 262 /* We reuse this over several generations, because we can't
  /hardware/bsp/intel/peripheral/libmraa/api/mraa/
types.h 48 MRAA_INTEL_NUC5 = 8, /**< The Intel 5th generations Broadwell NUCs */
  /external/ImageMagick/MagickCore/
log.c 125 generations,
801 (void) FormatLocaleFile(file," Generations Limit Format\n");
812 (void) FormatLocaleFile(file,"%9g ",(double) log_info[i]->generations);
122 generations, member in struct:_LogInfo
    [all...]
  /external/ImageMagick/www/Magick++/
Documentation.html 15 <p>The Image class supports reference-counted memory management which supports the semantics of an intrinsic variable type (e.g. 'int') with an extremely efficient <tt>operator =</tt> and copy constructor (only a pointer is assigned) while ensuring that the image data is replicated as required so that it the image may be modified without impacting earlier generations. Since the Image class manages heap memory internally, images are best allocated via C++ automatic (stack-based) memory allocation. This support allows most programs using Magick++ to be written without using any pointers, simplifying the implementation and avoiding the risks of using pointers. When a program uses automatic memory allocation to allocate Magick++ images, that aspect of the program becomes naturally exception-safe and thread-safe.</p>
  /external/mesa3d/docs/
libGL.txt 76 with many generations of hardware drivers to come.
  /external/opencv3/cmake/
OpenCVDetectCUDA.cmake 53 message(FATAL_ERROR "ERROR: ${_generations} Generations are suppered.")
  /frameworks/opt/setupwizard/tools/gradle/
gradlew 194 # Higher values mean smaller new generations.

Completed in 761 milliseconds

1 2 3 4