Searched refs:sum (Results 76 - 77 of 77) sorted by relevance

1234

/gem5/configs/common/
H A DFSConfig.py618 phys_mem_size = sum(map(lambda r: r.size(), self.mem_ranges))
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc332 // Iterates over a vector of TestCases, keeping a running sum of the
334 // Returns the sum.
337 int sum = 0; local
339 sum += (case_list[i]->*method)();
341 return sum;
2198 // Gets the number of all test parts. This is the sum of the number

Completed in 25 milliseconds

1234