Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Denum.py693 high_bit = _high_bit(last_value)
810 bit = _high_bit(extra_flags)
855 def _high_bit(value): function
910 return value == 2 ** _high_bit(value)