Home
last modified time | relevance | path

Searched refs:parentDepth (Results 1 – 25 of 38) sorted by relevance

12

/dports/cad/openroad/OpenROAD-2.0/src/cts/src/
H A DLevelBalancer.cpp120 void LevelBalancer::fixTreeLevels(TreeBuilder* builder, unsigned parentDepth, unsigned maxTreeDepth) in fixTreeLevels() argument
122 unsigned currLevel = builder->getTreeBufLevels() + parentDepth; in fixTreeLevels()
127parentDepth + builder->getTreeBufLevels(), parentDepth, builder->getTreeBufLevels(), in fixTreeLevels()
H A DLevelBalancer.h94 void fixTreeLevels(TreeBuilder* builder, unsigned parentDepth, unsigned maxTreeDepth);
/dports/lang/gnustep-base/libs-base-base-1_27_0/Source/Additions/
H A DGSTypeEncoding.c176 unsigned parentDepth; member
233 unsigned parentDepth; in GSObjCParseTypeSpecification() local
237 parentDepth = state.stackSize; in GSObjCParseTypeSpecification()
357 unsigned depth = state.buffer[index].parentDepth; in GSObjCParseTypeSpecification()
423 parentDepth = --state.stackSize; in GSObjCParseTypeSpecification()
437 state.buffer[state.bufferSize].parentDepth = parentDepth; in GSObjCParseTypeSpecification()
/dports/graphics/colmap/colmap-3.6/lib/PoissonRecon/
H A DBSplineData.inl62 …erEvaluator( typename CenterEvaluator::ChildEvaluator& evaluator , int parentDepth , bool dirichle… argument
64 evaluator._parentDepth = parentDepth;
65 int dim = BSplineEvaluationData< Degree >::Dimension( parentDepth ) , res = 1<<(parentDepth+1);
70 …d1<2 ; d1++ ) evaluator._pcValues[d1][i][j-ChildSupportStart] = Value( parentDepth , ii , s/res , …
100 …erEvaluator( typename CornerEvaluator::ChildEvaluator& evaluator , int parentDepth , bool dirichle… argument
102 evaluator._parentDepth = parentDepth;
103 int dim = BSplineEvaluationData< Degree >::Dimension( parentDepth ) , res = 1<<(parentDepth+1);
108 …for( int d1=0 ; d1<2 ; d1++ ) evaluator._pcValues[d1][i][j-ChildCornerStart] = Value( parentDepth
312 integrator._parentDepth = parentDepth;
313 int dim = BSplineEvaluationData< Degree2 >::Dimension( parentDepth );
[all …]
H A DBSplineData.h191 int parentDepth( void ) const { return _parentDepth; } in parentDepth() function
196 …erEvaluator( typename CenterEvaluator::ChildEvaluator& evaluator , int parentDepth , bool dirichle…
227 int parentDepth( void ) const { return _parentDepth; } in parentDepth() function
232 …erEvaluator( typename CornerEvaluator::ChildEvaluator& evaluator , int parentDepth , bool dirichle…
328 int parentDepth( void ) const { return _parentDepth; } in parentDepth() function
333 …grator( typename FunctionIntegrator::ChildIntegrator& integrator , int parentDepth , bool dirichle…
/dports/math/geogram/geogram-1.7.7/src/lib/geogram/third_party/PoissonRecon/
H A DBSplineData.inl62 …erEvaluator( typename CenterEvaluator::ChildEvaluator& evaluator , int parentDepth , bool dirichle… argument
64 evaluator._parentDepth = parentDepth;
65 … int dim = BSplineEvaluationData< Degree >::Dimension( parentDepth ) , res = 1<<(parentDepth+1);
70 …d1<2 ; d1++ ) evaluator._pcValues[d1][i][j-ChildSupportStart] = Value( parentDepth , ii , s/res , …
100 …erEvaluator( typename CornerEvaluator::ChildEvaluator& evaluator , int parentDepth , bool dirichle… argument
102 evaluator._parentDepth = parentDepth;
103 … int dim = BSplineEvaluationData< Degree >::Dimension( parentDepth ) , res = 1<<(parentDepth+1);
108 … d1<2 ; d1++ ) evaluator._pcValues[d1][i][j-ChildCornerStart] = Value( parentDepth , ii , s/res , …
312 integrator._parentDepth = parentDepth;
313 int dim = BSplineEvaluationData< Degree2 >::Dimension( parentDepth );
[all …]
H A DBSplineData.h199 int parentDepth( void ) const { return _parentDepth; } in parentDepth() function
204 …erEvaluator( typename CenterEvaluator::ChildEvaluator& evaluator , int parentDepth , bool dirichle…
243 int parentDepth( void ) const { return _parentDepth; } in parentDepth() function
248 …erEvaluator( typename CornerEvaluator::ChildEvaluator& evaluator , int parentDepth , bool dirichle…
356 int parentDepth( void ) const { return _parentDepth; } in parentDepth() function
361 …grator( typename FunctionIntegrator::ChildIntegrator& integrator , int parentDepth , bool dirichle…
/dports/biology/abyss/abyss-2.3.1/Bloom/
H A DRollingBloomDBGVisitor.h75 unsigned parentDepth = parentIt->second; in tree_edge() local
77 if (parentDepth >= m_maxDepth) in tree_edge()
82 boost::tie(childIt, inserted) = m_depthMap.insert(std::make_pair(child, parentDepth + 1)); in tree_edge()
/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/libpkix/pkix/results/
H A Dpkix_verifynode.c122 PKIX_UInt32 parentDepth = 0; in pkix_VerifyNode_AddToChain() local
127 parentDepth = parentNode->depth; in pkix_VerifyNode_AddToChain()
131 if (parentDepth != (child->depth - 1)) { in pkix_VerifyNode_AddToChain()
272 PKIX_UInt32 parentDepth = 0; in pkix_VerifyNode_AddToTree() local
277 parentDepth = parentNode->depth; in pkix_VerifyNode_AddToTree()
287 child->depth = parentDepth + 1; in pkix_VerifyNode_AddToTree()
/dports/security/ca_root_nss/nss-3.71/nss/lib/libpkix/pkix/results/
H A Dpkix_verifynode.c122 PKIX_UInt32 parentDepth = 0; in pkix_VerifyNode_AddToChain() local
127 parentDepth = parentNode->depth; in pkix_VerifyNode_AddToChain()
131 if (parentDepth != (child->depth - 1)) { in pkix_VerifyNode_AddToChain()
272 PKIX_UInt32 parentDepth = 0; in pkix_VerifyNode_AddToTree() local
277 parentDepth = parentNode->depth; in pkix_VerifyNode_AddToTree()
287 child->depth = parentDepth + 1; in pkix_VerifyNode_AddToTree()
/dports/www/firefox/firefox-99.0/security/nss/lib/libpkix/pkix/results/
H A Dpkix_verifynode.c122 PKIX_UInt32 parentDepth = 0; in pkix_VerifyNode_AddToChain() local
127 parentDepth = parentNode->depth; in pkix_VerifyNode_AddToChain()
131 if (parentDepth != (child->depth - 1)) { in pkix_VerifyNode_AddToChain()
272 PKIX_UInt32 parentDepth = 0; in pkix_VerifyNode_AddToTree() local
277 parentDepth = parentNode->depth; in pkix_VerifyNode_AddToTree()
287 child->depth = parentDepth + 1; in pkix_VerifyNode_AddToTree()
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/lib/libpkix/pkix/results/
H A Dpkix_verifynode.c122 PKIX_UInt32 parentDepth = 0; in pkix_VerifyNode_AddToChain() local
127 parentDepth = parentNode->depth; in pkix_VerifyNode_AddToChain()
131 if (parentDepth != (child->depth - 1)) { in pkix_VerifyNode_AddToChain()
272 PKIX_UInt32 parentDepth = 0; in pkix_VerifyNode_AddToTree() local
277 parentDepth = parentNode->depth; in pkix_VerifyNode_AddToTree()
287 child->depth = parentDepth + 1; in pkix_VerifyNode_AddToTree()
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/lib/libpkix/pkix/results/
H A Dpkix_verifynode.c122 PKIX_UInt32 parentDepth = 0; in pkix_VerifyNode_AddToChain() local
127 parentDepth = parentNode->depth; in pkix_VerifyNode_AddToChain()
131 if (parentDepth != (child->depth - 1)) { in pkix_VerifyNode_AddToChain()
272 PKIX_UInt32 parentDepth = 0; in pkix_VerifyNode_AddToTree() local
277 parentDepth = parentNode->depth; in pkix_VerifyNode_AddToTree()
287 child->depth = parentDepth + 1; in pkix_VerifyNode_AddToTree()
/dports/security/nss/nss-3.76.1/nss/lib/libpkix/pkix/results/
H A Dpkix_verifynode.c122 PKIX_UInt32 parentDepth = 0; in pkix_VerifyNode_AddToChain() local
127 parentDepth = parentNode->depth; in pkix_VerifyNode_AddToChain()
131 if (parentDepth != (child->depth - 1)) { in pkix_VerifyNode_AddToChain()
272 PKIX_UInt32 parentDepth = 0; in pkix_VerifyNode_AddToTree() local
277 parentDepth = parentNode->depth; in pkix_VerifyNode_AddToTree()
287 child->depth = parentDepth + 1; in pkix_VerifyNode_AddToTree()
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/lib/libpkix/pkix/results/
H A Dpkix_verifynode.c122 PKIX_UInt32 parentDepth = 0; in pkix_VerifyNode_AddToChain() local
127 parentDepth = parentNode->depth; in pkix_VerifyNode_AddToChain()
131 if (parentDepth != (child->depth - 1)) { in pkix_VerifyNode_AddToChain()
272 PKIX_UInt32 parentDepth = 0; in pkix_VerifyNode_AddToTree() local
277 parentDepth = parentNode->depth; in pkix_VerifyNode_AddToTree()
287 child->depth = parentDepth + 1; in pkix_VerifyNode_AddToTree()
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/lib/libpkix/pkix/results/
H A Dpkix_verifynode.c122 PKIX_UInt32 parentDepth = 0; in pkix_VerifyNode_AddToChain() local
127 parentDepth = parentNode->depth; in pkix_VerifyNode_AddToChain()
131 if (parentDepth != (child->depth - 1)) { in pkix_VerifyNode_AddToChain()
272 PKIX_UInt32 parentDepth = 0; in pkix_VerifyNode_AddToTree() local
277 parentDepth = parentNode->depth; in pkix_VerifyNode_AddToTree()
287 child->depth = parentDepth + 1; in pkix_VerifyNode_AddToTree()
/dports/math/pdal/PDAL-2.3.0/vendor/kazhdan/
H A DBSplineData.h270 int parentDepth( void ) const { return _parentDepth; }
275 …d SetChildCenterEvaluator( typename CenterEvaluator::ChildEvaluator& evaluator , int parentDepth );
303 int parentDepth( void ) const { return _parentDepth; }
308 …d SetChildCornerEvaluator( typename CornerEvaluator::ChildEvaluator& evaluator , int parentDepth );
390 int parentDepth( void ) const { return _parentDepth; }
398 …( typename FunctionIntegrator::template ChildIntegrator< D1 , D2 >& integrator , int parentDepth );
H A DBSplineData.inl62 …>::SetChildCenterEvaluator( typename CenterEvaluator::ChildEvaluator& evaluator , int parentDepth ) argument
64 evaluator._parentDepth = parentDepth;
65 int res = 1<<(parentDepth+1);
68 int ii = IndexToOffset( parentDepth , i );
70 …es[d1][i][j-BSplineSupportSizes< Degree >::ChildSupportStart] = Value( parentDepth , ii , s/res , …
100 …>::SetChildCornerEvaluator( typename CornerEvaluator::ChildEvaluator& evaluator , int parentDepth ) argument
102 evaluator._parentDepth = parentDepth;
103 int res = 1<<(parentDepth+1);
106 int ii = IndexToOffset( parentDepth , i );
375 integrator._parentDepth = parentDepth;
[all …]
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlabplugins/filter_screened_poisson/Src/
H A DBSplineData.h270 int parentDepth( void ) const { return _parentDepth; }
275 …d SetChildCenterEvaluator( typename CenterEvaluator::ChildEvaluator& evaluator , int parentDepth );
303 int parentDepth( void ) const { return _parentDepth; }
308 …d SetChildCornerEvaluator( typename CornerEvaluator::ChildEvaluator& evaluator , int parentDepth );
390 int parentDepth( void ) const { return _parentDepth; }
398 …( typename FunctionIntegrator::template ChildIntegrator< D1 , D2 >& integrator , int parentDepth );
H A DBSplineData.inl62 …>::SetChildCenterEvaluator( typename CenterEvaluator::ChildEvaluator& evaluator , int parentDepth ) argument
64 evaluator._parentDepth = parentDepth;
65 int res = 1<<(parentDepth+1);
68 int ii = IndexToOffset( parentDepth , i );
70 …es[d1][i][j-BSplineSupportSizes< Degree >::ChildSupportStart] = Value( parentDepth , ii , s/res , …
100 …>::SetChildCornerEvaluator( typename CornerEvaluator::ChildEvaluator& evaluator , int parentDepth ) argument
102 evaluator._parentDepth = parentDepth;
103 int res = 1<<(parentDepth+1);
106 int ii = IndexToOffset( parentDepth , i );
372 integrator._parentDepth = parentDepth;
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Core/
H A DXmlReader.cs915 int parentDepth = Depth; in ReadToDescendant()
919 Debug.Assert(parentDepth == 0); in ReadToDescendant()
920 parentDepth--; in ReadToDescendant()
934 while (Read() && Depth > parentDepth) { in ReadToDescendant()
952 int parentDepth = Depth; in ReadToDescendant()
956 Debug.Assert(parentDepth == 0); in ReadToDescendant()
957 parentDepth--; in ReadToDescendant()
972 while (Read() && Depth > parentDepth) { in ReadToDescendant()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Core/
H A DXmlReader.cs1054 int parentDepth = Depth; in ReadToDescendant()
1060 Debug.Assert(parentDepth == 0); in ReadToDescendant()
1061 parentDepth--; in ReadToDescendant()
1077 while (Read() && Depth > parentDepth) in ReadToDescendant()
1100 int parentDepth = Depth; in ReadToDescendant()
1106 Debug.Assert(parentDepth == 0); in ReadToDescendant()
1107 parentDepth--; in ReadToDescendant()
1124 while (Read() && Depth > parentDepth) in ReadToDescendant()
/dports/biology/abyss/abyss-2.3.1/Graph/
H A DConstrainedBidiBFSVisitor.h387 depth_t parentDepth = m_depthMap[dir][parent]; in updateTargetDepth() local
388 if (parentDepth == m_maxDepth[dir]) in updateTargetDepth()
391 depth_t childDepth = parentDepth + 1; in updateTargetDepth()
/dports/benchmarks/polygraph/polygraph-4.13.0/src/loganalyzers/
H A DRepToHtmlFile.cc323 int parentDepth = 0; in renderMeasurement() local
326 if (parentDepth < theParents.count()) in renderMeasurement()
327 p = theParents.last(parentDepth++); in renderMeasurement()
/dports/deskutils/mindforger/mindforger-1.52.0/lib/src/model/
H A Doutline.cpp652 int parentDepth = notes[offset]->getDepth()-1; in getNotePathToRoot() local
653 if(parentDepth >= 0) { in getNotePathToRoot()
655 if(notes[i]->getDepth() == parentDepth) { in getNotePathToRoot()
657 if(!parentDepth) { in getNotePathToRoot()
660 parentDepth--; in getNotePathToRoot()

12