Home
last modified time | relevance | path

Searched refs:PyComplex_ImagAsDouble (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Include/
H A Dcomplexobject.h19 PyAPI_FUNC(double) PyComplex_ImagAsDouble(PyObject *op);
/third_party/python/PC/
H A Dpython3dll.c164 EXPORT_FUNC(PyComplex_ImagAsDouble)
/third_party/python/Objects/
H A Dcomplexobject.c270 PyComplex_ImagAsDouble(PyObject *op) in PyComplex_ImagAsDouble() function
/third_party/python/Python/
H A Dmarshal.c419 w_float_bin(PyComplex_ImagAsDouble(v), p); in w_complex_object()
424 w_float_str(PyComplex_ImagAsDouble(v), p); in w_complex_object()
H A Dformatter_unicode.c1261 im = PyComplex_ImagAsDouble(value); in format_complex_internal()

Completed in 9 milliseconds