Searched refs:PyComplex_ImagAsDouble (Results 1 – 15 of 15) sorted by relevance
19 PyAPI_FUNC(double) PyComplex_ImagAsDouble(PyObject *op);
52 imag = PyComplex_ImagAsDouble(obj); in complex_imagasdouble()
176 double imag_val = PyComplex_ImagAsDouble(obj); in THPUtils_unpackNumberAsBool()
53 PyComplex_RealAsDouble(object), PyComplex_ImagAsDouble(object))) \
138 .. c:function:: double PyComplex_ImagAsDouble(PyObject *op)
434 w_float_bin(PyComplex_ImagAsDouble(v), p); in w_complex_object()439 w_float_str(PyComplex_ImagAsDouble(v), p); in w_complex_object()
1261 im = PyComplex_ImagAsDouble(value); in format_complex_internal()
639 *out = complex128(PyComplex_RealAsDouble(v), PyComplex_ImagAsDouble(v)); in ConvertScalar()
283 PyComplex_ImagAsDouble(PyObject *op) in PyComplex_ImagAsDouble() function
167 EXPORT_FUNC(PyComplex_ImagAsDouble)
92 func,PyComplex_ImagAsDouble,3.2,,
358 PyComplex_ImagAsDouble:double:::359 PyComplex_ImagAsDouble:PyObject*:op:0:
102 …<elf-symbol name='PyComplex_ImagAsDouble' type='func-type' binding='global-binding' visibility='de…6129 …PyComplex_ImagAsDouble' mangled-name='PyComplex_ImagAsDouble' filepath='Objects/complexobject.c' l…
533 [function.PyComplex_ImagAsDouble]
429 :c:func:`PyComplex_RealAsDouble`/:c:func:`PyComplex_ImagAsDouble` now tries