Searched refs:dconst2 (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | real.h | 378 extern REAL_VALUE_TYPE dconst2;
|
| H A D | tree-chrec.c | 220 ? build_real (type, dconst2) in chrec_fold_multiply_poly_poly()
|
| H A D | emit-rtl.c | 101 REAL_VALUE_TYPE dconst2; variable 5198 REAL_VALUE_FROM_INT (dconst2, 2, 0, double_mode); in init_emit_once() 5219 (i == 0 ? &dconst0 : i == 1 ? &dconst1 : &dconst2); in init_emit_once()
|
| H A D | builtins.c | 7683 || (value == &dconst2 in fold_builtin_logarithm() 7707 x = build_real (type, dconst2); in fold_builtin_logarithm() 7995 || (value == &dconst2 in fold_builtin_exponent() 9074 return fold_builtin_exponent (fndecl, arglist, &dconst2); in fold_builtin_1() 9084 return fold_builtin_logarithm (fndecl, arglist, &dconst2); in fold_builtin_1()
|
| H A D | expmed.c | 3215 if (REAL_VALUES_EQUAL (d, dconst2)) in expand_mult()
|
| H A D | simplify-rtx.c | 1937 if (REAL_VALUES_EQUAL (d, dconst2)) in simplify_binary_operation_1()
|
| H A D | tree.c | 1523 && REAL_VALUES_EQUAL (TREE_REAL_CST (expr), dconst2)) in real_twop()
|
| H A D | fold-const.c | 8754 build_real (type, dconst2)); in fold_binary() 9377 tree arg = build_real (type, dconst2); in fold_binary()
|