Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dcomplexobject.c625 complex_divmod(PyObject *v, PyObject *w) in complex_divmod() function
701 t = complex_divmod(v, w); in complex_int_div()
1279 (binaryfunc)complex_divmod, /* nb_divmod */
/external/python/cpython3/Objects/
Dcomplexobject.c521 complex_divmod(PyObject *v, PyObject *w) in complex_divmod() function
1054 (binaryfunc)complex_divmod, /* nb_divmod */