HomeSort by relevance Sort by last modified time
    Searched full:lcand (Results 1 - 4 of 4) sorted by null

  /development/perftests/panorama/feature_mos/src/mosaic/
Delaunay.cpp 519 EdgePointer basel,lcand,rcand,t; local
533 lcand = rprev(basel);
544 if (valid(t=onext(lcand))) {
546 t = (EdgePointer)onext(lcand);
549 while (incircle(dest(lcand), dest(t), orig(lcand), orig(basel))) {
550 deleteEdge(lcand);
551 lcand = t;
552 t = onext(lcand);
569 lvalid = valid(lcand);
    [all...]
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Delaunay.cpp 519 EdgePointer basel,lcand,rcand,t; local
533 lcand = rprev(basel);
544 if (valid(t=onext(lcand))) {
546 t = (EdgePointer)onext(lcand);
549 while (incircle(dest(lcand), dest(t), orig(lcand), orig(basel))) {
550 deleteEdge(lcand);
551 lcand = t;
552 t = onext(lcand);
569 lvalid = valid(lcand);
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Delaunay.cpp 519 EdgePointer basel,lcand,rcand,t; local
533 lcand = rprev(basel);
544 if (valid(t=onext(lcand))) {
546 t = (EdgePointer)onext(lcand);
549 while (incircle(dest(lcand), dest(t), orig(lcand), orig(basel))) {
550 deleteEdge(lcand);
551 lcand = t;
552 t = onext(lcand);
569 lvalid = valid(lcand);
    [all...]
  /external/llvm/test/CodeGen/ARM/
2009-07-18-RewriterBug.ll 243 %lcand.2.i = phi %struct.edge_rec* [ %146, %bb5.i ], [ %lcand.1.i, %bb24.i ], [ %739, %bb25.i ] ; <%struct.edge_rec*> [#uses=5]
246 %168 = getelementptr %struct.edge_rec* %lcand.2.i, i32 0, i32 1 ; <%struct.edge_rec**> [#uses=1]
288 %203 = ptrtoint %struct.edge_rec* %lcand.0.i to i32 ; <i32> [#uses=3]
302 %217 = getelementptr %struct.edge_rec* %lcand.0.i, i32 0, i32 1 ; <%struct.edge_rec**> [#uses=3]
381 %lcand.0.i = phi %struct.edge_rec* [ %lcand.2.i, %bb10.i ], [ %t.0.i, %bb11.i ] ; <%struct.edge_rec*> [#uses=3]
383 %.pn5.in.in.in.i = phi %struct.edge_rec* [ %lcand.2.i, %bb10.i ], [ %t.0.i, %bb11.i ] ; <%struct.edge_rec*> [#uses=1]
385 %lcand.2.pn.i = phi %struct.edge_rec* [ %lcand.2.i, %bb10.i ], [ %t.0.i, %bb11.i ] ; <%struct.edge_rec*> [#uses=1
    [all...]

Completed in 780 milliseconds