Home
last modified time | relevance | path

Searched refs:sum_nodes (Results 1 – 20 of 20) sorted by relevance

/dports/x11-wm/i3/i3-4.20.1/testcases/t/
H A D132-move-workspace.t210 sub sum_nodes {
218 return @{$nodes} + sum_nodes(\@children);
241 is(sum_nodes(get_ws_content($tmp)), 4, 'four total containers on first ws');
252 my $tmpcount = sum_nodes(get_ws_content($tmp));
257 is(sum_nodes(get_ws_content($tmp)), $tmpcount, 'number of containers in first ws unchanged');
278 is(sum_nodes(get_ws_content($tmp)), 4, 'four total containers on first ws');
298 is(sum_nodes(get_ws_content('18')), 4, 'four total containers on ws 18');
384 is(sum_nodes(get_ws_content($tmp2)), 4, '3 leafs & 1 split node in second workspace');
H A D122-split.t92 sub sum_nodes {
100 return @{$nodes} + sum_nodes(\@children);
103 my $old_count = sum_nodes(\@content);
107 $old_count = sum_nodes(\@content);
112 my $count = sum_nodes(\@content);
/dports/x11-wm/i3-gaps/i3-4.20.1/testcases/t/
H A D132-move-workspace.t210 sub sum_nodes {
218 return @{$nodes} + sum_nodes(\@children);
241 is(sum_nodes(get_ws_content($tmp)), 4, 'four total containers on first ws');
252 my $tmpcount = sum_nodes(get_ws_content($tmp));
257 is(sum_nodes(get_ws_content($tmp)), $tmpcount, 'number of containers in first ws unchanged');
278 is(sum_nodes(get_ws_content($tmp)), 4, 'four total containers on first ws');
298 is(sum_nodes(get_ws_content('18')), 4, 'four total containers on ws 18');
384 is(sum_nodes(get_ws_content($tmp2)), 4, '3 leafs & 1 split node in second workspace');
H A D122-split.t92 sub sum_nodes {
100 return @{$nodes} + sum_nodes(\@children);
103 my $old_count = sum_nodes(\@content);
107 $old_count = sum_nodes(\@content);
112 my $count = sum_nodes(\@content);
/dports/math/jags/JAGS-4.3.0/src/modules/bugs/samplers/
H A DSumFactory.cc29 vector<StochasticNode const*> sum_nodes; in makeSamplers() local
40 sum_nodes.push_back(sum); in makeSamplers()
50 sum_nodes.begin(); p != sum_nodes.end(); ++p) in makeSamplers()
/dports/lang/gcc12-devel/gcc-12-20211205/libgomp/testsuite/libgomp.oacc-c-c++-common/
H A Ddeep-copy-5.c12 sum_nodes (struct node *head) in sum_nodes() function
74 assert (sum_nodes (&list) == 10 * 2); in main()
H A Ddeep-copy-4.c13 sum_nodes (struct node *head) in sum_nodes() function
80 assert (sum_nodes (&list) == (LIST_LENGTH * LIST_LENGTH + LIST_LENGTH) / 2); in main()
/dports/lang/gcc10/gcc-10.3.0/libgomp/testsuite/libgomp.oacc-c-c++-common/
H A Ddeep-copy-5.c12 sum_nodes (struct node *head) in sum_nodes() function
74 assert (sum_nodes (&list) == 10 * 2); in main()
H A Ddeep-copy-4.c13 sum_nodes (struct node *head) in sum_nodes() function
80 assert (sum_nodes (&list) == (LIST_LENGTH * LIST_LENGTH + LIST_LENGTH) / 2); in main()
/dports/lang/gcc11-devel/gcc-11-20211009/libgomp/testsuite/libgomp.oacc-c-c++-common/
H A Ddeep-copy-5.c12 sum_nodes (struct node *head) in sum_nodes() function
74 assert (sum_nodes (&list) == 10 * 2); in main()
H A Ddeep-copy-4.c13 sum_nodes (struct node *head) in sum_nodes() function
80 assert (sum_nodes (&list) == (LIST_LENGTH * LIST_LENGTH + LIST_LENGTH) / 2); in main()
/dports/devel/avr-gcc/gcc-10.2.0/libgomp/testsuite/libgomp.oacc-c-c++-common/
H A Ddeep-copy-5.c12 sum_nodes (struct node *head) in sum_nodes() function
74 assert (sum_nodes (&list) == 10 * 2); in main()
H A Ddeep-copy-4.c13 sum_nodes (struct node *head) in sum_nodes() function
80 assert (sum_nodes (&list) == (LIST_LENGTH * LIST_LENGTH + LIST_LENGTH) / 2); in main()
/dports/lang/gcc11/gcc-11.2.0/libgomp/testsuite/libgomp.oacc-c-c++-common/
H A Ddeep-copy-5.c12 sum_nodes (struct node *head) in sum_nodes() function
74 assert (sum_nodes (&list) == 10 * 2); in main()
H A Ddeep-copy-4.c13 sum_nodes (struct node *head) in sum_nodes() function
80 assert (sum_nodes (&list) == (LIST_LENGTH * LIST_LENGTH + LIST_LENGTH) / 2); in main()
/dports/lang/gcc10-devel/gcc-10-20211008/libgomp/testsuite/libgomp.oacc-c-c++-common/
H A Ddeep-copy-5.c12 sum_nodes (struct node *head)
74 assert (sum_nodes (&list) == 10 * 2);
H A Ddeep-copy-4.c13 sum_nodes (struct node *head) in sum_nodes() function
80 assert (sum_nodes (&list) == (LIST_LENGTH * LIST_LENGTH + LIST_LENGTH) / 2); in main()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgomp/testsuite/libgomp.oacc-c-c++-common/
H A Ddeep-copy-5.c12 sum_nodes (struct node *head) in sum_nodes() function
74 assert (sum_nodes (&list) == 10 * 2); in main()
H A Ddeep-copy-4.c13 sum_nodes (struct node *head) in sum_nodes() function
80 assert (sum_nodes (&list) == (LIST_LENGTH * LIST_LENGTH + LIST_LENGTH) / 2); in main()
/dports/games/gnugo/gnugo-3.8/engine/
H A Dpersistent.c771 int sum_nodes = 0; in reading_hotspots() local
778 sum_nodes += reading_cache.table[k].cost; in reading_hotspots()
780 if (sum_nodes <= 100) in reading_hotspots()
788 float contribution = entry->cost / (float) sum_nodes; in reading_hotspots()