Home
last modified time | relevance | path

Searched refs:to_complex (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Objects/
Dcomplexobject.c434 else if (to_complex(&(obj), &(c)) < 0) \
438 to_complex(PyObject **pobj, Py_complex *pc) in to_complex() function
/external/python/cpython2/Objects/
Dcomplexobject.c488 else if (to_complex(&(obj), &(c)) < 0) \
492 to_complex(PyObject **pobj, Py_complex *pc) in to_complex() function