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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-math-opts.c1878 REAL_VALUE_TYPE c2, dconst3; local
1999 real_from_integer (&dconst3, VOIDmode, 3, SIGNED);
2000 real_arithmetic (&c2, MULT_EXPR, &c, &dconst3);
2004 real_arithmetic (&c2, RDIV_EXPR, &cint, &dconst3);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-math-opts.cc2012 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 184 milliseconds