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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-math-opts.c1720 REAL_VALUE_TYPE whole_part; local
1723 real_floor (&whole_part, mode, &exp);
1724 real_arithmetic (&frac_part, MINUS_EXPR, &exp, &whole_part);
1752 whole_part = ceil_whole;
1762 HOST_WIDE_INT n = real_to_integer (&whole_part);
1766 if (!real_identical (&whole_part, &cint))
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-math-opts.cc1854 REAL_VALUE_TYPE whole_part; local
1857 real_floor (&whole_part, mode, &exp);
1858 real_arithmetic (&frac_part, MINUS_EXPR, &exp, &whole_part);
1886 whole_part = ceil_whole;
1896 HOST_WIDE_INT n = real_to_integer (&whole_part);
1900 if (!real_identical (&whole_part, &cint))

Completed in 143 milliseconds