HomeSort by relevance Sort by last modified time
    Searched refs:getNthPairBounded (Results 1 - 2 of 2) sorted by null

  /external/clang/utils/ABITest/
Enumeration.py 83 def getNthPairBounded(N,W=aleph0,H=aleph0,useDivmod=False):
84 """getNthPairBounded(N, W, H) -> (x, y)
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
    [all...]
TypeGen.py 302 S,T = getNthPairBounded(N, len(self.sizes), self.typeGen.cardinality)
316 S,T = getNthPairBounded(N, len(self.sizes), self.typeGen.cardinality)
333 S,T = getNthPairBounded(N, self.W, self.typeGen.cardinality)

Completed in 1857 milliseconds