Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDfold-const.c1203 tree rpart = negate_expr (TREE_REALPART (t)); in fold_negate_expr() local
1206 if ((TREE_CODE (rpart) == REAL_CST in fold_negate_expr()
1208 || (TREE_CODE (rpart) == INTEGER_CST in fold_negate_expr()
1210 return build_complex (type, rpart, ipart); in fold_negate_expr()
2218 tree rpart, ipart; in fold_convert() local
2222 rpart = fold_convert (TREE_TYPE (type), TREE_OPERAND (arg, 0)); in fold_convert()
2224 return fold_build2 (COMPLEX_EXPR, type, rpart, ipart); in fold_convert()
2228 rpart = fold_build1 (REALPART_EXPR, TREE_TYPE (orig), arg); in fold_convert()
2230 rpart = fold_convert (TREE_TYPE (type), rpart); in fold_convert()
2232 return fold_build2 (COMPLEX_EXPR, type, rpart, ipart); in fold_convert()
[all …]
HDbuiltins.c7005 tree rpart, ipart, result, arglist; in fold_builtin_cabs() local
7009 rpart = fold_build1 (REALPART_EXPR, type, arg); in fold_builtin_cabs()
7012 rpart = builtin_save_expr (rpart); in fold_builtin_cabs()
7017 rpart, rpart), in fold_builtin_cabs()