Home
last modified time | relevance | path

Searched defs:stable_size (Results 1 – 8 of 8) sorted by relevance

/dports/x11-toolkits/fltk/fltk-1.3.8/examples/
H A Dtextdisplay-with-colors.cxx44 int stable_size = sizeof(stable)/sizeof(stable[0]); // # entries in style table (4) in main() local
/dports/x11-toolkits/ntk/ntk/examples/
H A Dtextdisplay-with-colors.cxx53 int stable_size = sizeof(stable)/sizeof(stable[0]); // # entries in style table (4) in main() local
/dports/math/giacxcas/fltk-1.3.0/examples/
H A Dtextdisplay-with-colors.cxx53 int stable_size = sizeof(stable)/sizeof(stable[0]); // # entries in style table (4) in main() local
/dports/devel/gaul/gaul-devel-0.1849-0/tests/
H A Dtest_slang.c101 int test_slang_genesis( int *stable_size ) in test_slang_genesis()
/dports/devel/gaul/gaul-devel-0.1849-0/src/
H A Dga_io.c480 int size, stable_size, num_chromosomes, len_chromosomes; /* Input data. */ in ga_population_read() local
613 int size, stable_size, num_chromosomes, len_chromosomes; /* Input data. */ in ga_population_read() local
H A Dga_core.c276 population *ga_population_new( const int stable_size, in ga_population_new()
2900 boolean ga_population_set_stablesize(population *pop, int stable_size) in ga_population_set_stablesize()
H A Dga_intrinsics.c58 static int ga_population_new_slang( int *stable_size, in ga_population_new_slang()
/dports/devel/gaul/gaul-devel-0.1849-0/src/gaul/
H A Dga_core.h281 int stable_size; /* Requested population size. */ member