Home
last modified time | relevance | path

Searched refs:nodea (Results 1 – 25 of 144) sorted by relevance

123456

/dports/textproc/p5-RDF-Query/RDF-Query-2.918/lib/RDF/Query/Node/
H A DLiteral.pm60 my $nodea = shift;
65 $l->debug('literal comparison: ' . Dumper($nodea, $nodeb));
73 my $dta = $nodea->literal_datatype || '';
81 my $datea = $nodea->datetime;
92 return $nodea->numeric_value <=> $nodeb->numeric_value;
98 if ($nodea->has_language and $nodeb->has_language) {
122 } ($nodea, $nodeb);
128 $c = $nodea->literal_value cmp $nodeb->literal_value;
130 return $nodea->as_string cmp $nodeb->as_string;
158 my $c = ($nodea->has_language) ? 1 : -1;
[all …]
H A DBlank.pm52 my $nodea = shift;
55 $l->debug("blank comparison: " . Dumper($nodea, $nodeb));
61 my $cmp = $nodea->blank_identifier cmp $nodeb->blank_identifier;
/dports/databases/slony1v2/slony1-2.2.10/tools/altperl/
H A Dslonik_store_node.pl56 foreach my $nodea (@NODES) {
57 my $dsna = $DSN[$nodea];
59 if ($nodea != $nodeb) {
60 next unless ($node == $nodea or $node == $nodeb);
62 if (!$printed[$nodea][$nodeb]) {
63 $slonik .= " store path (server = $nodea, client = $nodeb, conninfo = '$dsna');\n";
64 $printed[$nodea][$nodeb] = "done";
66 if (!$printed[$nodeb][$nodea] and $providerba == $nodea) {
67 $slonik .= " store path (server = $nodeb, client = $nodea, conninfo = '$dsnb');\n";
68 $printed[$nodeb][$nodea] = "done";
H A Dslonik_init_cluster.pl53 foreach my $nodea (@NODES) {
54 my $dsna = $DSN[$nodea];
56 if ($nodea != $nodeb) {
58 if (!$printed[$nodea][$nodeb]) {
59 $slonik .= " store path (server = $nodea, client = $nodeb, conninfo = '$dsna');\n";
60 $printed[$nodea][$nodeb] = "done";
62 if (!$printed[$nodeb][$nodea] and $providerba == $nodea) {
63 $slonik .= " store path (server = $nodeb, client = $nodea, conninfo = '$dsnb');\n";
64 $printed[$nodeb][$nodea] = "done";
/dports/cad/calculix-ccx/CalculiX/ccx_2.18/src/
H A Dcalcgeomelemnet.f80 integer nelem,ielprop(*),mi(*),nodea,nodeb,nodec,index local
99 nodea=nint(prop(index+1))
102 & co(1,nodea)-vold(1,nodea))**2)
110 nodea=nint(prop(index+1))
114 & co(1,nodea)-vold(1,nodea))**2)
H A Dbeammpc.f35 & ilmpc(*),node,id,mpcfreeold,j,idof,l,nodeboun(*),nodea,nodeb, local
41 save nodea
44 nodea=node
50 dd=dabs(co(j,nodea)-co(j,nodeb))
70 idof=8*(nodea-1)+j
97 nodempc(1,mpcfree)=nodea
100 nodempc(1,mpcfree)=nodea
103 nodempc(1,mpcfree)=nodea
H A Dstraightmpc.f36 & ilmpc(*),node,id,mpcfreeold,j,idof,l,nodeboun(*),nodea,nodeb, local
41 save nodea,nodeb,jmax
44 nodea=node
50 dd=abs((co(k,nodea)-co(k,nodeb)))
99 nodempc(1,mpcfree)=nodea
102 nodempc(1,mpcfree)=nodea
H A Dplanempc.f36 & ilmpc(*),node,id,mpcfreeold,j,idof,l,nodeboun(*),nodea,nodeb,
42 save nodea,nodeb,nodec,jmax
45 nodea=node
53 pac(j)=co(j,nodea)-co(j,nodec)
119 nodempc(1,mpcfree)=nodea
122 nodempc(1,mpcfree)=nodea
125 nodempc(1,mpcfree)=nodea
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/of/
H A Dof_numa.c98 u32 nodea, nodeb, distance; in of_numa_parse_distance_map_v1() local
100 nodea = of_read_number(matrix, 1); in of_numa_parse_distance_map_v1()
107 if ((nodea == nodeb && distance != LOCAL_DISTANCE) || in of_numa_parse_distance_map_v1()
108 (nodea != nodeb && distance <= LOCAL_DISTANCE)) { in of_numa_parse_distance_map_v1()
110 nodea, nodeb, distance); in of_numa_parse_distance_map_v1()
114 numa_set_distance(nodea, nodeb, distance); in of_numa_parse_distance_map_v1()
117 if (nodeb > nodea) in of_numa_parse_distance_map_v1()
118 numa_set_distance(nodeb, nodea, distance); in of_numa_parse_distance_map_v1()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/of/
H A Dof_numa.c98 u32 nodea, nodeb, distance; in of_numa_parse_distance_map_v1() local
100 nodea = of_read_number(matrix, 1); in of_numa_parse_distance_map_v1()
107 if ((nodea == nodeb && distance != LOCAL_DISTANCE) || in of_numa_parse_distance_map_v1()
108 (nodea != nodeb && distance <= LOCAL_DISTANCE)) { in of_numa_parse_distance_map_v1()
110 nodea, nodeb, distance); in of_numa_parse_distance_map_v1()
114 numa_set_distance(nodea, nodeb, distance); in of_numa_parse_distance_map_v1()
117 if (nodeb > nodea) in of_numa_parse_distance_map_v1()
118 numa_set_distance(nodeb, nodea, distance); in of_numa_parse_distance_map_v1()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/of/
H A Dof_numa.c98 u32 nodea, nodeb, distance; in of_numa_parse_distance_map_v1() local
100 nodea = of_read_number(matrix, 1); in of_numa_parse_distance_map_v1()
107 if ((nodea == nodeb && distance != LOCAL_DISTANCE) || in of_numa_parse_distance_map_v1()
108 (nodea != nodeb && distance <= LOCAL_DISTANCE)) { in of_numa_parse_distance_map_v1()
110 nodea, nodeb, distance); in of_numa_parse_distance_map_v1()
114 numa_set_distance(nodea, nodeb, distance); in of_numa_parse_distance_map_v1()
117 if (nodeb > nodea) in of_numa_parse_distance_map_v1()
118 numa_set_distance(nodeb, nodea, distance); in of_numa_parse_distance_map_v1()
/dports/biology/paml/paml4.9j/src/
H A Dtreespace.c324 int i,k, inode, nodea[NS], s1, s2, it; in GetLHistoryI() local
330 for (i=0,inode=com.ns; i<com.ns; i++) nodea[i]=i; in GetLHistoryI()
337 nodes[nodea[s1]].father=nodes[nodea[s2]].father=inode; in GetLHistoryI()
339 nodes[inode].sons[0]=nodea[s1]; in GetLHistoryI()
340 nodes[inode].sons[1]=nodea[s2]; in GetLHistoryI()
341 nodea[s1]=inode; nodea[s2]=nodea[i-1]; in GetLHistoryI()
357 int index, i,j,k[NS+1], inode,nnode, nodea[NS], s[2]; in GetIofLHistory() local
361 for (i=0; i<com.ns; i++) nodea[i]=i; in GetIofLHistory()
364 if (nodes[inode].sons[i]==nodea[j]) { s[i]=j; break; } in GetIofLHistory()
367 nodea[s[0]]=inode; nodea[s[1]]=nodea[nnode-1]; in GetIofLHistory()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/ft/tests/
H A Dtest3884.cc170 FTNODE nodea, nodeb; in test_split_on_boundary() local
173 ftleaf_split(ft->ft, &sn, &nodea, &nodeb, &splitk, true, SPLIT_EVENLY, 0, NULL); in test_split_on_boundary()
175 verify_basement_node_msns(nodea, dummy_msn_3884); in test_split_on_boundary()
237 FTNODE nodea, nodeb; in test_split_with_everything_on_the_left() local
240 ftleaf_split(ft->ft, &sn, &nodea, &nodeb, &splitk, true, SPLIT_EVENLY, 0, NULL); in test_split_with_everything_on_the_left()
306 FTNODE nodea, nodeb; in test_split_on_boundary_of_last_node() local
309 ftleaf_split(ft->ft, &sn, &nodea, &nodeb, &splitk, true, SPLIT_EVENLY, 0, NULL); in test_split_on_boundary_of_last_node()
367 FTNODE nodea, nodeb; in test_split_at_begin() local
424 FTNODE nodea, nodeb; in test_split_at_end() local
475 FTNODE nodea, nodeb; in test_split_odd_nodes() local
[all …]
H A Dtest-del-inorder.cc55 BLOCKNUM nodea,nodeb; in doit() local
66 r = toku_testsetup_leaf(t, &nodea, 1, NULL, NULL); in doit()
69 r = toku_testsetup_nonleaf(t, 1, &nodeb, 1, &nodea, 0, 0); in doit()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/ft/tests/
H A Dtest3884.cc170 FTNODE nodea, nodeb; in test_split_on_boundary() local
173 ftleaf_split(ft->ft, &sn, &nodea, &nodeb, &splitk, true, SPLIT_EVENLY, 0, NULL); in test_split_on_boundary()
175 verify_basement_node_msns(nodea, dummy_msn_3884); in test_split_on_boundary()
237 FTNODE nodea, nodeb; in test_split_with_everything_on_the_left() local
240 ftleaf_split(ft->ft, &sn, &nodea, &nodeb, &splitk, true, SPLIT_EVENLY, 0, NULL); in test_split_with_everything_on_the_left()
306 FTNODE nodea, nodeb; in test_split_on_boundary_of_last_node() local
309 ftleaf_split(ft->ft, &sn, &nodea, &nodeb, &splitk, true, SPLIT_EVENLY, 0, NULL); in test_split_on_boundary_of_last_node()
367 FTNODE nodea, nodeb; in test_split_at_begin() local
424 FTNODE nodea, nodeb; in test_split_at_end() local
475 FTNODE nodea, nodeb; in test_split_odd_nodes() local
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/tokudb/PerconaFT/ft/tests/
H A Dtest3884.cc170 FTNODE nodea, nodeb; in test_split_on_boundary() local
173 ftleaf_split(ft->ft, &sn, &nodea, &nodeb, &splitk, true, SPLIT_EVENLY, 0, NULL); in test_split_on_boundary()
175 verify_basement_node_msns(nodea, dummy_msn_3884); in test_split_on_boundary()
237 FTNODE nodea, nodeb; in test_split_with_everything_on_the_left() local
240 ftleaf_split(ft->ft, &sn, &nodea, &nodeb, &splitk, true, SPLIT_EVENLY, 0, NULL); in test_split_with_everything_on_the_left()
306 FTNODE nodea, nodeb; in test_split_on_boundary_of_last_node() local
309 ftleaf_split(ft->ft, &sn, &nodea, &nodeb, &splitk, true, SPLIT_EVENLY, 0, NULL); in test_split_on_boundary_of_last_node()
367 FTNODE nodea, nodeb; in test_split_at_begin() local
424 FTNODE nodea, nodeb; in test_split_at_end() local
475 FTNODE nodea, nodeb; in test_split_odd_nodes() local
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/tokudb/PerconaFT/ft/tests/
H A Dtest3884.cc170 FTNODE nodea, nodeb; in test_split_on_boundary() local
173 ftleaf_split(ft->ft, &sn, &nodea, &nodeb, &splitk, true, SPLIT_EVENLY, 0, NULL); in test_split_on_boundary()
175 verify_basement_node_msns(nodea, dummy_msn_3884); in test_split_on_boundary()
237 FTNODE nodea, nodeb; in test_split_with_everything_on_the_left() local
240 ftleaf_split(ft->ft, &sn, &nodea, &nodeb, &splitk, true, SPLIT_EVENLY, 0, NULL); in test_split_with_everything_on_the_left()
306 FTNODE nodea, nodeb; in test_split_on_boundary_of_last_node() local
309 ftleaf_split(ft->ft, &sn, &nodea, &nodeb, &splitk, true, SPLIT_EVENLY, 0, NULL); in test_split_on_boundary_of_last_node()
367 FTNODE nodea, nodeb; in test_split_at_begin() local
424 FTNODE nodea, nodeb; in test_split_at_end() local
475 FTNODE nodea, nodeb; in test_split_odd_nodes() local
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/tokudb/PerconaFT/ft/tests/
H A Dtest3884.cc170 FTNODE nodea, nodeb; in test_split_on_boundary() local
173 ftleaf_split(ft->ft, &sn, &nodea, &nodeb, &splitk, true, SPLIT_EVENLY, 0, NULL); in test_split_on_boundary()
175 verify_basement_node_msns(nodea, dummy_msn_3884); in test_split_on_boundary()
237 FTNODE nodea, nodeb; in test_split_with_everything_on_the_left() local
240 ftleaf_split(ft->ft, &sn, &nodea, &nodeb, &splitk, true, SPLIT_EVENLY, 0, NULL); in test_split_with_everything_on_the_left()
306 FTNODE nodea, nodeb; in test_split_on_boundary_of_last_node() local
309 ftleaf_split(ft->ft, &sn, &nodea, &nodeb, &splitk, true, SPLIT_EVENLY, 0, NULL); in test_split_on_boundary_of_last_node()
367 FTNODE nodea, nodeb; in test_split_at_begin() local
424 FTNODE nodea, nodeb; in test_split_at_end() local
475 FTNODE nodea, nodeb; in test_split_odd_nodes() local
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/ft/tests/
H A Dtest3884.cc170 FTNODE nodea, nodeb; in test_split_on_boundary() local
173 ftleaf_split(ft->ft, &sn, &nodea, &nodeb, &splitk, true, SPLIT_EVENLY, 0, NULL); in test_split_on_boundary()
175 verify_basement_node_msns(nodea, dummy_msn_3884); in test_split_on_boundary()
237 FTNODE nodea, nodeb; in test_split_with_everything_on_the_left() local
240 ftleaf_split(ft->ft, &sn, &nodea, &nodeb, &splitk, true, SPLIT_EVENLY, 0, NULL); in test_split_with_everything_on_the_left()
306 FTNODE nodea, nodeb; in test_split_on_boundary_of_last_node() local
309 ftleaf_split(ft->ft, &sn, &nodea, &nodeb, &splitk, true, SPLIT_EVENLY, 0, NULL); in test_split_on_boundary_of_last_node()
367 FTNODE nodea, nodeb; in test_split_at_begin() local
424 FTNODE nodea, nodeb; in test_split_at_end() local
475 FTNODE nodea, nodeb; in test_split_odd_nodes() local
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/tokudb/PerconaFT/ft/tests/
H A Dtest3884.cc170 FTNODE nodea, nodeb; in test_split_on_boundary() local
173 ftleaf_split(ft->ft, &sn, &nodea, &nodeb, &splitk, true, SPLIT_EVENLY, 0, NULL); in test_split_on_boundary()
175 verify_basement_node_msns(nodea, dummy_msn_3884); in test_split_on_boundary()
237 FTNODE nodea, nodeb; in test_split_with_everything_on_the_left() local
240 ftleaf_split(ft->ft, &sn, &nodea, &nodeb, &splitk, true, SPLIT_EVENLY, 0, NULL); in test_split_with_everything_on_the_left()
306 FTNODE nodea, nodeb; in test_split_on_boundary_of_last_node() local
309 ftleaf_split(ft->ft, &sn, &nodea, &nodeb, &splitk, true, SPLIT_EVENLY, 0, NULL); in test_split_on_boundary_of_last_node()
367 FTNODE nodea, nodeb; in test_split_at_begin() local
424 FTNODE nodea, nodeb; in test_split_at_end() local
475 FTNODE nodea, nodeb; in test_split_odd_nodes() local
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/tokudb/PerconaFT/ft/tests/
H A Dtest3884.cc170 FTNODE nodea, nodeb; in test_split_on_boundary() local
173 ftleaf_split(ft->ft, &sn, &nodea, &nodeb, &splitk, true, SPLIT_EVENLY, 0, NULL); in test_split_on_boundary()
175 verify_basement_node_msns(nodea, dummy_msn_3884); in test_split_on_boundary()
237 FTNODE nodea, nodeb; in test_split_with_everything_on_the_left() local
240 ftleaf_split(ft->ft, &sn, &nodea, &nodeb, &splitk, true, SPLIT_EVENLY, 0, NULL); in test_split_with_everything_on_the_left()
306 FTNODE nodea, nodeb; in test_split_on_boundary_of_last_node() local
309 ftleaf_split(ft->ft, &sn, &nodea, &nodeb, &splitk, true, SPLIT_EVENLY, 0, NULL); in test_split_on_boundary_of_last_node()
367 FTNODE nodea, nodeb; in test_split_at_begin() local
424 FTNODE nodea, nodeb; in test_split_at_end() local
475 FTNODE nodea, nodeb; in test_split_odd_nodes() local
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/tokudb/PerconaFT/ft/tests/
H A Dtest3884.cc170 FTNODE nodea, nodeb; in test_split_on_boundary() local
173 ftleaf_split(ft->ft, &sn, &nodea, &nodeb, &splitk, true, SPLIT_EVENLY, 0, NULL); in test_split_on_boundary()
175 verify_basement_node_msns(nodea, dummy_msn_3884); in test_split_on_boundary()
237 FTNODE nodea, nodeb; in test_split_with_everything_on_the_left() local
240 ftleaf_split(ft->ft, &sn, &nodea, &nodeb, &splitk, true, SPLIT_EVENLY, 0, NULL); in test_split_with_everything_on_the_left()
306 FTNODE nodea, nodeb; in test_split_on_boundary_of_last_node() local
309 ftleaf_split(ft->ft, &sn, &nodea, &nodeb, &splitk, true, SPLIT_EVENLY, 0, NULL); in test_split_on_boundary_of_last_node()
367 FTNODE nodea, nodeb; in test_split_at_begin() local
424 FTNODE nodea, nodeb; in test_split_at_end() local
475 FTNODE nodea, nodeb; in test_split_odd_nodes() local
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/tokudb/PerconaFT/ft/tests/
H A Dtest3884.cc170 FTNODE nodea, nodeb; in test_split_on_boundary() local
173 ftleaf_split(ft->ft, &sn, &nodea, &nodeb, &splitk, true, SPLIT_EVENLY, 0, NULL); in test_split_on_boundary()
175 verify_basement_node_msns(nodea, dummy_msn_3884); in test_split_on_boundary()
237 FTNODE nodea, nodeb; in test_split_with_everything_on_the_left() local
240 ftleaf_split(ft->ft, &sn, &nodea, &nodeb, &splitk, true, SPLIT_EVENLY, 0, NULL); in test_split_with_everything_on_the_left()
306 FTNODE nodea, nodeb; in test_split_on_boundary_of_last_node() local
309 ftleaf_split(ft->ft, &sn, &nodea, &nodeb, &splitk, true, SPLIT_EVENLY, 0, NULL); in test_split_on_boundary_of_last_node()
367 FTNODE nodea, nodeb; in test_split_at_begin() local
424 FTNODE nodea, nodeb; in test_split_at_end() local
475 FTNODE nodea, nodeb; in test_split_odd_nodes() local
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/tokudb/PerconaFT/ft/tests/
H A Dtest3884.cc170 FTNODE nodea, nodeb; in test_split_on_boundary() local
173 ftleaf_split(ft->ft, &sn, &nodea, &nodeb, &splitk, true, SPLIT_EVENLY, 0, NULL); in test_split_on_boundary()
175 verify_basement_node_msns(nodea, dummy_msn_3884); in test_split_on_boundary()
237 FTNODE nodea, nodeb; in test_split_with_everything_on_the_left() local
240 ftleaf_split(ft->ft, &sn, &nodea, &nodeb, &splitk, true, SPLIT_EVENLY, 0, NULL); in test_split_with_everything_on_the_left()
306 FTNODE nodea, nodeb; in test_split_on_boundary_of_last_node() local
309 ftleaf_split(ft->ft, &sn, &nodea, &nodeb, &splitk, true, SPLIT_EVENLY, 0, NULL); in test_split_on_boundary_of_last_node()
367 FTNODE nodea, nodeb; in test_split_at_begin() local
424 FTNODE nodea, nodeb; in test_split_at_end() local
475 FTNODE nodea, nodeb; in test_split_odd_nodes() local
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/tokudb/PerconaFT/ft/tests/
H A Dtest3884.cc170 FTNODE nodea, nodeb; in test_split_on_boundary() local
173 ftleaf_split(ft->ft, &sn, &nodea, &nodeb, &splitk, true, SPLIT_EVENLY, 0, NULL); in test_split_on_boundary()
175 verify_basement_node_msns(nodea, dummy_msn_3884); in test_split_on_boundary()
237 FTNODE nodea, nodeb; in test_split_with_everything_on_the_left() local
240 ftleaf_split(ft->ft, &sn, &nodea, &nodeb, &splitk, true, SPLIT_EVENLY, 0, NULL); in test_split_with_everything_on_the_left()
306 FTNODE nodea, nodeb; in test_split_on_boundary_of_last_node() local
309 ftleaf_split(ft->ft, &sn, &nodea, &nodeb, &splitk, true, SPLIT_EVENLY, 0, NULL); in test_split_on_boundary_of_last_node()
367 FTNODE nodea, nodeb; in test_split_at_begin() local
424 FTNODE nodea, nodeb; in test_split_at_end() local
475 FTNODE nodea, nodeb; in test_split_odd_nodes() local
[all …]

123456