Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dreal.h326 extern REAL_VALUE_TYPE dconst2;
H A Demit-rtl.c110 REAL_VALUE_TYPE dconst2; variable
5451 REAL_VALUE_FROM_INT (dconst2, 2, 0, double_mode);
5457 (i == 0 ? &dconst0 : i == 1 ? &dconst1 : &dconst2);
H A Dsimplify-rtx.c1262 if (REAL_VALUES_EQUAL (d, dconst2))
H A Dtree.c865 && REAL_VALUES_EQUAL (TREE_REAL_CST (expr), dconst2))
/openbsd-src/gnu/gcc/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
5195 REAL_VALUE_FROM_INT (dconst2, 2, 0, double_mode); in init_emit_once()
5216 (i == 0 ? &dconst0 : i == 1 ? &dconst1 : &dconst2); in init_emit_once()
H A Dbuiltins.c7615 || (value == &dconst2 in fold_builtin_logarithm()
7639 x = build_real (type, dconst2); in fold_builtin_logarithm()
7927 || (value == &dconst2 in fold_builtin_exponent()
9003 return fold_builtin_exponent (fndecl, arglist, &dconst2); in fold_builtin_1()
9013 return fold_builtin_logarithm (fndecl, arglist, &dconst2); in fold_builtin_1()
H A Dexpmed.c3219 if (REAL_VALUES_EQUAL (d, dconst2)) in expand_mult()
H A Dsimplify-rtx.c1933 if (REAL_VALUES_EQUAL (d, dconst2)) in simplify_binary_operation_1()
H A Dtree.c1515 && REAL_VALUES_EQUAL (TREE_REAL_CST (expr), dconst2)) in real_twop()
H A Dfold-const.c8738 build_real (type, dconst2)); in fold_binary()
9361 tree arg = build_real (type, dconst2); in fold_binary()
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dtarget.h1487 #define ffetarget_real1_two(res) ffetarget_cvt_rv_to_r1_ (dconst2, *(res))
1488 #define ffetarget_real2_two(res) ffetarget_cvt_rv_to_r2_ (dconst2, &((res)->v[0]))
H A Dcom.c11826 REAL_ARITHMETIC (point_5, RDIV_EXPR, dconst1, dconst2); in ffecom_init_0()