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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-math-opts.c1728 REAL_VALUE_TYPE ceil_fract = dconst0; local
1733 real_arithmetic (&ceil_fract, MINUS_EXPR, &ceil_whole, &exp);
1747 if (representable_as_half_series_p (ceil_fract, max_depth,
1753 frac_part = ceil_fract;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-math-opts.cc1862 REAL_VALUE_TYPE ceil_fract = dconst0; local
1867 real_arithmetic (&ceil_fract, MINUS_EXPR, &ceil_whole, &exp);
1881 if (representable_as_half_series_p (ceil_fract, max_depth,
1887 frac_part = ceil_fract;

Completed in 157 milliseconds