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

  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-math-opts.cc 2012 REAL_VALUE_TYPE c2, dconst3; local
2133 real_from_integer (&dconst3, VOIDmode, 3, SIGNED);
2134 real_arithmetic (&c2, MULT_EXPR, &c, &dconst3);
2138 real_arithmetic (&c2, RDIV_EXPR, &cint, &dconst3);
tree-ssa-math-opts.cc 2012 REAL_VALUE_TYPE c2, dconst3; local
2133 real_from_integer (&dconst3, VOIDmode, 3, SIGNED);
2134 real_arithmetic (&c2, MULT_EXPR, &c, &dconst3);
2138 real_arithmetic (&c2, RDIV_EXPR, &cint, &dconst3);
tree-ssa-math-opts.cc 2012 REAL_VALUE_TYPE c2, dconst3; local
2133 real_from_integer (&dconst3, VOIDmode, 3, SIGNED);
2134 real_arithmetic (&c2, MULT_EXPR, &c, &dconst3);
2138 real_arithmetic (&c2, RDIV_EXPR, &cint, &dconst3);

Completed in 190 milliseconds