Home
last modified time | relevance | path

Searched refs:EXP_WINDOW_SIZE (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Objects/
H A Dlongobject.c88 * (no more than) EXP_WINDOW_SIZE bits at a time. The potential drawback is
89 * that a table of 2**(EXP_WINDOW_SIZE - 1) intermediate results is
92 #define EXP_WINDOW_SIZE 5 macro
93 #define EXP_TABLE_LEN (1 << (EXP_WINDOW_SIZE - 1))
4590 /* Repeatedly extract the next (no more than) EXP_WINDOW_SIZE bits in long_pow()
4623 if (blen == EXP_WINDOW_SIZE) in long_pow()

Completed in 8 milliseconds