Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dcomplexobject.c491 complex_div(PyObject *v, PyObject *w) in complex_div() function
1048 (binaryfunc)complex_div, /* nb_true_divide */
/third_party/quickjs/
Dqjscalc.js739 function complex_div(a, b) { function
755 "/": complex_div,
771 "/": complex_div,