Searched refs:oldSizes (Results 1 – 1 of 1) sorted by relevance
58 std::vector<int> oldSizes; in bench() local60 bool hasOldResults = read_xy_file(filename, oldSizes, oldFlops, true); in bench()61 int oldi = oldSizes.size() - 1; in bench()83 while (oldi>=0 && oldSizes[oldi]>tab_sizes[i]) in bench()85 if (oldi>=0 && oldSizes[oldi]==tab_sizes[i]) in bench()107 while (i<tab_sizes.size() && j<oldSizes.size()) in bench()109 if (tab_sizes[i] == oldSizes[j]) in bench()116 else if (tab_sizes[i] < oldSizes[j]) in bench()124 newSizes.push_back(oldSizes[j]); in bench()135 while (j<oldSizes.size()) in bench()[all …]