Home | History | Annotate | Download | only in test

Lines Matching refs:CHUNK

810                     # Suck up CHUNK bits at a time; 28 is enough so that we suck
813 CHUNK = 28
817 f = math.ldexp(f, CHUNK)
819 assert digit >> CHUNK == 0
820 top = (top << CHUNK) | digit
823 e -= CHUNK