Searched refs:TWeight (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/imgproc/src/ |
D | 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> 83 GCGraph<TWeight>::GCGraph() in GCGraph() 87 template <class TWeight> [all …]
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 417 uint32_t TWeight = FuncInfo->BPI->getEdgeWeight(BB, TBB); in getBranchHint() local 436 if (std::max(TWeight, FWeight) / in getBranchHint() 437 std::max(1u, std::min(TWeight, FWeight)) < Threshold) in getBranchHint() 442 << " -> " << TBB->getName() << ": " << TWeight << "\n" in getBranchHint() 450 std::swap(TWeight, FWeight); in getBranchHint() 452 return (TWeight > FWeight) ? PPC::BR_TAKEN_HINT : PPC::BR_NONTAKEN_HINT; in getBranchHint()
|