Searched refs:imagpart (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/contrib/gcc/ |
| HD | gimplify.c | 3477 tree lhs, rhs, new_rhs, other, realpart, imagpart; in gimplify_modify_expr_complex_part() local 3489 imagpart = code == REALPART_EXPR ? other : rhs; in gimplify_modify_expr_complex_part() 3491 if (TREE_CONSTANT (realpart) && TREE_CONSTANT (imagpart)) in gimplify_modify_expr_complex_part() 3492 new_rhs = build_complex (TREE_TYPE (lhs), realpart, imagpart); in gimplify_modify_expr_complex_part() 3494 new_rhs = build2 (COMPLEX_EXPR, TREE_TYPE (lhs), realpart, imagpart); in gimplify_modify_expr_complex_part()
|
| HD | emit-rtl.c | 782 rtx realpart, imagpart; in gen_reg_rtx() local 786 imagpart = gen_reg_rtx (partmode); in gen_reg_rtx() 787 return gen_rtx_CONCAT (mode, realpart, imagpart); in gen_reg_rtx()
|
| HD | ChangeLog-2006 | 4921 to optimize z * conj(z) as realpart(z)^2 + imagpart(z)^2.
|
| HD | ChangeLog-2004 | 27787 * tree-nested.c (build_addr): Merge real/imagpart with
|