Home | History | Annotate | Download | only in Objects

Lines Matching full:to_complex

485 #define TO_COMPLEX(obj, c) \
488 else if (to_complex(&(obj), &(c)) < 0) \
492 to_complex(PyObject **pobj, Py_complex *pc)
524 TO_COMPLEX(v, a);
525 TO_COMPLEX(w, b);
537 TO_COMPLEX(v, a);
538 TO_COMPLEX(w, b);;
550 TO_COMPLEX(v, a);
551 TO_COMPLEX(w, b);
563 TO_COMPLEX(v, a);
564 TO_COMPLEX(w, b);
581 TO_COMPLEX(v, a);
582 TO_COMPLEX(w, b);
604 TO_COMPLEX(v, a);
605 TO_COMPLEX(w, b);
630 TO_COMPLEX(v, a);
631 TO_COMPLEX(w, b);
660 TO_COMPLEX(v, a);
661 TO_COMPLEX(w, b);
695 TO_COMPLEX(v, a);
696 TO_COMPLEX(w, b);
810 TO_COMPLEX(v, i);
836 TO_COMPLEX(w, j);