Home
last modified time | relevance | path

Searched refs:nodeLevel (Results 1 – 25 of 94) sorted by relevance

1234

/dports/math/ogdf/OGDF/include/ogdf/graphalg/steiner_tree/
H A DHeavyPathDecomposition.h57 NodeArray<int> nodeLevel; ///< the level of a node in the tree variable
187 nodeLevel[son] = nodeLevel[v] + 1; in dfsHeavyPathDecomposition()
229 if (nodeLevel[chainOfTerminals[middle]] >= nodeLevel[v]) { in binarySearchUpmostTerminal()
255 && nodeLevel[closestSteinerAncestor[chains[chainOfNode[x]][0]]] >= nodeLevel[ancestor]) { in computeBottleneckOnBranch()
259 && nodeLevel[chainsOfTerminals[chainOfNode[x]][0]] <= nodeLevel[x]) { in computeBottleneckOnBranch()
267 if (nodeLevel[upmostTerminalLastChain] > nodeLevel[x]) { in computeBottleneckOnBranch()
291 nodeLevel{tree, 0},
321 …int xlevelOfFatherOfChain = fatherOfChain[chainOfNode[x]] != nullptr ? nodeLevel[fatherOfChain[cha… in lowestCommonAncestor()
322 …int ylevelOfFatherOfChain = fatherOfChain[chainOfNode[y]] != nullptr ? nodeLevel[fatherOfChain[cha… in lowestCommonAncestor()
331 if (nodeLevel[x] <= nodeLevel[y]) { in lowestCommonAncestor()
/dports/audio/fdk-aac/fdk-aac-2.0.2/libDRCdec/src/
H A DdrcGainDec_preprocess.cpp172 if (pCChar->nodes.nodeLevel[k + 1] > pCChar->nodes.nodeLevel[k]) { in _getSlopeSign()
361 const FIXP_SGL* nodeLevel = pCChar->nodeLevel; in _compressorIO_nodes() local
369 FX_SGL2FX_DBL(nodeLevel[n] - nodeLevel[n + 1])); in _compressorIO_nodes()
381 FX_SGL2FX_DBL(nodeLevel[n + 1] - nodeLevel[n])); in _compressorIO_nodes()
401 const FIXP_SGL* nodeLevel = pCChar->nodeLevel; in _compressorIO_nodes_inverse() local
411 *inLev = FX_SGL2FX_DBL(nodeLevel[nodeCount]); in _compressorIO_nodes_inverse()
420 *inLev = FX_SGL2FX_DBL(nodeLevel[n]); in _compressorIO_nodes_inverse()
424 *inLev = fMult(w, nodeLevel[n]) + in _compressorIO_nodes_inverse()
435 *inLev = FX_SGL2FX_DBL(nodeLevel[nodeCount]); in _compressorIO_nodes_inverse()
444 *inLev = FX_SGL2FX_DBL(nodeLevel[n]); in _compressorIO_nodes_inverse()
[all …]
/dports/multimedia/handbrake/fdk-aac-2.0.1/libDRCdec/src/
H A DdrcGainDec_preprocess.cpp172 if (pCChar->nodes.nodeLevel[k + 1] > pCChar->nodes.nodeLevel[k]) { in _getSlopeSign()
358 const FIXP_SGL* nodeLevel = pCChar->nodeLevel; in _compressorIO_nodes() local
366 FX_SGL2FX_DBL(nodeLevel[n] - nodeLevel[n + 1])); in _compressorIO_nodes()
378 FX_SGL2FX_DBL(nodeLevel[n + 1] - nodeLevel[n])); in _compressorIO_nodes()
398 const FIXP_SGL* nodeLevel = pCChar->nodeLevel; in _compressorIO_nodes_inverse() local
408 *inLev = FX_SGL2FX_DBL(nodeLevel[nodeCount]); in _compressorIO_nodes_inverse()
417 *inLev = FX_SGL2FX_DBL(nodeLevel[n]); in _compressorIO_nodes_inverse()
421 *inLev = fMult(w, nodeLevel[n]) + in _compressorIO_nodes_inverse()
432 *inLev = FX_SGL2FX_DBL(nodeLevel[nodeCount]); in _compressorIO_nodes_inverse()
441 *inLev = FX_SGL2FX_DBL(nodeLevel[n]); in _compressorIO_nodes_inverse()
[all …]
/dports/accessibility/orca/orca-41.1/src/orca/scripts/apps/pidgin/
H A Dscript_utilities.py86 nodeLevel = self.nodeLevel(obj)
105 currentLevel = self.nodeLevel(nodeOf)
106 if currentLevel <= nodeLevel:
114 def nodeLevel(self, obj): member in Utilities
128 return script_utilities.Utilities.nodeLevel(self, obj)
/dports/security/pev/pev/src/
H A Dperes.c56 NODE_LEVEL_PERES nodeLevel; member
260 snprintf(value, MAX_MSG, "Data String / %d", node->nodeLevel); in showNode()
274 snprintf(value, MAX_MSG, "Data Entry / %d", node->nodeLevel); in showNode()
639 node->nodeLevel = RDT_LEVEL1; in discoveryNodesPeres()
657 node->nodeLevel = RDT_LEVEL1; in discoveryNodesPeres()
674 node->nodeLevel = RDT_LEVEL2; in discoveryNodesPeres()
691 node->nodeLevel = RDT_LEVEL2; in discoveryNodesPeres()
704 node->nodeLevel = RDT_LEVEL3; in discoveryNodesPeres()
720 node->nodeLevel = RDT_LEVEL3; in discoveryNodesPeres()
732 node->nodeLevel = RDT_LEVEL3; in discoveryNodesPeres()
[all …]
/dports/security/kgpg/kgpg-21.12.3/model/
H A Dkgpgsearchresultmodel.cpp225 KGpgSearchResultBackingModel::nodeLevel(const QModelIndex &index) in nodeLevel() function in KGpgSearchResultBackingModel
238 switch (nodeLevel(index)) { in resultForIndex()
267 switch (nodeLevel(index)) { in data()
321 switch (nodeLevel(parent)) { in columnCount()
340 switch (nodeLevel(parent)) { in index()
371 switch (nodeLevel(index)) { in parent()
389 switch (nodeLevel(parent)) { in rowCount()
435 switch (nodeLevel(index)) { in idForIndex()
/dports/misc/openvdb/openvdb-9.0.0/nanovdb/nanovdb/unittest/
H A Dpnanovdb_validate_strides.h67 pnanovdb_uint32_t nodeLevel, in compute_node_strides() argument
76 allocate(&offset, node_size[nodeLevel], 32u); in compute_node_strides()
79 …pnanovdb_uint32_t tableStrideBits = nodeLevel == 0u ? valueStrideBits : pnanovdb_grid_type_table_s… in compute_node_strides()
81 pnanovdb_uint32_t tableFullStride = (tableStrideBits * node_elements[nodeLevel]) / 8u; in compute_node_strides()
86 if (nodeLevel == 0u && pnanovdb_grid_type_leaf_type[grid_type] == PNANOVDB_LEAF_TYPE_LITE) in compute_node_strides()
93 if (nodeLevel == 0u && pnanovdb_grid_type_leaf_type[grid_type] == PNANOVDB_LEAF_TYPE_FP) in compute_node_strides()
/dports/devel/doctorj/doctorj-5.1.2/org/incava/doctorj/
H A DDocAnalyzer.java28 int nodeLevel = SimpleNodeUtil.getLevel(node); in isCheckable() local
29 return Options.warningLevel >= level + nodeLevel; in isCheckable()
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/lib/wxsqlite3/samples/treeview/
H A Dfoldertree.cpp92 int nodeLevel; in LoadFolderTree() local
123 nodeLevel = dDistance; in LoadFolderTree()
124 if (nodeLevel < parentLevel) in LoadFolderTree()
126 SortChildren(folderItemIdStack[nodeLevel]); in LoadFolderTree()
128 parentLevel = nodeLevel; in LoadFolderTree()
130 if (nodeLevel >= (int) folderItemIdStack.GetCount()) in LoadFolderTree()
132 folderItemIdStack.Add(wxTreeItemId(), nodeLevel+1-folderItemIdStack.GetCount()); in LoadFolderTree()
134 … wxTreeItemId newFolder = AppendItem(folderItemIdStack[nodeLevel-1], folderName, 0, 1, folderNode); in LoadFolderTree()
137 folderItemIdStack[nodeLevel] = newFolder; in LoadFolderTree()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/dbus/
H A Dqdbusxmlparser.cpp328 …atic void readNode(const QXmlStreamReader &xml, QDBusIntrospection::Object *objData, int nodeLevel) in readNode() argument
340 if (nodeLevel > 0) in readNode()
355 int nodeLevel = -1; in QDBusXmlParser() local
363 readNode(xml, m_object, ++nodeLevel); in QDBusXmlParser()
375 --nodeLevel; in QDBusXmlParser()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/dbus/
H A Dqdbusxmlparser.cpp328 …atic void readNode(const QXmlStreamReader &xml, QDBusIntrospection::Object *objData, int nodeLevel) in readNode() argument
340 if (nodeLevel > 0) in readNode()
355 int nodeLevel = -1; in QDBusXmlParser() local
363 readNode(xml, m_object, ++nodeLevel); in QDBusXmlParser()
375 --nodeLevel; in QDBusXmlParser()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/dbus/
H A Dqdbusxmlparser.cpp328 …atic void readNode(const QXmlStreamReader &xml, QDBusIntrospection::Object *objData, int nodeLevel) in readNode() argument
340 if (nodeLevel > 0) in readNode()
355 int nodeLevel = -1; in QDBusXmlParser() local
363 readNode(xml, m_object, ++nodeLevel); in QDBusXmlParser()
375 --nodeLevel; in QDBusXmlParser()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/dbus/
H A Dqdbusxmlparser.cpp328 …atic void readNode(const QXmlStreamReader &xml, QDBusIntrospection::Object *objData, int nodeLevel) in readNode() argument
340 if (nodeLevel > 0) in readNode()
355 int nodeLevel = -1; in QDBusXmlParser() local
363 readNode(xml, m_object, ++nodeLevel); in QDBusXmlParser()
375 --nodeLevel; in QDBusXmlParser()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/dbus/
H A Dqdbusxmlparser.cpp328 …atic void readNode(const QXmlStreamReader &xml, QDBusIntrospection::Object *objData, int nodeLevel) in readNode() argument
340 if (nodeLevel > 0) in readNode()
355 int nodeLevel = -1; in QDBusXmlParser() local
363 readNode(xml, m_object, ++nodeLevel); in QDBusXmlParser()
375 --nodeLevel; in QDBusXmlParser()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/dbus/
H A Dqdbusxmlparser.cpp328 …atic void readNode(const QXmlStreamReader &xml, QDBusIntrospection::Object *objData, int nodeLevel) in readNode() argument
340 if (nodeLevel > 0) in readNode()
355 int nodeLevel = -1; in QDBusXmlParser() local
363 readNode(xml, m_object, ++nodeLevel); in QDBusXmlParser()
375 --nodeLevel; in QDBusXmlParser()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/dbus/
H A Dqdbusxmlparser.cpp328 …atic void readNode(const QXmlStreamReader &xml, QDBusIntrospection::Object *objData, int nodeLevel) in readNode() argument
340 if (nodeLevel > 0) in readNode()
355 int nodeLevel = -1; in QDBusXmlParser() local
363 readNode(xml, m_object, ++nodeLevel); in QDBusXmlParser()
375 --nodeLevel; in QDBusXmlParser()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/dbus/
H A Dqdbusxmlparser.cpp328 …atic void readNode(const QXmlStreamReader &xml, QDBusIntrospection::Object *objData, int nodeLevel) in readNode() argument
340 if (nodeLevel > 0) in readNode()
355 int nodeLevel = -1; in QDBusXmlParser() local
363 readNode(xml, m_object, ++nodeLevel); in QDBusXmlParser()
375 --nodeLevel; in QDBusXmlParser()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/dbus/
H A Dqdbusxmlparser.cpp328 …atic void readNode(const QXmlStreamReader &xml, QDBusIntrospection::Object *objData, int nodeLevel) in readNode() argument
340 if (nodeLevel > 0) in readNode()
355 int nodeLevel = -1; in QDBusXmlParser() local
363 readNode(xml, m_object, ++nodeLevel); in QDBusXmlParser()
375 --nodeLevel; in QDBusXmlParser()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/dbus/
H A Dqdbusxmlparser.cpp328 …atic void readNode(const QXmlStreamReader &xml, QDBusIntrospection::Object *objData, int nodeLevel) in readNode() argument
340 if (nodeLevel > 0) in readNode()
355 int nodeLevel = -1; in QDBusXmlParser() local
363 readNode(xml, m_object, ++nodeLevel); in QDBusXmlParser()
375 --nodeLevel; in QDBusXmlParser()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/dbus/
H A Dqdbusxmlparser.cpp328 …atic void readNode(const QXmlStreamReader &xml, QDBusIntrospection::Object *objData, int nodeLevel) in readNode() argument
340 if (nodeLevel > 0) in readNode()
355 int nodeLevel = -1; in QDBusXmlParser() local
363 readNode(xml, m_object, ++nodeLevel); in QDBusXmlParser()
375 --nodeLevel; in QDBusXmlParser()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/dbus/
H A Dqdbusxmlparser.cpp328 …atic void readNode(const QXmlStreamReader &xml, QDBusIntrospection::Object *objData, int nodeLevel) in readNode() argument
340 if (nodeLevel > 0) in readNode()
355 int nodeLevel = -1; in QDBusXmlParser() local
363 readNode(xml, m_object, ++nodeLevel); in QDBusXmlParser()
375 --nodeLevel; in QDBusXmlParser()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/dbus/
H A Dqdbusxmlparser.cpp328 …atic void readNode(const QXmlStreamReader &xml, QDBusIntrospection::Object *objData, int nodeLevel) in readNode() argument
340 if (nodeLevel > 0) in readNode()
355 int nodeLevel = -1; in QDBusXmlParser() local
363 readNode(xml, m_object, ++nodeLevel); in QDBusXmlParser()
375 --nodeLevel; in QDBusXmlParser()
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/dbus/
H A Dqdbusxmlparser.cpp328 …atic void readNode(const QXmlStreamReader &xml, QDBusIntrospection::Object *objData, int nodeLevel) in readNode() argument
340 if (nodeLevel > 0) in readNode()
355 int nodeLevel = -1; in QDBusXmlParser() local
363 readNode(xml, m_object, ++nodeLevel); in QDBusXmlParser()
375 --nodeLevel; in QDBusXmlParser()
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/dbus/
H A Dqdbusxmlparser.cpp328 …atic void readNode(const QXmlStreamReader &xml, QDBusIntrospection::Object *objData, int nodeLevel) in readNode() argument
340 if (nodeLevel > 0) in readNode()
355 int nodeLevel = -1; in QDBusXmlParser() local
363 readNode(xml, m_object, ++nodeLevel); in QDBusXmlParser()
375 --nodeLevel; in QDBusXmlParser()
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/dbus/
H A Dqdbusxmlparser.cpp328 …atic void readNode(const QXmlStreamReader &xml, QDBusIntrospection::Object *objData, int nodeLevel) in readNode() argument
340 if (nodeLevel > 0) in readNode()
355 int nodeLevel = -1; in QDBusXmlParser() local
363 readNode(xml, m_object, ++nodeLevel); in QDBusXmlParser()
375 --nodeLevel; in QDBusXmlParser()

1234