Home
last modified time | relevance | path

Searched refs:PyNumber_Float (Results 1 – 25 of 26) sorted by relevance

12

/external/python/cpython2/PC/os2vacpp/
Dpython.def284 PyNumber_Float
/external/python/cpython3/Objects/
Dcomplexobject.c1007 tmp = PyNumber_Float(r); in complex_new_impl()
1030 tmp = PyNumber_Float(i); in complex_new_impl()
Dweakrefobject.c550 WRAP_UNARY(proxy_float, PyNumber_Float) in WRAP_BINARY()
Dfloatobject.c1605 return PyNumber_Float(x); in float_new_impl()
Dabstract.c1510 PyNumber_Float(PyObject *o) in PyNumber_Float() function
/external/python/cpython3/Include/
Dabstract.h521 PyAPI_FUNC(PyObject *) PyNumber_Float(PyObject *o);
/external/python/cpython2/Include/
Dabstract.h901 PyAPI_FUNC(PyObject *) PyNumber_Float(PyObject *o);
/external/python/cpython3/PC/
Dpython3.def389 PyNumber_Float=python39.PyNumber_Float
/external/python/cpython2/Objects/
Dweakrefobject.c514 WRAP_UNARY(proxy_float, PyNumber_Float) in WRAP_BINARY()
Dcomplexobject.c1220 tmp = PyNumber_Float(r); in complex_new()
Dfloatobject.c1824 return PyNumber_Float(x); in float_new()
Dabstract.c1790 PyNumber_Float(PyObject *o) function
/external/tensorflow/tensorflow/python/lib/core/
Dpy_seq_tensor.cc481 Safe_PyObjectPtr as_float = make_safe(PyNumber_Float(v)); in ConvertOneFloat()
/external/python/cpython3/Doc/c-api/
Dnumber.rst246 .. c:function:: PyObject* PyNumber_Float(PyObject *o)
/external/python/cpython2/PC/os2emx/
Dpython27.def102 "PyNumber_Float"
/external/python/cpython2/Objects/stringlib/
Dformatter.h1387 tmp = PyNumber_Float(obj); in format_int_or_long()
/external/python/cpython2/Doc/c-api/
Dnumber.rst277 .. c:function:: PyObject* PyNumber_Float(PyObject *o)
/external/python/cpython2/Modules/
D_csv.c552 tmp = PyNumber_Float(field); in parse_save_field()
/external/python/cpython2/Doc/data/
Drefcounts.dat798 PyNumber_Float:PyObject*::+1:
799 PyNumber_Float:PyObject*:o:0:
/external/python/cpython3/Python/
Dformatter_unicode.c1502 tmp = PyNumber_Float(obj); in _PyLong_FormatAdvancedWriter()
/external/python/cpython3/Modules/
D_csv.c547 tmp = PyNumber_Float(field); in parse_save_field()
D_tkinter.c2036 return PyNumber_Float(arg); in _tkinter_tkapp_getdouble()
/external/python/cpython3/Doc/data/
Drefcounts.dat1434 PyNumber_Float:PyObject*::+1:
1435 PyNumber_Float:PyObject*:o:0:
/external/python/pybind11/include/pybind11/
Dpytypes.h1150 PYBIND11_OBJECT_CVT(float_, object, PyFloat_Check, PyNumber_Float) in PYBIND11_OBJECT_CVT() argument
Dcast.h1079 ? PyNumber_Float(src.ptr())

12