Home
last modified time | relevance | path

Searched refs:cnodes (Results 1 – 25 of 162) sorted by relevance

1234567

/dports/math/octave-forge-secs2d/secs2d-0.0.8/inst/QDDGOX/
H A DQDDGOXddcurrent.m29 cnodes = mesh.e(1:2,cedges); variable
30 cnodes = [cnodes(1,:) cnodes(2,:)]; variable
31 cnodes = unique(cnodes); variable
33 current(con) = sum(divrg(cnodes));
/dports/math/concorde/concorde/TSP/
H A Dskeleton.c201 int *cnodes = (int *) NULL; in CCtsp_construct_skeleton() local
246 cnodes = CC_SAFE_MALLOC (ccount, int); in CCtsp_construct_skeleton()
250 if (cnodes == (int *) NULL || in CCtsp_construct_skeleton()
264 cnodes[ccount++] = j; in CCtsp_construct_skeleton()
269 CCutil_int_array_quicksort (cnodes, ccount); in CCtsp_construct_skeleton()
315 if (atoms[label[cnodes[i]]] == -1) { in CCtsp_construct_skeleton()
316 atoms[label[cnodes[i]]] = cnodes[i]; in CCtsp_construct_skeleton()
321 if (cnodes[ccount-1] == ccount-1) { in CCtsp_construct_skeleton()
325 if (cnodes[i] != i) { in CCtsp_construct_skeleton()
355 CC_IFFREE (cnodes, int); in CCtsp_construct_skeleton()
/dports/math/octave-forge-secs2d/secs2d-0.0.8/inst/DDGOX/
H A DDDGOXddcurrent.m41 cnodes = mesh.e(1:2,cedges); variable
42 cnodes = [cnodes(1,:) cnodes(2,:)]; variable
43 cnodes = unique(cnodes); variable
45 current(con) = sum(divrg(cnodes));
/dports/math/octave-forge-secs3d/secs3d-0.0.1/inst/QDDGOX/
H A DQDDGOXddcurrent.m38 cnodes = mesh.e(1:2,cedges); variable
39 cnodes = [cnodes(1,:) cnodes(2,:)]; variable
40 cnodes = unique(cnodes); variable
42 current(con) = sum(divrg(cnodes));
/dports/math/octave-forge-secs2d/secs2d-0.0.8/inst/ThDDGOX/
H A DThDDGOXddcurrent.m43 cnodes = mesh.e(1:2,cedges); variable
44 cnodes = [cnodes(1,:) cnodes(2,:)]; variable
45 cnodes = unique(cnodes); variable
47 current(con) = sum(divrg(cnodes));
/dports/graphics/rlottie/rlottie-0.2-49-g327fb7d/src/lottie/
H A Dlottieitem_capi.cpp75 cnodes().clear(); in buildLayerNode()
79 cnodes().push_back(lotDrawable->mCNode.get()); in buildLayerNode()
81 clayer().mNodeList.ptr = cnodes().data(); in buildLayerNode()
82 clayer().mNodeList.size = cnodes().size(); in buildLayerNode()
157 cnodes().clear(); in buildLayerNode()
161 cnodes().push_back(lotDrawable->mCNode.get()); in buildLayerNode()
163 clayer().mNodeList.ptr = cnodes().data(); in buildLayerNode()
164 clayer().mNodeList.size = cnodes().size(); in buildLayerNode()
173 cnodes().clear(); in buildLayerNode()
203 clayer().mNodeList.ptr = cnodes().data(); in buildLayerNode()
[all …]
/dports/math/octave-forge-matgeom/matgeom-1.2.3/inst/meshes3d/
H A DdrawPolyhedron.m61 % make 'cnodes' a list of points instead of a list of indices
116 cnodes = nodes(face, :); variable
117 h(f) = patch(cnodes(:, 1), cnodes(:, 2), cnodes(:, 3), [1 0 0]);
126 cnodes = nodes(faces(f,:)', :); variable
127 h(f) = patch(cnodes(:, 1), cnodes(:, 2), cnodes(:, 3), [1 0 0]);
/dports/cad/py-lcapy/lcapy-23c940f/lcapy/
H A Dschemgraph.py98 self.cnodes = Cnodes(nodes)
119 if key in self.cnodes:
120 key = self.cnodes[key]
127 self.cnodes.link(n1, n2)
139 if n1 in self.cnodes:
140 n1 = self.cnodes[n1]
141 if n2 in self.cnodes:
142 n2 = self.cnodes[n2]
167 return list(set(self.cnodes.values()))
306 for n, gnode in self.cnodes.items():
[all …]
/dports/graphics/blender/blender-2.91.0/intern/cycles/kernel/bvh/
H A Dbvh_nodes.h42 float4 cnodes = kernel_tex_fetch(__bvh_nodes, node_addr + 0); in bvh_aligned_node_intersect() local
72 return (((c0max >= c0min) && (__float_as_uint(cnodes.x) & visibility)) ? 1 : 0) | in bvh_aligned_node_intersect()
73 (((c1max >= c1min) && (__float_as_uint(cnodes.y) & visibility)) ? 2 : 0); in bvh_aligned_node_intersect()
116 float4 cnodes = kernel_tex_fetch(__bvh_nodes, node_addr + 0); in bvh_unaligned_node_intersect() local
120 if ((__float_as_uint(cnodes.x) & visibility)) in bvh_unaligned_node_intersect()
128 if ((__float_as_uint(cnodes.y) & visibility)) in bvh_unaligned_node_intersect()
H A Dbvh_local.h91 float4 cnodes = kernel_tex_fetch(__bvh_nodes, node_addr + 0); in BVH_FUNCTION_FULL_NAME() local
104 node_addr = __float_as_int(cnodes.z); in BVH_FUNCTION_FULL_NAME()
105 node_addr_child1 = __float_as_int(cnodes.w); in BVH_FUNCTION_FULL_NAME()
/dports/cad/ktechlab/ktechlab-0.50.0/src/electronics/simulation/
H A Delement.cpp89 p_cnode[0] = (n0>-1)?p_eSet->cnodes()[n0]:(n0==-1?p_eSet->ground():nullptr); in setCNodes()
90 p_cnode[1] = (n1>-1)?p_eSet->cnodes()[n1]:(n1==-1?p_eSet->ground():nullptr); in setCNodes()
91 p_cnode[2] = (n2>-1)?p_eSet->cnodes()[n2]:(n2==-1?p_eSet->ground():nullptr); in setCNodes()
92 p_cnode[3] = (n3>-1)?p_eSet->cnodes()[n3]:(n3==-1?p_eSet->ground():nullptr); in setCNodes()
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/Applications/SPP+CUTS/src/CutGen/
H A Dspp_cg.c453 fnode *cnodes = cfgraph->nodes; in construct_complement_graph() local
471 cnodes[i].degree = nminusone - nodes[i].degree; in construct_complement_graph()
472 cnodes[i].ind = nodes[i].ind; in construct_complement_graph()
473 cnodes[i].val = nodes[i].val; in construct_complement_graph()
475 cnodes[0].nbrs = cfgraph->all_nbr; in construct_complement_graph()
476 cnodes[0].edgecosts = cfgraph->all_edgecost; in construct_complement_graph()
478 cnodes[i].nbrs = cnodes[i-1].nbrs + cnodes[i-1].degree; in construct_complement_graph()
479 cnodes[i].edgecosts = cnodes[i-1].edgecosts + cnodes[i-1].degree; in construct_complement_graph()
483 dtmp = 1 - cnodes[i].val; in construct_complement_graph()
486 cnodes[i].nbrs[degree] = j; in construct_complement_graph()
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/ft/tests/
H A Dtest-inc-split.cc81 BLOCKNUM cnodes[16], bnode, anode; in doit() local
96 r=toku_testsetup_leaf(t, &cnodes[i], 1, NULL, NULL); in doit()
102 r=toku_testsetup_insert_to_leaf(t, cnodes[i], key, keylen, val, vallen); in doit()
113 r = toku_testsetup_nonleaf(t, 1, &bnode, 16, cnodes, keys, keylens); in doit()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/ft/tests/
H A Dtest-inc-split.cc81 BLOCKNUM cnodes[16], bnode, anode; in doit() local
96 r=toku_testsetup_leaf(t, &cnodes[i], 1, NULL, NULL); in doit()
102 r=toku_testsetup_insert_to_leaf(t, cnodes[i], key, keylen, val, vallen); in doit()
113 r = toku_testsetup_nonleaf(t, 1, &bnode, 16, cnodes, keys, keylens); in doit()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/tokudb/PerconaFT/ft/tests/
H A Dtest-inc-split.cc81 BLOCKNUM cnodes[16], bnode, anode; in doit() local
96 r=toku_testsetup_leaf(t, &cnodes[i], 1, NULL, NULL); in doit()
102 r=toku_testsetup_insert_to_leaf(t, cnodes[i], key, keylen, val, vallen); in doit()
113 r = toku_testsetup_nonleaf(t, 1, &bnode, 16, cnodes, keys, keylens); in doit()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/tokudb/PerconaFT/ft/tests/
H A Dtest-inc-split.cc81 BLOCKNUM cnodes[16], bnode, anode; in doit() local
96 r=toku_testsetup_leaf(t, &cnodes[i], 1, NULL, NULL); in doit()
102 r=toku_testsetup_insert_to_leaf(t, cnodes[i], key, keylen, val, vallen); in doit()
113 r = toku_testsetup_nonleaf(t, 1, &bnode, 16, cnodes, keys, keylens); in doit()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/tokudb/PerconaFT/ft/tests/
H A Dtest-inc-split.cc81 BLOCKNUM cnodes[16], bnode, anode; in doit() local
96 r=toku_testsetup_leaf(t, &cnodes[i], 1, NULL, NULL); in doit()
102 r=toku_testsetup_insert_to_leaf(t, cnodes[i], key, keylen, val, vallen); in doit()
113 r = toku_testsetup_nonleaf(t, 1, &bnode, 16, cnodes, keys, keylens); in doit()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/ft/tests/
H A Dtest-inc-split.cc81 BLOCKNUM cnodes[16], bnode, anode; in doit() local
96 r=toku_testsetup_leaf(t, &cnodes[i], 1, NULL, NULL); in doit()
102 r=toku_testsetup_insert_to_leaf(t, cnodes[i], key, keylen, val, vallen); in doit()
113 r = toku_testsetup_nonleaf(t, 1, &bnode, 16, cnodes, keys, keylens); in doit()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/tokudb/PerconaFT/ft/tests/
H A Dtest-inc-split.cc81 BLOCKNUM cnodes[16], bnode, anode; in doit() local
96 r=toku_testsetup_leaf(t, &cnodes[i], 1, NULL, NULL); in doit()
102 r=toku_testsetup_insert_to_leaf(t, cnodes[i], key, keylen, val, vallen); in doit()
113 r = toku_testsetup_nonleaf(t, 1, &bnode, 16, cnodes, keys, keylens); in doit()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/tokudb/PerconaFT/ft/tests/
H A Dtest-inc-split.cc81 BLOCKNUM cnodes[16], bnode, anode; in doit() local
96 r=toku_testsetup_leaf(t, &cnodes[i], 1, NULL, NULL); in doit()
102 r=toku_testsetup_insert_to_leaf(t, cnodes[i], key, keylen, val, vallen); in doit()
113 r = toku_testsetup_nonleaf(t, 1, &bnode, 16, cnodes, keys, keylens); in doit()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/tokudb/PerconaFT/ft/tests/
H A Dtest-inc-split.cc81 BLOCKNUM cnodes[16], bnode, anode; in doit() local
96 r=toku_testsetup_leaf(t, &cnodes[i], 1, NULL, NULL); in doit()
102 r=toku_testsetup_insert_to_leaf(t, cnodes[i], key, keylen, val, vallen); in doit()
113 r = toku_testsetup_nonleaf(t, 1, &bnode, 16, cnodes, keys, keylens); in doit()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/tokudb/PerconaFT/ft/tests/
H A Dtest-inc-split.cc81 BLOCKNUM cnodes[16], bnode, anode; in doit() local
96 r=toku_testsetup_leaf(t, &cnodes[i], 1, NULL, NULL); in doit()
102 r=toku_testsetup_insert_to_leaf(t, cnodes[i], key, keylen, val, vallen); in doit()
113 r = toku_testsetup_nonleaf(t, 1, &bnode, 16, cnodes, keys, keylens); in doit()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/tokudb/PerconaFT/ft/tests/
H A Dtest-inc-split.cc81 BLOCKNUM cnodes[16], bnode, anode;
96 r=toku_testsetup_leaf(t, &cnodes[i], 1, NULL, NULL);
102 r=toku_testsetup_insert_to_leaf(t, cnodes[i], key, keylen, val, vallen);
113 r = toku_testsetup_nonleaf(t, 1, &bnode, 16, cnodes, keys, keylens);
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/tokudb/PerconaFT/ft/tests/
H A Dtest-inc-split.cc81 BLOCKNUM cnodes[16], bnode, anode; in doit() local
96 r=toku_testsetup_leaf(t, &cnodes[i], 1, NULL, NULL); in doit()
102 r=toku_testsetup_insert_to_leaf(t, cnodes[i], key, keylen, val, vallen); in doit()
113 r = toku_testsetup_nonleaf(t, 1, &bnode, 16, cnodes, keys, keylens); in doit()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/model/
H A DIntroGroup.java132 IntroElement [] cnodes = node.getChildren(); in addDynamicNode() local
133 if (cnodes.length>0) in addDynamicNode()
134 addDynamicNodes(clone, cnodes); in addDynamicNode()

1234567