Home
last modified time | relevance | path

Searched refs:complex_divmod (Results 1 – 1 of 1) 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 */