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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-math-opts.c1727 REAL_VALUE_TYPE ceil_whole = dconst0; local
1732 real_ceil (&ceil_whole, mode, &exp);
1733 real_arithmetic (&ceil_fract, MINUS_EXPR, &ceil_whole, &exp);
1752 whole_part = ceil_whole;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-math-opts.cc1861 REAL_VALUE_TYPE ceil_whole = dconst0; local
1866 real_ceil (&ceil_whole, mode, &exp);
1867 real_arithmetic (&ceil_fract, MINUS_EXPR, &ceil_whole, &exp);
1886 whole_part = ceil_whole;

Completed in 174 milliseconds