Home
last modified time | relevance | path

Searched refs:getNthPairBounded (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/utils/ABITest/
H A DEnumeration.py85 def getNthPairBounded(N,W=aleph0,H=aleph0,useDivmod=False): function
101 x,y = getNthPairBounded(N,H,W,useDivmod=useDivmod)
129 def getNthPairBoundedChecked(N,W=aleph0,H=aleph0,useDivmod=False,GNP=getNthPairBounded):
142 elts[i],N = getNthPairBounded(N, H)
150 return getNthPairBounded(N, H, H)
153 L,R = getNthPairBounded(N, H**LW, H**RW)
179 S,M = getNthPairBounded(N, maxSize, useDivmod=useDivmod)
215 idelta,delta = getNthPairBounded(N, W, H)
236 x,y = getNthPairBounded(i,W,H)
237 x2,y2 = getNthPairBounded(i,W,H,useDivmod=True)
[all …]
H A DTypeGen.py308 S,T = getNthPairBounded(N, len(self.sizes), self.typeGen.cardinality)
322 S,T = getNthPairBounded(N, len(self.sizes), self.typeGen.cardinality)
339 S,T = getNthPairBounded(N, self.W, self.typeGen.cardinality)