Searched defs:BestThisRow (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/ADT/
H A Dedit_distance.h75 unsigned BestThisRow = Row[0]; local
90 BestThisRow = std::min(BestThisRow, Row[x]);
93 if (MaxEditDistance && BestThisRow > MaxEditDistance)
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A Dedit_distance.h75 unsigned BestThisRow = Row[0]; local
90 BestThisRow = std::min(BestThisRow, Row[x]);
93 if (MaxEditDistance && BestThisRow > MaxEditDistance)

Completed in 614 milliseconds