HomeSort by: relevance | last modified time | path
    Searched refs:dconstm1 (Results 1 - 25 of 31) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/gcc/
real.h 473 extern REAL_VALUE_TYPE dconstm1;
fold-const-call.cc 738 return (real_compare (GE_EXPR, arg, &dconstm1)
744 return (real_compare (GE_EXPR, arg, &dconstm1)
763 return (real_compare (GE_EXPR, arg, &dconstm1)
836 return (real_compare (GT_EXPR, arg, &dconstm1)
dfp.cc 124 if (memcmp (r, &dconstm1, sizeof (*r)) == 0)
gimple-range-op.cc 610 r.set (type, dconstm1, dconst1);
738 REAL_VALUE_TYPE m1 = dconstm1;
tree-chrec.cc 86 ? build_real (type, dconstm1)
328 ? build_real (type, dconstm1)
emit-rtl.cc 110 REAL_VALUE_TYPE dconstm1; variable
6407 dconstm1 = dconst1;
6408 dconstm1.sign = 1;
real.cc 5180 do_add (&t, &t, &dconstm1, 0);
5300 do_add (r, r, &dconstm1, x->sign);
range-op-float.cc 2384 lb = dconstm1;
tree-scalar-evolution.cc 874 ? build_real (type, dconstm1)
ubsan.cc 1929 REAL_VALUE_TYPE minval = dconstm1, minval2;
simplify-rtx.cc 3393 && real_equal (d1, &dconstm1))
4117 if (real_equal (d1, &dconstm1)
  /src/external/gpl3/gcc.old/dist/gcc/d/
d-target.cc 198 real_convert (&CTFloat::minusone.rv (), mode, &dconstm1);
  /src/external/gpl3/gcc.old/dist/gcc/
real.h 455 extern REAL_VALUE_TYPE dconstm1;
fold-const-call.cc 740 return (real_compare (GE_EXPR, arg, &dconstm1)
745 return (real_compare (GE_EXPR, arg, &dconstm1)
760 return (real_compare (GE_EXPR, arg, &dconstm1)
817 return (real_compare (GT_EXPR, arg, &dconstm1)
dfp.cc 124 if (memcmp (r, &dconstm1, sizeof (*r)) == 0)
tree-chrec.cc 86 ? build_real (type, dconstm1)
323 ? build_real (type, dconstm1)
emit-rtl.cc 108 REAL_VALUE_TYPE dconstm1; variable
6234 dconstm1 = dconst1;
6235 dconstm1.sign = 1;
real.cc 5132 do_add (&t, &t, &dconstm1, 0);
5252 do_add (r, r, &dconstm1, x->sign);
tree-scalar-evolution.cc 817 ? build_real (type, dconstm1)
ubsan.cc 1855 REAL_VALUE_TYPE minval = dconstm1, minval2;
tree.cc 2402 else if (memcmp (&d, &dconstm1, sizeof (d)) == 0)
2624 return build_real (type, dconstm1);
3189 return real_equal (&TREE_REAL_CST (expr), &dconstm1)
tree-ssa-math-opts.cc 2343 minus_one = build_real (t0, dconstm1);
simplify-rtx.cc 3231 && real_equal (d1, &dconstm1))
3948 if (real_equal (d1, &dconstm1)
  /src/external/gpl3/gcc.old/dist/gcc/config/gcn/
gcn.cc 818 if (real_identical (r, &dconstm1))
823 if (real_identical (r, &dconstm1))
  /src/external/gpl3/gcc/dist/gcc/config/gcn/
gcn.cc 973 if (real_identical (r, &dconstm1))
978 if (real_identical (r, &dconstm1))

Completed in 144 milliseconds

1 2