Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dcomplexobject.c475 complex_sub(PyObject *v, PyObject *w) in complex_sub() function
1082 (binaryfunc)complex_sub, /* nb_subtract */
/external/python/cpython2/Objects/
Dcomplexobject.c533 complex_sub(PyObject *v, PyObject *w) in complex_sub() function
1275 (binaryfunc)complex_sub, /* nb_subtract */