Home
last modified time | relevance | path

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

/external/clang/utils/ABITest/
DEnumeration.py83 def getNthPairBounded(N,W=aleph0,H=aleph0,useDivmod=False): function
99 x,y = getNthPairBounded(N,H,W,useDivmod=useDivmod)
127 def getNthPairBoundedChecked(N,W=aleph0,H=aleph0,useDivmod=False,GNP=getNthPairBounded):
140 elts[i],N = getNthPairBounded(N, H)
148 return getNthPairBounded(N, H, H)
151 L,R = getNthPairBounded(N, H**LW, H**RW)
177 S,M = getNthPairBounded(N, maxSize, useDivmod=useDivmod)
213 idelta,delta = getNthPairBounded(N, W, H)
234 x,y = getNthPairBounded(i,W,H)
235 x2,y2 = getNthPairBounded(i,W,H,useDivmod=True)
[all …]
DTypeGen.py306 S,T = getNthPairBounded(N, len(self.sizes), self.typeGen.cardinality)
320 S,T = getNthPairBounded(N, len(self.sizes), self.typeGen.cardinality)
337 S,T = getNthPairBounded(N, self.W, self.typeGen.cardinality)