Searched refs:tree1 (Results 1 - 6 of 6) sorted by relevance

/external/libxml2/doc/examples/
H A DMakefile.am45 tree1.res \
64 tree1 \
91 tree1_SOURCES = tree1.c
128 $(CHECKER) ./tree1 test2.xml > tree1.tmp && diff tree1.tmp $(srcdir)/tree1.res
/external/eigen/unsupported/Eigen/src/BVH/
H A DBVAlgorithms.h93 void BVIntersect(const BVH1 &tree1, const BVH2 &tree2, Intersector &intersector) //TODO: tandem descent when it makes sense argument
109 std::vector<std::pair<Index1, Index2> > todo(1, std::make_pair(tree1.getRootIndex(), tree2.getRootIndex()));
112 tree1.getChildren(todo.back().first, vBegin1, vEnd1, oBegin1, oEnd1);
117 const typename BVH1::Volume &vol1 = tree1.getVolume(*vBegin1);
125 if(internal::intersect_helper(tree1, helper, *vBegin1))
235 typename Minimizer::Scalar BVMinimize(const BVH1 &tree1, const BVH2 &tree2, Minimizer &minimizer) argument
255 todo.push(std::make_pair(Scalar(), std::make_pair(tree1.getRootIndex(), tree2.getRootIndex())));
258 tree1.getChildren(todo.top().second.first, vBegin1, vEnd1, oBegin1, oEnd1);
274 const typename BVH1::Volume &vol1 = tree1.getVolume(*vBegin1);
278 minimum = (std::min)(minimum, internal::minimize_helper(tree1, helpe
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
H A Dtest-tree-wizard.rb450 tree1 = @wizard.create("(A B C)")
452 assert @wizard.equals(tree1, tree2)
457 tree1 = @wizard.create("(A B[foo] C)")
459 assert @wizard.equals(tree1, tree2)
464 tree1 = @wizard.create("(A B[foo] C)")
466 assert( !(@wizard.equals(tree1, tree2)) )
471 tree1 = @wizard.create("(A B C)")
473 assert( !(@wizard.equals(tree1, tree2)) )
477 tree1 = @wizard.create("(A B C)")
479 assert( !(@wizard.equals(tree1, tree
[all...]
/external/opencv/cv/src/
H A Dcvmatchcontours.cpp215 // tree1 - pointer to the first input contour tree object.
223 cvMatchContourTrees( const CvContourTree* tree1, const CvContourTree* tree2, argument
241 if( !tree1 || !tree2 )
247 if( !CV_IS_SEQ_POLYGON_TREE( tree1 ))
253 lpt1 = tree1->total;
264 cvStartReadSeq( (CvSeq *) tree1, &reader1, 0 );
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
H A DRewriteRuleXxxxStreamFixture.cs260 ITree tree1 = CreateTree(token1);
263 subtreeTest.Add(tree1);
268 Assert.AreEqual(tree1, (ITree) subtreeTest.NextNode(),
314 ITree tree1 = CreateTree(token1);
317 nodeTest.Add(tree1);
323 Assert.AreEqual(tree1.Type, returnedTree.Type,
/external/opencv/cv/include/
H A Dcv.h774 CVAPI(double) cvMatchContourTrees( const CvContourTree* tree1,

Completed in 247 milliseconds