Home
last modified time | relevance | path

Searched refs:celem (Results 1 – 25 of 294) sorted by relevance

12345678910>>...12

/dports/net-im/coccinella/Coccinella-0.96.20Src/jabberlib/
H A Dwrapper.tcl771 lappend clist $celem
782 set c $celem
800 set c $celem
815 lappend clist $celem
830 set elem $celem
841 foreach celem $childs {
843 lappend clist $celem
852 foreach celem $childs {
854 lappend clist $celem
863 foreach celem $childs {
[all …]
H A Dtinydom.tcl146 if {[string equal [lindex $celem 0] $tag]} {
147 set c $celem
/dports/math/osi/Osi-0.108.6/CoinUtils/src/
H A DCoinIndexedVector.cpp1241 celem[i] = 0.0; in append()
1248 celem[k] = 0.0; in append()
1273 celem[i] = 0.0; in append()
1280 celem[k] = 0.0; in append()
1383 celem[iRow] = celem2[i]; in isApproximatelyEqual()
1396 double *celem3 = celem; in isApproximatelyEqual()
1398 celem2 = celem; in isApproximatelyEqual()
1421 if (celem[i]) { in isApproximatelyEqual()
1456 temp[iRow] = celem[i]; in operator ==()
1469 celem2 = celem; in operator ==()
[all …]
H A DCoinDenseVector.cpp90 const T *celem = caboose.getElements(); in append() local
91 CoinDisjointCopyN(celem, cs, elements_ + s); in append()
/dports/math/coinutils/CoinUtils-2.11.4/CoinUtils/src/
H A DCoinIndexedVector.cpp1241 celem[i] = 0.0; in append()
1248 celem[k] = 0.0; in append()
1273 celem[i] = 0.0; in append()
1280 celem[k] = 0.0; in append()
1383 celem[iRow] = celem2[i]; in isApproximatelyEqual()
1396 double *celem3 = celem; in isApproximatelyEqual()
1398 celem2 = celem; in isApproximatelyEqual()
1421 if (celem[i]) { in isApproximatelyEqual()
1456 temp[iRow] = celem[i]; in operator ==()
1469 celem2 = celem; in operator ==()
[all …]
H A DCoinDenseVector.cpp90 const T *celem = caboose.getElements(); in append() local
91 CoinDisjointCopyN(celem, cs, elements_ + s); in append()
/dports/math/clp/Clp-1.17.3/CoinUtils/src/
H A DCoinIndexedVector.cpp1241 celem[i] = 0.0; in append()
1248 celem[k] = 0.0; in append()
1273 celem[i] = 0.0; in append()
1280 celem[k] = 0.0; in append()
1383 celem[iRow] = celem2[i]; in isApproximatelyEqual()
1396 double *celem3 = celem; in isApproximatelyEqual()
1398 celem2 = celem; in isApproximatelyEqual()
1421 if (celem[i]) { in isApproximatelyEqual()
1456 temp[iRow] = celem[i]; in operator ==()
1468 celem2 = celem; in operator ==()
[all …]
H A DCoinDenseVector.cpp90 const T *celem = caboose.getElements(); in append() local
91 CoinDisjointCopyN(celem, cs, elements_ + s); in append()
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/RDGeneral/
H A Dtypes.cpp193 int celem = nelem - 1; in nextCombination() local
195 while (comb[celem] == (tot - nelem + celem)) { in nextCombination()
196 celem--; in nextCombination()
197 if (celem < 0) { in nextCombination()
203 comb[celem] += 1; in nextCombination()
204 for (i = celem + 1; i < comb.size(); i++) { in nextCombination()
207 return celem; in nextCombination()
/dports/net-im/jabberd/jabberd-2.7.0/sm/
H A Dmm.c49 int celem, melem, attr, *nlist = NULL; in mm_new() local
61 if((celem = nad_find_elem(sm->config->nad, 0, -1, "modules", 1)) < 0) in mm_new()
70 celem = nad_find_elem(sm->config->nad, celem, -1, "chain", 1); in mm_new()
71 while(celem >= 0) { in mm_new()
72 if((attr = nad_find_attr(sm->config->nad, celem, -1, "id", NULL)) < 0) { in mm_new()
73 celem = nad_find_elem(sm->config->nad, celem, -1, "chain", 0); in mm_new()
157 celem = nad_find_elem(sm->config->nad, celem, -1, "chain", 0); in mm_new()
161 melem = nad_find_elem(sm->config->nad, celem, -1, "module", 1); in mm_new()
270 celem = nad_find_elem(sm->config->nad, celem, -1, "chain", 0); in mm_new()
/dports/finance/beancount/beancount-2.3.3/experiments/docs_json/
H A Dconvert_docs_json_to_markdown.py44 celem = elem.copy()
45 celem.pop('startIndex', None)
46 celem.pop('endIndex', None)
47 assert len(celem) == 1
48 etype, econtents = celem.popitem()
/dports/math/ogdf/OGDF/src/coin/CoinUtils/
H A DCoinIndexedVector.cpp395 elements_[indexValue] += celem[i] ; in append()
400 elements_[indexValue]=celem[i]; in append()
1204 elements_[indexValue]=celem[indexValue]; in append()
1235 const double * celem = rhs.getElements(); in operator ==() local
1242 if (celem[i]!=elements_[iRow]) { in operator ==()
1256 const double * celem = rhs.getElements(); in operator !=() local
1263 if (celem[i]!=elements_[iRow]) { in operator !=()
1279 const double * celem = rhs.elements_; in operator ==() local
1287 if (!eq(celem[iRow],elements_[iRow])) { in operator ==()
1301 const double * celem = rhs.elements_; in operator !=() local
[all …]
H A DCoinDenseVector.cpp89 const T * celem = caboose.getElements(); in append() local
90 CoinDisjointCopyN(celem, cs, elements_ + s); in append()
/dports/devel/py-anyconfig/anyconfig-0.9.11/src/anyconfig/backend/
H A Dxml.py381 celem = ET.Element(ckey)
382 container_to_etree(cval, parent=celem, **options)
383 yield celem
439 for celem in _elem_from_descendants(val, **options):
440 parent.append(celem)
/dports/databases/db18/db-18.1.40/dist/winmsi/
H A DgenWix.py212celem ="<Component Id=\'%s\' DiskId='1' KeyPath='yes' Guid=\'%s\'>"%(self.printComponentId(group),…
213 self.echo(celem,"+")
289celem ="<Component Id='license_readme' DiskId='1' KeyPath='yes' Guid=\'%s\'>"%self.generateGuid()
290 self.echo(celem,"+")
/dports/databases/db5/db-5.3.28/dist/winmsi/
H A DgenWix.py212celem ="<Component Id=\'%s\' DiskId='1' KeyPath='yes' Guid=\'%s\'>"%(self.printComponentId(group),…
213 self.echo(celem,"+")
289celem ="<Component Id='license_readme' DiskId='1' KeyPath='yes' Guid=\'%s\'>"%self.generateGuid()
290 self.echo(celem,"+")
/dports/devel/umbrello/umbrello-21.12.3/umbrello/codegenerators/
H A Dcodeblockwithcomments.cpp119 QDomElement celem = cnode.toElement(); in setAttributesFromNode() local
120 getComment()->loadFromXMI1(celem); in setAttributesFromNode()
H A Dcodeparameter.cpp251 QDomElement celem = cnode.toElement(); in setAttributesFromNode() local
252 getComment()->loadFromXMI1(celem); in setAttributesFromNode()
/dports/net-mgmt/py-pyang/pyang-1.7.8/pyang/translators/
H A Ddsdl.py952 celem = SchemaNode.case(p_elem)
954 celem.occur = 3
955 refd, augs, new_pset = self.process_patches(pset, stmt, celem)
959 self.handle_substmts(stmt, celem, new_pset)
960 self.apply_augments(augs, celem, new_pset)
982 celem = SchemaNode.element(self.qname(stmt), p_elem)
984 celem.annot(
986 refd, augs, new_pset = self.process_patches(pset, stmt, celem)
995 celem.occur = 3
996 self.handle_substmts(stmt, celem, new_pset)
[all …]
/dports/news/golded+/golded-plus/golded+/goldlib/gcui/
H A Dgwinpcks.cpp127 int celem = (wrow*r->strsperline) + r->first; in update_line() local
129 if(celem >= r->numelems) in update_line()
134 …wprintns(wrow, ccolbeg, (upcurr and r->curr==celem) ? r->barattr : r->winattr, nomore ? "" : strar… in update_line()
136 if(++celem >= r->numelems) in update_line()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/rdkafka-sys-2.0.0+1.4.2/librdkafka/src/
H A Drdlist.c401 void *celem = copy_cb(elem, opaque); in rd_list_copy_to() local
402 if (celem) in rd_list_copy_to()
403 rd_list_add(dst, celem); in rd_list_copy_to()
/dports/graphics/Coin/coin-Coin-4.0.0/src/hardcopy/
H A DVectorizeActionP.cpp703 const SoClipPlaneElement * celem = SoClipPlaneElement::getInstance(state); in pre_shape_cb() local
706 if (celem->getNum()) { in pre_shape_cb()
709 for (int i = 0; i < celem->getNum(); i++) { in pre_shape_cb()
710 SbPlane plane = celem->get(i, TRUE); in pre_shape_cb()
1117 const SoCoordinateElement * celem = SoCoordinateElement::getInstance(state); in create_vertexdata() local
1126 v->point = cidx < celem->getNum() ? celem->get3(cidx) : SbVec3f(0.0f, 0.0f, 0.0f); in create_vertexdata()
/dports/net/librdkafka/librdkafka-1.8.2/src/
H A Drdlist.c454 void *celem = copy_cb(elem, opaque); in rd_list_copy_to() local
455 if (celem) in rd_list_copy_to()
456 rd_list_add(dst, celem); in rd_list_copy_to()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/plugins/out_kafka/librdkafka-1.7.0/src/
H A Drdlist.c454 void *celem = copy_cb(elem, opaque);
455 if (celem)
456 rd_list_add(dst, celem);
/dports/sysutils/openipmi/OpenIPMI-2.0.29/swig/python/openipmigui/
H A D_domain.py288 celem = self.doc.createElement("connection")
289 celem.setAttribute("contype", args.get_type())
301 celem.setAttribute(name[0], value[0])
306 self.elem.appendChild(celem)

12345678910>>...12