Searched refs:MAX_LUT_SIZE (Results 1 – 1 of 1) sorted by relevance
50 MAX_LUT_SIZE = 65536 variable52 math.floor((MAX_LUT_SIZE-1) * math.pow(i/(MAX_LUT_SIZE-1), 1/2.2) + 0.5)53 for i in range(MAX_LUT_SIZE)])931 if n <= 0 or n > MAX_LUT_SIZE or (n & (n - 1)) != 0: