HomeSort by relevance Sort by last modified time
    Searched refs:TWeight (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/imgproc/src/
gcgraph.hpp 45 template <class TWeight> class GCGraph
53 void addEdges( int i, int j, TWeight w, TWeight revw );
54 void addTermWeights( int i, TWeight sourceW, TWeight sinkW );
55 TWeight maxFlow();
66 TWeight weight;
74 TWeight weight;
79 TWeight flow;
82 template <class TWeight>
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 417 uint32_t TWeight = FuncInfo->BPI->getEdgeWeight(BB, TBB);
436 if (std::max(TWeight, FWeight) /
437 std::max(1u, std::min(TWeight, FWeight)) < Threshold)
442 << " -> " << TBB->getName() << ": " << TWeight << "\n"
448 // because we want 'TWeight' stands for 'branch weight' to Dest BasicBlock
450 std::swap(TWeight, FWeight);
452 return (TWeight > FWeight) ? PPC::BR_TAKEN_HINT : PPC::BR_NONTAKEN_HINT;
    [all...]

Completed in 213 milliseconds