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

/freebsd-9.3-release/contrib/gcc/
H A Dfold-const.c1212 tree rpart = negate_expr (TREE_REALPART (t));
1215 if ((TREE_CODE (rpart) == REAL_CST
1217 || (TREE_CODE (rpart) == INTEGER_CST
1219 return build_complex (type, rpart, ipart);
2229 tree rpart, ipart;
2233 rpart = fold_convert (TREE_TYPE (type), TREE_OPERAND (arg, 0));
2235 return fold_build2 (COMPLEX_EXPR, type, rpart, ipart);
2239 rpart = fold_build1 (REALPART_EXPR, TREE_TYPE (orig), arg);
2241 rpart = fold_convert (TREE_TYPE (type), rpart);
1203 tree rpart = negate_expr (TREE_REALPART (t)); local
2216 tree rpart, ipart; local
7318 tree etype, rpart, ipart; local
7812 tree rpart = fold_convert (itype, TREE_OPERAND (arg0, 0)); local
7819 tree rpart = fold_convert (itype, TREE_REALPART (arg0)); local
8441 tree rpart, ipart, tem; local
[all...]
H A Dbuiltins.c6976 tree rpart, ipart, result, arglist;
6980 rpart = fold_build1 (REALPART_EXPR, type, arg);
6983 rpart = builtin_save_expr (rpart);
6988 rpart, rpart),
6973 tree rpart, ipart, result, arglist; local

Completed in 155 milliseconds