Home
last modified time | relevance | path

Searched refs:sets (Results 1 – 25 of 13817) sorted by relevance

12345678910>>...553

/dports/games/simutrans/simutrans-121.0/gui/
H A Dsettings_stats.cc123 READ_BOOL_VALUE( sets->drive_on_left ); in read()
133 READ_NUM_VALUE( sets->bits_per_month ); in read()
134 READ_NUM_VALUE( sets->use_timeline ); in read()
251 READ_NUM_VALUE( sets->max_hops ); in read()
364 if( sets->get_starting_money(sets->get_starting_year())!=start_money_temp ) { in read()
419 READ_BOOL( sets->set_show_pax ); in read()
420 READ_NUM( sets->set_traffic_level ); in read()
493 local_sets = sets; in init()
558 sets->climate_borders[i] = ch; in read()
565 READ_BOOL_VALUE( sets->lake ); in read()
[all …]
H A Dwelt.cc73 sets = sets_par; in welt_gui_t()
76 …city_density = ( sets->get_city_count() ) ? sqrt((double)sets->get_size_x()*sets->get_s… in welt_gui_t()
77 …industry_density = ( sets->get_factory_count() ) ? sqrt((double)sets->get_size_x()*sets->g… in welt_gui_t()
78 …attraction_density = ( sets->get_tourist_attractions() ) ? sqrt((double)sets->get_size_x()*sets->g… in welt_gui_t()
79 …river_density = ( sets->get_river_number() ) ? sqrt((double)sets->get_size_x()*sets->g… in welt_gui_t()
443 …city_density = sets->get_city_count() ? sqrt((double)sets->get_size_x()*sets->get_size_y()) / sets in action_triggered()
454 …industry_density = sets->get_factory_count() ? sqrt((double)sets->get_size_x()*sets->get_size_y())… in action_triggered()
458 …attraction_density = sets->get_tourist_attractions() ? sqrt((double)sets->get_size_x()*sets->get_s… in action_triggered()
483 sets->set_use_timeline( sets->get_use_timeline()^1 ); in action_triggered()
488 sets->beginner_mode = sets->get_beginner_mode()^1; in action_triggered()
[all …]
H A Dsettings_frame.cc26 sets(s), in settings_frame_t()
47 general.init( sets ); in settings_frame_t()
48 display.init( sets ); in settings_frame_t()
49 economy.init( sets ); in settings_frame_t()
50 routing.init( sets ); in settings_frame_t()
51 costs.init( sets ); in settings_frame_t()
52 climates.init( sets ); in settings_frame_t()
112 costs.init( sets ); in action_triggered()
121 sets->rdwr(&file); in action_triggered()
130 costs.init( sets ); in action_triggered()
[all …]
H A Denlarge_map_frame_t.cc33 koord offset( sets->get_origin_x(), sets->get_origin_y() ); in koord_from_rotation()
34 switch( sets->get_rotation() ) { in koord_from_rotation()
80 …inp_y_size.init( sets->get_size_y(), sets->get_size_y(), 32766, sets->get_size_y()>=512 ? 128 : 64… in enlarge_map_frame_t()
127 delete sets; in ~enlarge_map_frame_t()
138 sets->set_size_x( v.i ); in action_triggered()
143 sets->set_size_y( v.i ); in action_triggered()
148 sets->set_city_count( v.i ); in action_triggered()
168 sets->rotate90(); in draw()
169 sets->set_size( sets->get_size_y(), sets->get_size_x() ); in draw()
225 sets->heightfield = ""; in update_preview()
[all …]
H A Dclimates.cc31 sets = sets_par; in climate_gui_t()
86 no_tree.pressed = sets->get_no_trees(); in climate_gui_t()
91 lake.pressed = sets->get_lake(); in climate_gui_t()
124 sets->set_no_trees(no_tree.pressed); in action_triggered()
128 sets->set_lake(lake.pressed); in action_triggered()
131 sets->groundwater = (sint16)v.i; in action_triggered()
144 sets->max_mountain_height = v.i; in action_triggered()
158 sets->river_number = (sint16)v.i; in action_triggered()
161 sets->min_river_length = (sint16)v.i; in action_triggered()
169 sets->winter_snowline = (sint16)v.i; in action_triggered()
[all …]
/dports/math/ogdf/OGDF/test/src/basic/
H A Ddisjointsets.cpp40 int sets[42]; in registerTestSuite() local
75 disjointSets->quickUnion(sets[1], sets[2]); in registerTestSuite()
76 disjointSets->quickUnion(sets[2], sets[3]); in registerTestSuite()
77 disjointSets->quickUnion(sets[1], sets[4]); in registerTestSuite()
91 disjointSets->link(sets[1], sets[2]); in registerTestSuite()
92 disjointSets->link(disjointSets->find(sets[2]), sets[3]); in registerTestSuite()
93 disjointSets->link(disjointSets->find(sets[1]), sets[4]); in registerTestSuite()
107 disjointSets->quickUnion(sets[1], sets[2]); in registerTestSuite()
108 disjointSets->quickUnion(sets[1], sets[2]); in registerTestSuite()
143 disjointSets->link(sets[3], sets[4]); in registerTestSuite()
[all …]
/dports/math/p5-Set-IntSpan-Fast-XS/Set-IntSpan-Fast-XS-0.05/t/
H A Dmisc.t27 $sets[ $next % @sets ]->add( $next );
69 for ( @sets ) {
73 my $inter = $sets[0]->intersection( @sets[ 1 .. $#sets ] );
107 my @sets = ();
115 ok( $sets[0]->equals( @sets[ 1 .. $#sets ] ), 'equal' );
118 my $eq = $sets[0]->equals( @sets[ 1 .. $#sets ] );
124 ok( $sets[0]->superset( $sets[1] ), 'superset equal' );
125 ok( $sets[0]->subset( $sets[1] ), 'subset equal' );
128 ok( $sets[0]->superset( $sets[1] ), 'superset bigger' );
129 ok( !$sets[0]->subset( $sets[1] ), 'subset bigger' );
[all …]
/dports/math/p5-Set-IntSpan-Fast/Set-IntSpan-Fast-1.15/t/
H A Dmisc.t27 $sets[ $next % @sets ]->add( $next );
73 my $inter = $sets[0]->intersection( @sets[ 1 .. $#sets ] );
115 ok( $sets[0]->equals( @sets[ 1 .. $#sets ] ), 'equal' );
118 my $eq = $sets[0]->equals( @sets[ 1 .. $#sets ] );
134 ok( $sets[0]->equals( $sets[1] ), 'empty sets equal' );
137 ok( !$sets[0]->equals( $sets[1] ), 'sets not equal' );
140 ok( !$sets[1]->equals( @sets[ 0, 2 ] ), 'three sets not equal 3' );
144 ok( !$sets[1]->equals( @sets[ 0, 2 ] ), 'three sets not equal 6' );
146 ok( $sets[0]->equals( @sets[ 1 .. 2 ] ), 'three sets equal 1' );
147 ok( $sets[2]->equals( @sets[ 0 .. 1 ] ), 'three sets equal 2' );
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/proxy/
H A Dtopology_test.go33 zoneHints sets.String
48 {ip: "10.1.2.3", zoneHints: sets.NewString("zone-a")},
49 {ip: "10.1.2.4", zoneHints: sets.NewString("zone-b")},
50 {ip: "10.1.2.5", zoneHints: sets.NewString("zone-c")},
51 {ip: "10.1.2.6", zoneHints: sets.NewString("zone-a")},
54 {ip: "10.1.2.3", zoneHints: sets.NewString("zone-a")},
55 {ip: "10.1.2.6", zoneHints: sets.NewString("zone-a")},
63 {ip: "10.1.2.3", zoneHints: sets.NewString("zone-a")},
64 {ip: "10.1.2.4", zoneHints: sets.NewString("zone-b")},
65 {ip: "10.1.2.5", zoneHints: sets.NewString("zone-c")},
[all …]
/dports/net-im/beebeep/beebeep-code-r1476/src/core/
H A DSettings.cpp550 sets->sync(); in createDefaultRcFile()
568 return sets; in objectRcSettings()
574 if( sets ) in loadRcFile()
714 delete sets; in loadRcFile()
1195 return sets; in objectSettings()
1326 delete sets; in load()
1743 sets->clear(); in save()
2046 sets->sync(); in save()
2182 sets.sync(); in addStartOnSystemBoot()
2197 sets.sync(); in removeStartOnSystemBoot()
[all …]
/dports/math/vowpal_wabbit/vowpal_wabbit-7.10/test/
H A DRunTests759 train-sets/ref/0001.stderr
763 test-sets/ref/0001.stderr
764 pred-sets/ref/0001.predict
768 train-sets/ref/0002.stderr
772 train-sets/ref/0002.stdout
773 train-sets/ref/0002.stderr
782 test-sets/ref/0002b.stderr
791 test-sets/ref/0002c.stderr
806 train-sets/ref/oaa.stderr
823 train-sets/ref/zero.stdout
[all …]
/dports/math/spot/spot-2.10.2/doc/org/
H A Dtut21.org254 Number of sets: 2
271 acc sets = {}
274 acc sets = {}
277 acc sets = {}
280 acc sets = {}
283 acc sets = {}
286 acc sets = {}
294 acc sets = {}
307 acc sets = {}
310 acc sets = {}
[all …]
/dports/math/py-spot/spot-2.10.2/doc/org/
H A Dtut21.org254 Number of sets: 2
271 acc sets = {}
274 acc sets = {}
277 acc sets = {}
280 acc sets = {}
283 acc sets = {}
286 acc sets = {}
294 acc sets = {}
307 acc sets = {}
310 acc sets = {}
[all …]
/dports/devel/py-bandit/bandit-1.7.1/bandit/blacklists/
H A Dcalls.py332 sets = []
333 sets.append(utils.build_conf_dict(
350 sets.append(utils.build_conf_dict(
355 sets.append(utils.build_conf_dict(
372 sets.append(utils.build_conf_dict(
392 sets.append(utils.build_conf_dict(
398 sets.append(utils.build_conf_dict(
403 sets.append(utils.build_conf_dict(
409 sets.append(utils.build_conf_dict(
415 sets.append(utils.build_conf_dict(
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/exodusii/5.22b/exodus/cbind/src/
H A Dex_put_sets.c176 ex_name_of_object(sets[i].type), sets[i].id,exoid); in ex_put_sets()
182 ex_name_of_object(sets[i].type), sets[i].id,exoid); in ex_put_sets()
200 ex_name_of_object(sets[i].type), sets[i].id,exoid); in ex_put_sets()
205 ex_name_of_object(sets[i].type), sets[i].id,exoid); in ex_put_sets()
218 ex_name_of_object(sets[i].type), sets[i].id, exoid); in ex_put_sets()
223 ex_name_of_object(sets[i].type), sets[i].id,exoid); in ex_put_sets()
239 sets[i].num_distribution_factor, sets[i].num_entry, sets[i].id, exoid); in ex_put_sets()
250 ex_name_of_object(sets[i].type), sets[i].id,exoid); in ex_put_sets()
264 ex_name_of_object(sets[i].type), sets[i].id,exoid); in ex_put_sets()
269 ex_name_of_object(sets[i].type), sets[i].id,exoid); in ex_put_sets()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/exodusII/vtkexodusII/src/
H A Dex_put_sets.c86 status = ex__id_lkup(exoid, sets[i].type, sets[i].id); in ex_put_sets()
171 ex_name_of_object(sets[i].type), sets[i].id, exoid); in ex_put_sets()
177 ex_name_of_object(sets[i].type), sets[i].id, exoid); in ex_put_sets()
194 ex_name_of_object(sets[i].type), sets[i].id, exoid); in ex_put_sets()
230 if (sets[i].num_distribution_factor != sets[i].num_entry) { in ex_put_sets()
234 sets[i].num_distribution_factor, sets[i].num_entry, sets[i].id, exoid); in ex_put_sets()
308 ex_name_of_object(sets[i].type), sets[i].id, exoid); in ex_put_sets()
324 ex_name_of_object(sets[i].type), sets[i].id, exoid); in ex_put_sets()
343 ex_name_of_object(sets[i].type), sets[i].id, exoid); in ex_put_sets()
361 if (sets[i].entry_list != NULL || sets[i].extra_list != NULL) { in ex_put_sets()
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/exodusII/vtkexodusII/src/
H A Dex_put_sets.c110 status = ex_id_lkup(exoid, sets[i].type, sets[i].id); in ex_put_sets()
195 ex_name_of_object(sets[i].type), sets[i].id, exoid); in ex_put_sets()
201 ex_name_of_object(sets[i].type), sets[i].id, exoid); in ex_put_sets()
218 ex_name_of_object(sets[i].type), sets[i].id, exoid); in ex_put_sets()
254 if (sets[i].num_distribution_factor != sets[i].num_entry) { in ex_put_sets()
258 sets[i].num_distribution_factor, sets[i].num_entry, sets[i].id, exoid); in ex_put_sets()
334 ex_name_of_object(sets[i].type), sets[i].id, exoid); in ex_put_sets()
350 ex_name_of_object(sets[i].type), sets[i].id, exoid); in ex_put_sets()
369 ex_name_of_object(sets[i].type), sets[i].id, exoid); in ex_put_sets()
387 if (sets[i].entry_list != NULL || sets[i].extra_list != NULL) { in ex_put_sets()
[all …]
/dports/devel/hwloc/hwloc-1.11.13/tests/
H A Dhwloc_bitmap_compare_inclusion.c45 hwloc_bitmap_t sets[N]; in main() local
51 sets[0] = hwloc_bitmap_alloc(); in main()
53 sets[1] = hwloc_bitmap_alloc_full(); in main()
62 sets[4] = hwloc_bitmap_alloc(); in main()
65 sets[5] = hwloc_bitmap_alloc(); in main()
68 sets[6] = hwloc_bitmap_alloc(); in main()
72 sets[7] = hwloc_bitmap_alloc(); in main()
75 sets[8] = hwloc_bitmap_alloc(); in main()
79 sets[9] = hwloc_bitmap_alloc(); in main()
84 int res = check_compare(sets[i], sets[j]); in main()
[all …]
/dports/devel/hwloc2/hwloc-2.5.0/tests/hwloc/
H A Dhwloc_bitmap_compare_inclusion.c44 hwloc_bitmap_t sets[N]; in main() local
50 sets[0] = hwloc_bitmap_alloc(); in main()
52 sets[1] = hwloc_bitmap_alloc_full(); in main()
61 sets[4] = hwloc_bitmap_alloc(); in main()
64 sets[5] = hwloc_bitmap_alloc(); in main()
67 sets[6] = hwloc_bitmap_alloc(); in main()
71 sets[7] = hwloc_bitmap_alloc(); in main()
74 sets[8] = hwloc_bitmap_alloc(); in main()
78 sets[9] = hwloc_bitmap_alloc(); in main()
83 int res = check_compare(sets[i], sets[j]); in main()
[all …]
/dports/net/mpich/mpich-3.4.3/src/pm/hydra2/libhydra/topo/hwloc/hwloc/tests/hwloc/
H A Dhwloc_bitmap_compare_inclusion.c44 hwloc_bitmap_t sets[N]; in main() local
50 sets[0] = hwloc_bitmap_alloc(); in main()
52 sets[1] = hwloc_bitmap_alloc_full(); in main()
61 sets[4] = hwloc_bitmap_alloc(); in main()
64 sets[5] = hwloc_bitmap_alloc(); in main()
67 sets[6] = hwloc_bitmap_alloc(); in main()
71 sets[7] = hwloc_bitmap_alloc(); in main()
74 sets[8] = hwloc_bitmap_alloc(); in main()
78 sets[9] = hwloc_bitmap_alloc(); in main()
83 int res = check_compare(sets[i], sets[j]); in main()
[all …]
/dports/net/mpich/mpich-3.4.3/modules/hwloc/tests/hwloc/
H A Dhwloc_bitmap_compare_inclusion.c44 hwloc_bitmap_t sets[N]; in main() local
50 sets[0] = hwloc_bitmap_alloc(); in main()
52 sets[1] = hwloc_bitmap_alloc_full(); in main()
61 sets[4] = hwloc_bitmap_alloc(); in main()
64 sets[5] = hwloc_bitmap_alloc(); in main()
67 sets[6] = hwloc_bitmap_alloc(); in main()
71 sets[7] = hwloc_bitmap_alloc(); in main()
74 sets[8] = hwloc_bitmap_alloc(); in main()
78 sets[9] = hwloc_bitmap_alloc(); in main()
83 int res = check_compare(sets[i], sets[j]); in main()
[all …]
/dports/net/mpich/mpich-3.4.3/src/pm/hydra/tools/topo/hwloc/hwloc/tests/hwloc/
H A Dhwloc_bitmap_compare_inclusion.c44 hwloc_bitmap_t sets[N]; in main() local
50 sets[0] = hwloc_bitmap_alloc(); in main()
52 sets[1] = hwloc_bitmap_alloc_full(); in main()
61 sets[4] = hwloc_bitmap_alloc(); in main()
64 sets[5] = hwloc_bitmap_alloc(); in main()
67 sets[6] = hwloc_bitmap_alloc(); in main()
71 sets[7] = hwloc_bitmap_alloc(); in main()
74 sets[8] = hwloc_bitmap_alloc(); in main()
78 sets[9] = hwloc_bitmap_alloc(); in main()
83 int res = check_compare(sets[i], sets[j]); in main()
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/cloud-provider/volume/helpers/
H A Dzones_test.go40 want sets.String
44 want: sets.String{"us-east-1a": sets.Empty{}},
48 want: sets.String{
49 "us-east-1a": sets.Empty{},
50 "us-west-2a": sets.Empty{},
71 Zones sets.String
74 Expected sets.String
78 Zones: sets.NewString("a", "b", "c"),
397 Zones: sets.NewString(),
399 Expected: sets.NewString(),
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/network/first_party_sets/
H A Dpreloaded_first_party_sets_unittest.cc160 PreloadedFirstPartySets sets; in TEST() local
166 PreloadedFirstPartySets sets; in TEST() local
173 PreloadedFirstPartySets sets; in TEST() local
174 sets.SetManuallySpecifiedSet( in TEST()
181 PreloadedFirstPartySets sets; in TEST() local
182 sets.SetManuallySpecifiedSet( in TEST()
188 PreloadedFirstPartySets sets; in TEST() local
198 PreloadedFirstPartySets sets; in TEST() local
199 sets.SetManuallySpecifiedSet( in TEST()
208 PreloadedFirstPartySets sets; in TEST() local
[all …]
/dports/math/cvc4/CVC4-1.7/src/theory/sets/
H A Dkinds8 ::CVC4::theory::sets::TheorySets \
9 "theory/sets/theory_sets.h"
10 typechecker "theory/sets/theory_sets_type_rules.h"
11 rewriter ::CVC4::theory::sets::TheorySetsRewriter \
12 "theory/sets/theory_sets_rewriter.h"
28 "theory/sets/theory_sets_type_rules.h"
32 "theory/sets/theory_sets_type_rules.h"
34 "::CVC4::theory::sets::SetEnumerator" \
35 "theory/sets/theory_sets_type_enumerator.h"
73 typerule IDEN ::CVC4::theory::sets::RelIdenTypeRule
[all …]

12345678910>>...553