Home
last modified time | relevance | path

Searched defs:PyInt_FromLong (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/
H A DTHP.h12 #define PyInt_FromLong PyLong_FromLong macro
/aosp_15_r20/external/python/cpython2/Modules/_multiprocessing/
Dmultiprocessing.h149 # define PyInt_FromLong PyLong_FromLong macro
/aosp_15_r20/external/python/cpython2/Objects/
Dintobject.c87 PyInt_FromLong(long ival) in PyInt_FromLong() function
/aosp_15_r20/external/webp/swig/
H A Dlibwebp_python_wrap.c751 #define PyInt_FromLong(x) PyLong_FromLong(x) macro
/aosp_15_r20/external/marisa-trie/bindings/python/
H A Dmarisa-swig_wrap.cxx758 #define PyInt_FromLong(x) PyLong_FromLong(x) macro