Searched refs:ipart (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/tools/regression/lib/msun/
H A Dtest-nearbyint.c125 double ipart; local
137 ipartl = ipart = ipartf = 42.0;
141 assert(fpequal(out, modf(in, &ipart)));
142 assert(fpequal(ipart_expected, ipart));
150 ipartl = ipart = ipartf = 42.0;
153 assert(fpequal(out, modf(in, &ipart)));
154 assert(fpequal(ipart_expected, ipart));
/freebsd-10.2-release/contrib/gcc/
H A Dfold-const.c1213 tree ipart = negate_expr (TREE_IMAGPART (t));
1216 && TREE_CODE (ipart) == REAL_CST)
1218 && TREE_CODE (ipart) == INTEGER_CST))
1219 return build_complex (type, rpart, ipart);
2231 tree rpart, ipart;
2236 ipart = fold_convert (TREE_TYPE (type), TREE_OPERAND (arg, 1));
2237 return fold_build2 (COMPLEX_EXPR, type, rpart, ipart);
2242 ipart = fold_build1 (IMAGPART_EXPR, TREE_TYPE (orig), arg);
2244 ipart = fold_convert (TREE_TYPE (type), ipart);
1204 tree ipart = negate_expr (TREE_IMAGPART (t)); local
2218 tree rpart, ipart; local
7320 tree etype, rpart, ipart; local
7815 tree ipart = fold_convert (itype, TREE_OPERAND (arg0, 1)); local
7822 tree ipart = fold_convert (itype, TREE_IMAGPART (arg0)); local
8443 tree rpart, ipart, tem; local
[all...]
H A Dbuiltins.c7008 tree rpart, ipart, result, arglist;
7013 ipart = fold_build1 (IMAGPART_EXPR, type, arg);
7016 ipart = builtin_save_expr (ipart);
7022 ipart, ipart));
7005 tree rpart, ipart, result, arglist; local

Completed in 183 milliseconds