Home
last modified time | relevance | path

Searched refs:PyNumber_Long (Results 1 – 25 of 30) sorted by relevance

12

/external/tensorflow/tensorflow/python/lib/core/
Dpy_seq_tensor.cc309 Safe_PyObjectPtr as_int = make_safe(PyNumber_Long(v)); in ConvertOneInt64()
335 Safe_PyObjectPtr as_int = make_safe(PyNumber_Long(v)); in ConvertOneInt32()
398 Safe_PyObjectPtr as_int = make_safe(PyNumber_Long(v)); in ConvertOneFloat()
/external/python/cpython3/Modules/
Dgrpmodule.c113 py_int_id = PyNumber_Long(id); in grp_getgrgid_impl()
/external/python/cpython2/PC/os2vacpp/
Dpython.def287 PyNumber_Long
/external/python/cpython2/Include/
Dabstract.h892 PyAPI_FUNC(PyObject *) PyNumber_Long(PyObject *o);
/external/python/cpython3/Include/
Dabstract.h733 PyAPI_FUNC(PyObject *) PyNumber_Long(PyObject *o);
/external/python/cpython3/PC/
Dpython3.def404 PyNumber_Long=python37.PyNumber_Long
/external/tensorflow/tensorflow/compiler/xla/python/
Dnumpy_bridge.cc564 return PyNumber_Long(o); in PyNumberToPyInt()
/external/python/cpython3/Objects/
Dweakrefobject.c513 WRAP_UNARY(proxy_int, PyNumber_Long) in WRAP_BINARY()
Dabstract.c1342 PyNumber_Long(PyObject *o) in PyNumber_Long() function
Dbytesobject.c473 iobj = PyNumber_Long(v); in formatlong()
/external/python/cpython2/Objects/
Dweakrefobject.c513 WRAP_UNARY(proxy_long, PyNumber_Long) in WRAP_BINARY()
Dbytesobject.c467 iobj = PyNumber_Long(v); in formatlong()
Dabstract.c1702 PyNumber_Long(PyObject *o) function
Dlongobject.c4029 return PyNumber_Long(x); in long_new()
Dstringobject.c4515 iobj = PyNumber_Long(v); in PyString_Format()
/external/python/cpython3/Doc/c-api/
Dnumber.rst235 .. c:function:: PyObject* PyNumber_Long(PyObject *o)
/external/python/cpython2/PC/os2emx/
Dpython27.def101 "PyNumber_Long"
/external/python/cpython2/Doc/c-api/
Dnumber.rst269 .. c:function:: PyObject* PyNumber_Long(PyObject *o)
/external/python/cpython2/Doc/data/
Drefcounts.dat864 PyNumber_Long:PyObject*::+1:
865 PyNumber_Long:PyObject*:o:0:
/external/python/cpython3/Doc/whatsnew/
D3.1.rst503 * Deprecated :c:func:`PyNumber_Int`. Use :c:func:`PyNumber_Long` instead.
/external/python/cpython3/Doc/data/
Drefcounts.dat1472 PyNumber_Long:PyObject*::+1:
1473 PyNumber_Long:PyObject*:o:0:
/external/python/cpython2/Modules/_io/
Dtextio.c1932 PyLongObject *cookieLong = (PyLongObject *)PyNumber_Long(cookieObj); in textiowrapper_parse_cookie()
/external/python/cpython2/Misc/NEWS.d/
D2.7.1rc1.rst75 Make long() and PyNumber_Long return something of type long for a class
/external/python/cpython2/Python/
Dbltinmodule.c1905 PyObject *w = PyNumber_Long(curnum); in handle_range_longs()
/external/python/cpython3/Modules/_io/
Dtextio.c2236 PyLongObject *cookieLong = (PyLongObject *)PyNumber_Long(cookieObj); in textiowrapper_parse_cookie()

12