Searched refs:lst (Results 1 – 4 of 4) sorted by relevance
28 def mean(lst): argument39 return sum(lst) / len(lst)84 lst = bench['functions'][func][var]['timings']85 last = len(lst) - 186 while lst:88 avg = mean(lst[i:])89 if avg > 0.75 * lst[last]:91 lst = lst[:i]
2243 2002-08-26 Christoph Hellwig <hch@lst.de>3111 <hch@lst.de>.
4569 buflen. Patch by Olaf Kirch <okir@lst.de>.
3648 Patch by Olaf Kirch <okir@flash.lst.de>.