HomeSort by: relevance | last modified time | path
    Searched defs:ceil_fract (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-math-opts.cc 1866 REAL_VALUE_TYPE ceil_fract = dconst0; local
1871 real_arithmetic (&ceil_fract, MINUS_EXPR, &ceil_whole, &exp);
1885 if (representable_as_half_series_p (ceil_fract, max_depth,
1891 frac_part = ceil_fract;
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-math-opts.cc 1862 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 34 milliseconds