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

/external/clang/utils/ABITest/
H A DEnumeration.py83 def getNthPairBounded(N,W=aleph0,H=aleph0,useDivmod=False): function
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(
268 getNthPairBounded = getNthPairBoundedChecked variable
[all...]

Completed in 116 milliseconds