Home
last modified time | relevance | path

Searched refs:root2 (Results 1 – 7 of 7) sorted by relevance

/external/ceres-solver/internal/ceres/
Dgraph_algorithms.h333 Vertex root2 = FindConnectedComponent(vertex2, &disjoint_set); in Degree2MaximumSpanningForest() local
335 if (root1 == root2) { in Degree2MaximumSpanningForest()
350 if (root2 < root1) { in Degree2MaximumSpanningForest()
351 std::swap(root1, root2); in Degree2MaximumSpanningForest()
354 disjoint_set[root2] = root1; in Degree2MaximumSpanningForest()
/external/jmonkeyengine/engine/src/core/com/jme3/math/
DEigen3f.java357 double root2 = char2Div3 - magnitude in computeRoots() local
369 if (root2 >= rootsStore[1]) { in computeRoots()
370 rootsStore[2] = root2; in computeRoots()
373 if (root2 >= rootsStore[0]) { in computeRoots()
374 rootsStore[1] = root2; in computeRoots()
377 rootsStore[0] = root2; in computeRoots()
/external/skia/src/opts/
DSkMath_opts_SSE2.h42 __m128i root2 = _mm_andnot_si128(cmp, _mm_add_epi32(root, one128)); in SkSqrtBits_SSE2() local
45 root = _mm_or_si128(root1, root2); in SkSqrtBits_SSE2()
/external/v8/test/cctest/
Dtest-serialize.cc507 Object* root2; in UNINITIALIZED_DEPENDENT_TEST() local
512 deserializer.DeserializePartial(isolate, &root2); in UNINITIALIZED_DEPENDENT_TEST()
513 CHECK(root2->IsString()); in UNINITIALIZED_DEPENDENT_TEST()
514 CHECK(*root_handle == root2); in UNINITIALIZED_DEPENDENT_TEST()
629 Object* root2; in UNINITIALIZED_DEPENDENT_TEST() local
634 deserializer.DeserializePartial(isolate, &root2); in UNINITIALIZED_DEPENDENT_TEST()
635 CHECK(root2->IsContext()); in UNINITIALIZED_DEPENDENT_TEST()
636 CHECK(*root_handle != root2); in UNINITIALIZED_DEPENDENT_TEST()
Dtest-heap-profiler.cc842 const v8::HeapGraphNode* root2 = snapshot->GetRoot(); in TEST() local
843 CHECK_EQ(root1, root2); in TEST()
/external/opencv/cxcore/src/
Dcxdatastructs.cpp2677 CvPTreeNode* root2 = node2; in cvSeqPartition() local
2680 while( root2->parent ) in cvSeqPartition()
2681 root2 = root2->parent; in cvSeqPartition()
2683 if( root2 != root ) in cvSeqPartition()
2685 if( root->rank > root2->rank ) in cvSeqPartition()
2686 root2->parent = root; in cvSeqPartition()
2689 root->parent = root2; in cvSeqPartition()
2690 root2->rank += root->rank == root2->rank; in cvSeqPartition()
2691 root = root2; in cvSeqPartition()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.jdt.launching_3.5.100.v20100526.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...