Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/PBQP/
DHeuristicSolver.h512 PBQPNum rowMin = infinity; in tryNormaliseEdgeMatrix() local
515 if (vCosts[c] != infinity && edgeCosts[r][c] < rowMin) in tryNormaliseEdgeMatrix()
516 rowMin = edgeCosts[r][c]; in tryNormaliseEdgeMatrix()
519 uCosts[r] += rowMin; in tryNormaliseEdgeMatrix()
521 if (rowMin != infinity) { in tryNormaliseEdgeMatrix()
522 edgeCosts.subFromRow(r, rowMin); in tryNormaliseEdgeMatrix()