Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dcomplexobject.h50 PyAPI_FUNC(double) PyComplex_ImagAsDouble(PyObject *op);
/external/python/cpython2/Include/
Dcomplexobject.h54 PyAPI_FUNC(double) PyComplex_ImagAsDouble(PyObject *op);
/external/python/cpython2/PC/os2vacpp/
Dpython.def118 PyComplex_ImagAsDouble
/external/python/cpython3/Doc/c-api/
Dcomplex.rst121 .. c:function:: double PyComplex_ImagAsDouble(PyObject *op)
/external/python/cpython2/Doc/c-api/
Dcomplex.rst126 .. c:function:: double PyComplex_ImagAsDouble(PyObject *op)
/external/python/cpython2/Python/
Dmarshal.c294 if (_PyFloat_Pack8(PyComplex_ImagAsDouble(v), in w_object()
314 buf = PyOS_double_to_string(PyComplex_ImagAsDouble(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.def80 PyComplex_ImagAsDouble=python37.PyComplex_ImagAsDouble
/external/python/cpython3/Python/
Dmarshal.c411 if (_PyFloat_Pack8(PyComplex_ImagAsDouble(v), in w_complex_object()
431 buf = PyOS_double_to_string(PyComplex_ImagAsDouble(v), in w_complex_object()
Dformatter_unicode.c1231 im = PyComplex_ImagAsDouble(value); in format_complex_internal()
/external/python/cpython3/Objects/
Dcomplexobject.c266 PyComplex_ImagAsDouble(PyObject *op) in PyComplex_ImagAsDouble() function
/external/python/cpython2/PC/os2emx/
Dpython27.def251 "PyComplex_ImagAsDouble"
/external/python/cpython2/Objects/stringlib/
Dformatter.h1156 im = PyComplex_ImagAsDouble(value); in format_complex_internal()
/external/python/cpython2/Doc/data/
Drefcounts.dat149 PyComplex_ImagAsDouble:double:::
150 PyComplex_ImagAsDouble:PyObject*:op:0:
/external/python/cpython2/Objects/
Dcomplexobject.c277 PyComplex_ImagAsDouble(PyObject *op) in PyComplex_ImagAsDouble() function
/external/python/cpython3/Doc/data/
Drefcounts.dat340 PyComplex_ImagAsDouble:double:::
341 PyComplex_ImagAsDouble:PyObject*:op:0: