Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/python/lib/core/
Dpy_seq_tensor.cc346 Safe_PyObjectPtr as_int = make_safe(PyNumber_Long(v)); in ConvertScalar()
383 Safe_PyObjectPtr as_int = make_safe(PyNumber_Long(v)); in ConvertScalar()
421 Safe_PyObjectPtr as_int = make_safe(PyNumber_Long(v)); in ConvertScalar()
491 Safe_PyObjectPtr as_int = make_safe(PyNumber_Long(v)); in ConvertOneFloat()
/external/python/pybind11/docs/advanced/cast/
Dcustom.rst58 PyObject *tmp = PyNumber_Long(source);
/external/python/cpython3/Modules/
Dgrpmodule.c130 py_int_id = PyNumber_Long(id); in grp_getgrgid_impl()
/external/python/cpython2/PC/os2vacpp/
Dpython.def287 PyNumber_Long
/external/python/cpython3/Include/
Dabstract.h515 PyAPI_FUNC(PyObject *) PyNumber_Long(PyObject *o);
/external/python/cpython2/Include/
Dabstract.h892 PyAPI_FUNC(PyObject *) PyNumber_Long(PyObject *o);
/external/python/cpython3/PC/
Dpython3.def406 PyNumber_Long=python39.PyNumber_Long
/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
/external/python/cpython3/Objects/
Dweakrefobject.c549 WRAP_UNARY(proxy_int, PyNumber_Long) in WRAP_BINARY()
Dabstract.c1411 PyNumber_Long(PyObject *o) in PyNumber_Long() function
Dbytesobject.c460 iobj = PyNumber_Long(v); in formatlong()
/external/python/cpython3/Doc/c-api/
Dnumber.rst238 .. 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/protobuf/python/google/protobuf/pyext/
Dmessage.cc625 PyObject* casted = PyNumber_Long(arg); in CheckAndGetInteger()
650 PyObject* casted = PyNumber_Long(arg); in CheckAndGetInteger()
/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.dat1500 PyNumber_Long:PyObject*::+1:
1501 PyNumber_Long:PyObject*:o:0:
/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/pybind11/include/pybind11/
Dpytypes.h1117 PYBIND11_OBJECT_CVT(int_, object, PYBIND11_LONG_CHECK, PyNumber_Long) in PYBIND11_NAMESPACE_END()
/external/python/cpython2/Modules/_io/
Dtextio.c1932 PyLongObject *cookieLong = (PyLongObject *)PyNumber_Long(cookieObj); in textiowrapper_parse_cookie()
/external/python/cpython2/Python/
Dbltinmodule.c1905 PyObject *w = PyNumber_Long(curnum); in handle_range_longs()
/external/python/cpython3/Modules/_io/
Dtextio.c2352 PyLongObject *cookieLong = (PyLongObject *)PyNumber_Long(cookieObj); in textiowrapper_parse_cookie()

12