Home
last modified time | relevance | path

Searched refs:PyComplex_RealAsDouble (Results 1 – 16 of 16) sorted by relevance

/external/python/cpython3/Include/
Dcomplexobject.h49 PyAPI_FUNC(double) PyComplex_RealAsDouble(PyObject *op);
/external/python/cpython2/Include/
Dcomplexobject.h53 PyAPI_FUNC(double) PyComplex_RealAsDouble(PyObject *op);
/external/python/cpython2/PC/os2vacpp/
Dpython.def119 PyComplex_RealAsDouble
/external/python/cpython2/Doc/c-api/
Dcomplex.rst121 .. c:function:: double PyComplex_RealAsDouble(PyObject *op)
/external/python/cpython3/Doc/c-api/
Dcomplex.rst116 .. c:function:: double PyComplex_RealAsDouble(PyObject *op)
/external/python/cpython2/Python/
Dmarshal.c287 if (_PyFloat_Pack8(PyComplex_RealAsDouble(v), in w_object()
304 buf = PyOS_double_to_string(PyComplex_RealAsDouble(v), in w_object()
/external/tensorflow/tensorflow/python/lib/core/
Dpy_seq_tensor.cc453 *out = complex128(PyComplex_RealAsDouble(v), PyComplex_ImagAsDouble(v)); in ConvertOneComplex()
/external/python/cpython3/PC/
Dpython3.def81 PyComplex_RealAsDouble=python37.PyComplex_RealAsDouble
/external/python/cpython3/Python/
Dmarshal.c404 if (_PyFloat_Pack8(PyComplex_RealAsDouble(v), in w_complex_object()
421 buf = PyOS_double_to_string(PyComplex_RealAsDouble(v), in w_complex_object()
Dformatter_unicode.c1228 re = PyComplex_RealAsDouble(value); in format_complex_internal()
/external/python/cpython3/Objects/
Dcomplexobject.c255 PyComplex_RealAsDouble(PyObject *op) in PyComplex_RealAsDouble() function
/external/python/cpython2/Objects/stringlib/
Dformatter.h1153 re = PyComplex_RealAsDouble(value); in format_complex_internal()
/external/python/cpython2/PC/os2emx/
Dpython27.def250 "PyComplex_RealAsDouble"
/external/python/cpython2/Doc/data/
Drefcounts.dat152 PyComplex_RealAsDouble:double:::
153 PyComplex_RealAsDouble:PyObject*:op:0:
/external/python/cpython2/Objects/
Dcomplexobject.c266 PyComplex_RealAsDouble(PyObject *op) in PyComplex_RealAsDouble() function
/external/python/cpython3/Doc/data/
Drefcounts.dat343 PyComplex_RealAsDouble:double:::
344 PyComplex_RealAsDouble:PyObject*:op:0: