Searched refs:dconst3 (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-math-opts.c | 1878 REAL_VALUE_TYPE c2, dconst3; in gimple_expand_builtin_pow() local 1999 real_from_integer (&dconst3, VOIDmode, 3, SIGNED); in gimple_expand_builtin_pow() 2000 real_arithmetic (&c2, MULT_EXPR, &c, &dconst3); in gimple_expand_builtin_pow() 2004 real_arithmetic (&c2, RDIV_EXPR, &cint, &dconst3); in gimple_expand_builtin_pow()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-math-opts.cc | 2012 REAL_VALUE_TYPE c2, dconst3; in gimple_expand_builtin_pow() local 2133 real_from_integer (&dconst3, VOIDmode, 3, SIGNED); in gimple_expand_builtin_pow() 2134 real_arithmetic (&c2, MULT_EXPR, &c, &dconst3); in gimple_expand_builtin_pow() 2138 real_arithmetic (&c2, RDIV_EXPR, &cint, &dconst3); in gimple_expand_builtin_pow()
|
H A D | ChangeLog-2008 | 24037 fold_builtin_hypot, fold_builtin_pow): Remove uses of dconst3, 24040 * emit-rtl.c (dconst3, dconst10, dconstm2, dconstthird, 24045 * real.h (dconst3, dconst10, dconstm2, dconstthird,
|
H A D | ChangeLog-2003 | 8859 * emit-rtl.c (dconst3, dconst10, dconstthird): New. 8864 * real.h (dconst3, dconst10, dconstthird): New.
|