Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dcomplexobject.c427 #define TO_COMPLEX(obj, c) \ macro
462 TO_COMPLEX(v, a); in complex_add()
463 TO_COMPLEX(w, b); in complex_add()
473 TO_COMPLEX(v, a); in complex_sub()
474 TO_COMPLEX(w, b); in complex_sub()
484 TO_COMPLEX(v, a); in complex_mul()
485 TO_COMPLEX(w, b); in complex_mul()
495 TO_COMPLEX(v, a); in complex_div()
496 TO_COMPLEX(w, b); in complex_div()
511 TO_COMPLEX(v, a); in complex_pow()
[all …]