Lines Matching refs:TO_COMPLEX
431 #define TO_COMPLEX(obj, c) \ macro
466 TO_COMPLEX(v, a); in complex_add()
467 TO_COMPLEX(w, b); in complex_add()
479 TO_COMPLEX(v, a); in complex_sub()
480 TO_COMPLEX(w, b); in complex_sub()
492 TO_COMPLEX(v, a); in complex_mul()
493 TO_COMPLEX(w, b); in complex_mul()
505 TO_COMPLEX(v, a); in complex_div()
506 TO_COMPLEX(w, b); in complex_div()
542 TO_COMPLEX(v, a); in complex_pow()
543 TO_COMPLEX(w, b); in complex_pow()
636 TO_COMPLEX(v, i); in complex_richcompare()
662 TO_COMPLEX(w, j); in complex_richcompare()