Home
last modified time | relevance | path

Searched defs:pylong (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Modules/_decimal/
D_decimal.c2803 #define PyDec_FromLong(st, pylong, context) \ argument
2805 #define PyDec_FromLongExact(st, pylong, context) \ argument
3572 PyLongObject *pylong; in dec_as_long() local
/external/python/cpython3/Modules/
Darraymodule.c2217 PyObject *pylong; in array__array_reconstructor_impl() local
/external/python/cpython3/Objects/
Dlongobject.c3591 PyLongObject *pylong = (PyLongObject*)self; in long_dealloc() local