Searched refs:colChild (Results 1 – 3 of 3) sorted by relevance
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/source_exporter/wxPdfDocument/src/ |
H A D | pdfxml.cpp | 623 wxXmlNode *colChild = child->GetChildren(); in PrepareXmlTable() local 624 while (colChild) in PrepareXmlTable() 626 if ((colChild->GetName()).Lower() == wxS("col")) in PrepareXmlTable() 629 wxString span = GetXmlAttribute(colChild, wxS("span"), wxS("1")); in PrepareXmlTable() 639 wxString width = GetXmlAttribute(colChild, wxS("width"), wxS("0")); in PrepareXmlTable() 651 colChild = colChild->GetNext(); in PrepareXmlTable() 696 wxXmlNode *colChild = rowChild->GetChildren(); in PrepareXmlTable() local 698 while (colChild) in PrepareXmlTable() 700 if ((colChild->GetName()).Lower() == wxS("td")) in PrepareXmlTable() 720 align = GetXmlAttribute(colChild, wxS("valign"), wxS("top")).Lower(); in PrepareXmlTable() [all …]
|
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/hierarchicalMatrix/ |
H A D | HMatrix.hpp | 479 ClusterNode<I>* rowChild = rowNode_->child_, *colChild; in divide() local 486 colChild = colNode_->child_; in divide() 488 if(colChild == 0) // no col child, create rowChild x colNode HMatrixNodes in divide() 506 while(colChild != 0) // create rowChild x colChild HMatrixNodes in divide() 510 …de<T, I>* newHM = new HMatrixNode<T, I>(this, 0, 0, depth_ + 1, rowChild, colChild, rs, cs, 0, 0); in divide() 524 colChild = colChild->next_; //move to col brother in divide() 533 colChild = colNode_->child_; in divide() 534 while(colChild != 0) // create rowNode x colChild HMatrixNode in divide() 536 …de<T, I>* newHM = new HMatrixNode<T, I>(this, 0, 0, depth_ + 1, rowNode_, colChild, rs, cs, 0, 0); in divide() 549 colChild = colChild->next_; //move to col brother in divide()
|
/dports/math/hmat-oss/hmat-oss-1.7.1/src/ |
H A D | h_matrix.cpp | 197 ClusterTree* colChild = const_cast<ClusterTree*>((keepSameCols ? cols_ : cols_->getChild(j))); in split() local 199 if (!admissibilityCondition->isInert(*rowChild, *colChild)) { in split() 202 new HMatrix<T>(rowChild, colChild, localSettings.global, in split() 332 const ClusterTree* colChild = (keepSameCols ? cols : cols->me()->getChild(j)); in setClusterTrees() local 334 get(i, j)->setClusterTrees(rowChild, colChild); in setClusterTrees()
|