Home
last modified time | relevance | path

Searched refs:dconst2 (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dreal.h378 extern REAL_VALUE_TYPE dconst2;
H A Dtree-chrec.c220 ? build_real (type, dconst2) in chrec_fold_multiply_poly_poly()
H A Demit-rtl.c101 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 Dbuiltins.c7683 || (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 Dexpmed.c3215 if (REAL_VALUES_EQUAL (d, dconst2)) in expand_mult()
H A Dsimplify-rtx.c1937 if (REAL_VALUES_EQUAL (d, dconst2)) in simplify_binary_operation_1()
H A Dtree.c1523 && REAL_VALUES_EQUAL (TREE_REAL_CST (expr), dconst2)) in real_twop()
H A Dfold-const.c8754 build_real (type, dconst2)); in fold_binary()
9377 tree arg = build_real (type, dconst2); in fold_binary()