Searched refs:PyComplex_AsCComplex (Results 1 – 20 of 20) sorted by relevance
52 PyAPI_FUNC(Py_complex) PyComplex_AsCComplex(PyObject *op);
55 PyAPI_FUNC(Py_complex) PyComplex_AsCComplex(PyObject *op);
115 PyComplex_AsCComplex
126 .. c:function:: Py_complex PyComplex_AsCComplex(PyObject *op)
131 .. c:function:: Py_complex PyComplex_AsCComplex(PyObject *op)
456 auto as_complex = PyComplex_AsCComplex(v); in ConvertOneComplex()
454 z = PyComplex_AsCComplex(op); in _PyCode_ConstantKey()
320 PyComplex_AsCComplex(PyObject *op) in PyComplex_AsCComplex() function
530 z = PyComplex_AsCComplex(op); in _PyCode_ConstantKey()
311 PyComplex_AsCComplex(PyObject *op) in PyComplex_AsCComplex() function
252 "PyComplex_AsCComplex"
136 PyComplex_AsCComplex:Py_complex:::137 PyComplex_AsCComplex:PyObject*:op:0:
833 cval = PyComplex_AsCComplex(arg); in convertsimple()
324 PyComplex_AsCComplex:Py_complex:::325 PyComplex_AsCComplex:PyObject*:op:0:
966 y = PyComplex_AsCComplex(y_obj); in cmath_log_impl()
881 cval = PyComplex_AsCComplex(arg); in convertsimple()
2879 Py_complex c = PyComplex_AsCComplex(w); in convert_op_cmp()
789 PyComplex_AsCComplex() now tries to convert an object to complex using its
3039 :c:func:`PyComplex_AsCComplex` will now accept arguments that
3043 :c:func:`PyComplex_AsCComplex` will now accept arguments that