Lines Matching refs:p
74 for p in text.split():
75 if "-" in p:
76 s, e = p.split("-")
84 s = int(p)
132 for p, d in heapq.merge(zip(self.data, itertools.cycle((+1, -1))),
135 out.append(p)
150 for p, d in heapq.merge(zip(self.data, itertools.cycle((+1, -1))),
153 out.append(p)
169 for p, d in heapq.merge(zip(self.data, itertools.cycle((+1, -1))),
172 out.append(p)
205 for i, p in enumerate(self.data):
207 total += p
209 total -= p
230 for p, d in heapq.merge(zip(self.data, itertools.cycle((-5, +5))),
233 start = p
235 offset += p-start
238 out.append(offset + p - start)