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

/openbsd-current/gnu/llvm/clang/utils/ABITest/
H A DEnumeration.py85 def getNthPairBounded(N,W=aleph0,H=aleph0,useDivmod=False): function
86 """getNthPairBounded(N, W, H) -> (x, y)
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(
270 getNthPairBounded = getNthPairBoundedChecked variable
[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)

Completed in 73 milliseconds