Home
last modified time | relevance | path

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

/third_party/python/Include/
Dcomplexobject.h50 PyAPI_FUNC(double) PyComplex_ImagAsDouble(PyObject *op);
/third_party/python/Doc/c-api/
Dcomplex.rst121 .. c:function:: double PyComplex_ImagAsDouble(PyObject *op)
/third_party/boost/libs/python/src/converter/
Dbuiltin_converters.cpp491 , PyComplex_ImagAsDouble(intermediate)); in extract()
/third_party/python/Python/
Dmarshal.c412 w_float_bin(PyComplex_ImagAsDouble(v), p); in w_complex_object()
417 w_float_str(PyComplex_ImagAsDouble(v), p); in w_complex_object()
Dformatter_unicode.c1240 im = PyComplex_ImagAsDouble(value); in format_complex_internal()
/third_party/python/Objects/
Dcomplexobject.c268 PyComplex_ImagAsDouble(PyObject *op) in PyComplex_ImagAsDouble() function
/third_party/python/Doc/data/
Dstable_abi.dat82 function,PyComplex_ImagAsDouble,3.2,
Drefcounts.dat358 PyComplex_ImagAsDouble:double:::
359 PyComplex_ImagAsDouble:PyObject*:op:0:
/third_party/python/PC/
Dpython3dll.c160 EXPORT_FUNC(PyComplex_ImagAsDouble)
/third_party/python/Misc/
Dstable_abi.txt438 function PyComplex_ImagAsDouble