Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dlongobject.h77 PyAPI_FUNC(size_t) _PyLong_NumBits(PyObject *v);
/external/python/cpython3/Python/
Dast_opt.c168 size_t vbits = _PyLong_NumBits(v); in safe_multiply()
169 size_t wbits = _PyLong_NumBits(w); in safe_multiply()
214 size_t vbits = _PyLong_NumBits(v); in safe_power()
231 size_t vbits = _PyLong_NumBits(v); in safe_lshift()
/external/python/cpython3/Include/
Dlongobject.h117 PyAPI_FUNC(size_t) _PyLong_NumBits(PyObject *v);
/external/python/cpython3/Modules/
D_randommodule.c277 bits = _PyLong_NumBits(n); in random_seed()
D_testcapimodule.c2117 nbits = _PyLong_NumBits(plong); in test_long_numbits()
D_pickle.c1993 nbits = _PyLong_NumBits(obj); in save_long()
/external/python/cpython2/PC/os2emx/
Dpython27.def417 "_PyLong_NumBits"
/external/python/cpython3/Objects/
Dfloatobject.c389 nbits = _PyLong_NumBits(w); in float_richcompare()
Dlongobject.c744 _PyLong_NumBits(PyObject *vv) in _PyLong_NumBits() function
/external/python/cpython2/Objects/
Dfloatobject.c483 nbits = _PyLong_NumBits(w); in float_richcompare()
Dlongobject.c492 _PyLong_NumBits(PyObject *vv) in _PyLong_NumBits() function
/external/python/cpython2/Modules/
D_testcapimodule.c1849 size_t nbits = _PyLong_NumBits(plong); in test_long_numbits()
DcPickle.c1109 nbits = _PyLong_NumBits(args); in save_long()