Searched refs:covers (Results 1 - 9 of 9) sorted by relevance

/haiku-buildtools/binutils/ld/testsuite/ld-m68hc11/
H A Dadj-brset.s7 brclr 140,x#200,L8 ; Branch adjustment covers the whole test
40 brclr 140,x#200,_start ; Branch adjustment covers the whole test
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-m68hc11/
H A Dadj-brset.s7 brclr 140,x#200,L8 ; Branch adjustment covers the whole test
40 brclr 140,x#200,_start ; Branch adjustment covers the whole test
/haiku-buildtools/gcc/contrib/
H A Dgennews50 automatically from the online release notes. It covers releases of GCC
/haiku-buildtools/binutils/gas/testsuite/gas/cris/
H A Dquick.s44 ; bits cases above covers positive numbers.
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/cris/
H A Dquick.s44 ; bits cases above covers positive numbers.
/haiku-buildtools/isl/
H A Disl_bound.c210 int covers; local
249 covers = isl_pw_qpolynomial_fold_covers(bound.pwf_tight, bound.pwf);
250 if (covers < 0)
254 *tight = covers;
259 if (covers) {
H A Disl_bernstein.c341 int covers; local
383 covers = isl_pw_qpolynomial_fold_covers(data->pwf_tight, data->pwf);
384 if (covers < 0)
388 *tight = covers;
390 if (covers) {
H A Disl_fold.c1102 int covers; local
1107 covers = fold1->type == isl_fold_max ? 1 : -1;
1119 if (sgn == covers)
1161 int covers; local
1172 covers = qpolynomial_fold_covers_on_domain(common,
1175 if (covers < 0 || !covers)
1176 return covers;
/haiku-buildtools/gcc/gcc/
H A Dtree-vrp.c551 range covers all values, so for VR_RANGE it is varying and
2692 bool covers = false; local
2699 covers = true;
2702 covers = true;
2706 if (covers || wi::cmp (tmin, tmax, sgn) > 0)
2945 /* the range covers all values. */
8076 it covers all. */
8179 /* The result covers everything. */
8219 /* The result covers everything. */

Completed in 168 milliseconds