Searched refs:dconst2 (Results 1 – 14 of 14) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | real.h | 326 extern REAL_VALUE_TYPE dconst2;
|
| H A D | emit-rtl.c | 110 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 D | simplify-rtx.c | 1262 if (REAL_VALUES_EQUAL (d, dconst2))
|
| H A D | tree.c | 865 && REAL_VALUES_EQUAL (TREE_REAL_CST (expr), dconst2))
|
| /openbsd-src/gnu/gcc/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 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 D | builtins.c | 7615 || (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 D | expmed.c | 3219 if (REAL_VALUES_EQUAL (d, dconst2)) in expand_mult()
|
| H A D | simplify-rtx.c | 1933 if (REAL_VALUES_EQUAL (d, dconst2)) in simplify_binary_operation_1()
|
| H A D | tree.c | 1515 && REAL_VALUES_EQUAL (TREE_REAL_CST (expr), dconst2)) in real_twop()
|
| H A D | fold-const.c | 8738 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 D | target.h | 1487 #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 D | com.c | 11826 REAL_ARITHMETIC (point_5, RDIV_EXPR, dconst1, dconst2); in ffecom_init_0()
|