Home
last modified time | relevance | path

Searched refs:_high_bit (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Lib/
Denum.py712 high_bit = _high_bit(last_value)
826 bit = _high_bit(extra_flags)
871 def _high_bit(value): function
902 flag_value = 2 ** _high_bit(tmp)