Lines Matching full:to_complex
410 #define TO_COMPLEX(obj, c) \
413 else if (to_complex(&(obj), &(c)) < 0) \
417 to_complex(PyObject **pobj, Py_complex *pc)
445 TO_COMPLEX(v, a);
446 TO_COMPLEX(w, b);
458 TO_COMPLEX(v, a);
459 TO_COMPLEX(w, b);
471 TO_COMPLEX(v, a);
472 TO_COMPLEX(w, b);
484 TO_COMPLEX(v, a);
485 TO_COMPLEX(w, b);
521 TO_COMPLEX(v, a);
522 TO_COMPLEX(w, b);
615 TO_COMPLEX(v, i);
641 TO_COMPLEX(w, j);