| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | target.h | 896 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 D | lex.h | 192 #define DCONST0 dconst0
|
| H A D | decl.c | 543 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 D | lex.c | 840 #define IS_ZERO(X) REAL_VALUES_EQUAL (X, dconst0)
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | real.h | 324 extern REAL_VALUE_TYPE dconst0;
|
| H A D | simplify-rtx.c | 817 && REAL_VALUES_EQUAL (f1, dconst0)) 1360 if (! REAL_VALUES_EQUAL (d, dconst0))
|
| H A D | emit-rtl.c | 108 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 D | fold-const.c | 1585 overflow = 1, x = dconst0; 6012 build_real (TREE_TYPE (arg1), dconst0)));
|
| H A D | tree.c | 833 && REAL_VALUES_EQUAL (TREE_REAL_CST (expr), dconst0))
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | real.h | 376 extern REAL_VALUE_TYPE dconst0;
|
| H A D | tree-ssa-uncprop.c | 168 || REAL_VALUES_EQUAL (dconst0, TREE_REAL_CST (op1)))) in associate_equivalences_with_edges()
|
| H A D | tree-complex.c | 99 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 D | simplify-rtx.c | 2369 && !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 D | emit-rtl.c | 99 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 D | tree-ssa-dom.c | 1166 || REAL_VALUES_EQUAL (dconst0, TREE_REAL_CST (y)))) in record_equality()
|
| H A D | builtins.c | 5325 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 D | fold-const.c | 1756 && 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 D | tree-scalar-evolution.c | 677 ? build_real (type, dconst0) in add_to_evolution_1()
|
| H A D | tree-vect-transform.c | 666 def = build_real (type, dconst0); in get_initial_def_for_reduction()
|
| /openbsd-src/gnu/gcc/gcc/config/c4x/ |
| H A D | predicates.md | 31 return REAL_VALUES_EQUAL (r, dconst0);
|
| /openbsd-src/gnu/gcc/gcc/config/fr30/ |
| H A D | fr30.c | 785 return REAL_VALUES_EQUAL (d, dconst0); in fr30_const_double_is_zero()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/fr30/ |
| H A D | fr30.c | 965 return REAL_VALUES_EQUAL (d, dconst0);
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/pdp11/ |
| H A D | pdp11.c | 628 if (REAL_VALUES_EQUAL (r, dconst0))
|
| /openbsd-src/gnu/gcc/gcc/config/pdp11/ |
| H A D | pdp11.c | 721 if (REAL_VALUES_EQUAL (r, dconst0)) in output_move_quad()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/sparc/ |
| H A D | sparc.c | 538 if (REAL_VALUES_EQUAL (r, dconst0) && 563 if (REAL_VALUES_EQUAL (r, dconst0) && 591 if (REAL_VALUES_EQUAL (r, dconst0) &&
|