Searched refs:dconst2 (Results 1 – 22 of 22) sorted by relevance
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | real.h | 445 extern REAL_VALUE_TYPE dconst2;
|
| HD | dfp.c | 119 if (memcmp (r, &dconst2, sizeof (*r)) == 0) in decimal_to_decnumber()
|
| HD | tree-chrec.c | 243 ? build_real (type, dconst2) in chrec_fold_multiply_poly_poly()
|
| HD | tree-ssa-math-opts.c | 1788 real_arithmetic (&c2, MULT_EXPR, &c, &dconst2); in gimple_expand_builtin_pow() 3575 &dconst2) in after_dom_children()
|
| HD | emit-rtl.c | 105 REAL_VALUE_TYPE dconst2; variable 6252 real_from_integer (&dconst2, double_mode, 2, SIGNED); in init_emit_once() 6263 (i == 0 ? &dconst0 : i == 1 ? &dconst1 : &dconst2); in init_emit_once()
|
| HD | tree-vect-patterns.c | 1149 && real_equal (&TREE_REAL_CST (exp), &dconst2))) in vect_recog_pow_pattern()
|
| HD | match.pd | 2556 (mult @0 { build_real (type, dconst2); }) 3964 x = build_real (type, dconst2);
|
| HD | tree-inline.c | 4109 &dconst2))) in estimate_num_insns()
|
| HD | expmed.c | 3528 && real_equal (CONST_DOUBLE_REAL_VALUE (scalar_op1), &dconst2)) in expand_mult()
|
| HD | simplify-rtx.c | 2713 if (real_equal (d1, &dconst2)) in simplify_binary_operation_1()
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | real.h | 425 extern REAL_VALUE_TYPE dconst2;
|
| HD | dfp.c | 123 if (memcmp (r, &dconst2, sizeof (*r)) == 0) in decimal_to_decnumber()
|
| HD | tree-ssa-math-opts.c | 1235 real_arithmetic (&c2, MULT_EXPR, &c, &dconst2); in gimple_expand_builtin_pow() 2670 dconst2) in execute_optimize_widening_mul()
|
| HD | tree-chrec.c | 228 ? build_real (type, dconst2) in chrec_fold_multiply_poly_poly()
|
| HD | emit-rtl.c | 105 REAL_VALUE_TYPE dconst2; variable 5675 REAL_VALUE_FROM_INT (dconst2, 2, 0, double_mode); in init_emit_once() 5686 (i == 0 ? &dconst0 : i == 1 ? &dconst1 : &dconst2); in init_emit_once()
|
| HD | tree-vect-patterns.c | 736 && REAL_VALUES_EQUAL (TREE_REAL_CST (exp), dconst2))) in vect_recog_pow_pattern()
|
| HD | tree-inline.c | 3572 (TREE_REAL_CST (gimple_call_arg (stmt, 1)), dconst2)) in estimate_num_insns()
|
| HD | simplify-rtx.c | 2397 if (REAL_VALUES_EQUAL (d, dconst2)) in simplify_binary_operation_1()
|
| HD | expmed.c | 3199 if (REAL_VALUES_EQUAL (d, dconst2)) in expand_mult()
|
| HD | fold-const.c | 10216 build_real (type, dconst2)); in fold_binary_loc() 11002 tree arg = build_real (type, dconst2); in fold_binary_loc()
|
| HD | tree.c | 1975 && REAL_VALUES_EQUAL (TREE_REAL_CST (expr), dconst2) in real_twop()
|
| HD | builtins.c | 8286 x = build_real (type, dconst2); in fold_builtin_logarithm()
|