Home
last modified time | relevance | path

Searched refs:dconst0 (Results 1 – 25 of 34) sorted by relevance

12

/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dtarget.h896 resi = dconst0; \
906 ffetarget_cvt_rv_to_r1_ (dconst0, (res)->imaginary), \
912 ffetarget_cvt_rv_to_r1_ (dconst0, (res)->imaginary), \
931 resi = dconst0; \
943 ffetarget_cvt_rv_to_r2_ (dconst0, &((res)->imaginary.v[0])), \
947 ffetarget_cvt_rv_to_r2_ (dconst0, &((res)->imaginary.v[0])), \
1174 REAL_VALUES_EQUAL (rr, dconst0) \
1175 ? ({ ffetarget_cvt_rv_to_r1_ (dconst0, *(res)); \
1187 REAL_VALUES_EQUAL (rr, dconst0) \
1188 ? ({ ffetarget_cvt_rv_to_r2_ (dconst0, &((res)->v[0])); \
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dlex.h192 #define DCONST0 dconst0
H A Ddecl.c543 float_zero_node = build_real (float_type_node, dconst0); in java_init_decl_processing()
544 double_zero_node = build_real (double_type_node, dconst0); in java_init_decl_processing()
H A Dlex.c840 #define IS_ZERO(X) REAL_VALUES_EQUAL (X, dconst0)
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dreal.h324 extern REAL_VALUE_TYPE dconst0;
H A Dsimplify-rtx.c817 && REAL_VALUES_EQUAL (f1, dconst0))
1360 if (! REAL_VALUES_EQUAL (d, dconst0))
H A Demit-rtl.c108 REAL_VALUE_TYPE dconst0; variable
5449 REAL_VALUE_FROM_INT (dconst0, 0, 0, double_mode);
5457 (i == 0 ? &dconst0 : i == 1 ? &dconst1 : &dconst2);
H A Dfold-const.c1585 overflow = 1, x = dconst0;
6012 build_real (TREE_TYPE (arg1), dconst0)));
H A Dtree.c833 && REAL_VALUES_EQUAL (TREE_REAL_CST (expr), dconst0))
/openbsd-src/gnu/gcc/gcc/
H A Dreal.h376 extern REAL_VALUE_TYPE dconst0;
H A Dtree-ssa-uncprop.c168 || REAL_VALUES_EQUAL (dconst0, TREE_REAL_CST (op1)))) in associate_equivalences_with_edges()
H A Dtree-complex.c99 zerop = REAL_VALUES_IDENTICAL (TREE_REAL_CST (t), dconst0); in some_nonzerop()
450 return build_real (inner_type, dconst0); in get_component_ssa_name()
H A Dsimplify-rtx.c2369 && !REAL_VALUES_EQUAL (d, dconst0)) in simplify_binary_operation_1()
2798 && REAL_VALUES_EQUAL (f1, dconst0) in simplify_const_binary_operation()
2831 && ((REAL_VALUE_ISINF (f0) && REAL_VALUES_EQUAL (f1, dconst0)) in simplify_const_binary_operation()
2833 && REAL_VALUES_EQUAL (f0, dconst0)))) in simplify_const_binary_operation()
H A Demit-rtl.c99 REAL_VALUE_TYPE dconst0; variable
5193 REAL_VALUE_FROM_INT (dconst0, 0, 0, double_mode); in init_emit_once()
5216 (i == 0 ? &dconst0 : i == 1 ? &dconst1 : &dconst2); in init_emit_once()
H A Dtree-ssa-dom.c1166 || REAL_VALUES_EQUAL (dconst0, TREE_REAL_CST (y)))) in record_equality()
H A Dbuiltins.c5325 build_real (TREE_TYPE (arg), dconst0)); in expand_builtin_signbit()
7596 return build_real (type, dconst0); in fold_builtin_logarithm()
7707 if (REAL_VALUES_EQUAL (c, dconst0)) in fold_builtin_pow()
8546 build_real (TREE_TYPE (arg), dconst0)); in fold_builtin_signbit()
8744 return real_compare (GT_EXPR, &r, &dconst0) in fold_builtin_classify()
H A Dfold-const.c1756 && REAL_VALUES_EQUAL (d2, dconst0) in const_binop()
6109 build_real (TREE_TYPE (arg), dconst0)); in fold_mathfn_compare()
6158 build_real (TREE_TYPE (arg), dconst0)); in fold_mathfn_compare()
6169 dconst0)), in fold_mathfn_compare()
6188 dconst0)), in fold_mathfn_compare()
8092 build_real (TREE_TYPE (arg1), dconst0)); in fold_comparison()
H A Dtree-scalar-evolution.c677 ? build_real (type, dconst0) in add_to_evolution_1()
H A Dtree-vect-transform.c666 def = build_real (type, dconst0); in get_initial_def_for_reduction()
/openbsd-src/gnu/gcc/gcc/config/c4x/
H A Dpredicates.md31 return REAL_VALUES_EQUAL (r, dconst0);
/openbsd-src/gnu/gcc/gcc/config/fr30/
H A Dfr30.c785 return REAL_VALUES_EQUAL (d, dconst0); in fr30_const_double_is_zero()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/fr30/
H A Dfr30.c965 return REAL_VALUES_EQUAL (d, dconst0);
/openbsd-src/gnu/usr.bin/gcc/gcc/config/pdp11/
H A Dpdp11.c628 if (REAL_VALUES_EQUAL (r, dconst0))
/openbsd-src/gnu/gcc/gcc/config/pdp11/
H A Dpdp11.c721 if (REAL_VALUES_EQUAL (r, dconst0)) in output_move_quad()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/sparc/
H A Dsparc.c538 if (REAL_VALUES_EQUAL (r, dconst0) &&
563 if (REAL_VALUES_EQUAL (r, dconst0) &&
591 if (REAL_VALUES_EQUAL (r, dconst0) &&

12