Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dlongobject.c.h113 int_bit_length_impl(PyObject *self);
118 return int_bit_length_impl(self); in int_bit_length()
/external/python/cpython3/Objects/
Dlongobject.c5105 int_bit_length_impl(PyObject *self) in int_bit_length_impl() function