Searched refs:better (Results 1 - 25 of 119) sorted by relevance

12345

/haiku-buildtools/isl/
H A Disl_lp.c147 int better; local
160 better = 1;
163 better = isl_int_gt(opt_i, *opt);
165 better = isl_int_lt(opt_i, *opt);
170 better = isl_int_is_pos(t);
172 better = isl_int_is_neg(t);
174 if (better) {
H A Disl_aff.c2147 * cell, the quasi-affine expression is the better (according to cmp)
2187 isl_set *better; local
2192 better = isl_set_from_basic_set(cmp(
2195 better = isl_set_intersect(common, better);
2196 if (isl_set_plain_is_empty(better)) {
2197 isl_set_free(better);
2200 set = isl_set_subtract(set, isl_set_copy(better));
2202 res = isl_pw_aff_add_piece(res, better,
3365 * "ma1" is "better" tha
3375 isl_set *better; local
3432 isl_set *better; local
[all...]
H A Disl_fold.c402 int better; local
411 better = fold1->type == isl_fold_max ? -1 : 1;
447 if (sgn != better)
/haiku-buildtools/binutils/ld/testsuite/ld-mmix/
H A Dpushjs3r.d12 # With better relaxation support for relocatable links, both should be
H A Dpushjs4r.d11 # With better relaxation support for relocatable links, both should be
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-mmix/
H A Dpushjs3r.d12 # With better relaxation support for relocatable links, both should be
H A Dpushjs4r.d11 # With better relaxation support for relocatable links, both should be
/haiku-buildtools/binutils/ld/testsuite/ld-cris/
H A Dgotplt1.d13 # referenced there, but that's still perceived as better than
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-cris/
H A Dgotplt1.d13 # referenced there, but that's still perceived as better than
/haiku-buildtools/binutils/libiberty/
H A Drust-demangle.c329 *out++ = '?'; /* This is pretty lame, but it's hard to do better. */
/haiku-buildtools/gcc/gmp/mpn/x86/pentium4/
H A Dcopyi.asm68 cld C better safe than sorry, see mpn/x86/README
/haiku-buildtools/gcc/gmp/mpn/x86/pentium4/sse2/
H A Dadd_n.asm32 C The 4 c/l achieved here isn't particularly good, but is better than 9 c/l
/haiku-buildtools/gcc/gmp/mpn/x86/
H A Dcopyi.asm78 cld C better safe than sorry, see mpn/x86/README
H A Ddivrem_1.asm215 cld C better safe than sorry, see mpn/x86/README
/haiku-buildtools/gcc/gmp/mpn/x86/k6/k62mmx/
H A Dcopyd.asm67 subl $1, %ecx C better code alignment than decl
/haiku-buildtools/gcc/gmp/mpn/x86_64/
H A Daddaddmul_1msb0.asm28 C * Perhaps handle various n mod 3 sizes better. The code now is too large.
/haiku-buildtools/gcc/gmp/mpn/powerpc32/
H A Dmode1o.asm40 C SVR4 or Darwin style PIC. AIX might be better, since it avoids bl/mflr to
/haiku-buildtools/gcc/gmp/mpn/x86/k6/
H A Ddivrem_1.asm185 cld C better safe than sorry, see mpn/x86/README
/haiku-buildtools/gcc/gmp/mpn/x86/k7/
H A Dmul_1.asm40 C but we might be able to do even better.
H A Dgcd_1.asm242 dnl MODEXACT_THRESHOLD is the size at which it's better to call
/haiku-buildtools/gcc/gmp/mpn/x86/p6/
H A Dcopyd.asm156 cld C better safe than sorry, see mpn/x86/README
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dsearch.c341 int better = 0;
345 better = 1;
350 /* A new path to the same vbase. If this one has better
354 better = *rval_private_ptr - is_private;
355 if (better == 0)
356 better = rval - depth;
366 better = *via_virtual_ptr - via_virtual;
369 if (better > 0)
769 /* If the new access is public, we can't do better. */
1334 define partial specializations. Is there a better
339 int better = 0; local
[all...]
/haiku-buildtools/legacy/gcc/
H A Dltmain.sh412 repeat this compilation, it may succeed, by chance, but you had better
413 avoid parallel builds (make -j) in this platform, or get a better
482 repeat this compilation, it may succeed, by chance, but you had better
483 avoid parallel builds (make -j) in this platform, or get a better
561 repeat this compilation, it may succeed, by chance, but you had better
562 avoid parallel builds (make -j) in this platform, or get a better
1823 echo "*** functional. Installing it before continuing would be even better."
/haiku-buildtools/gcc/gmp/mpn/alpha/
H A Dbdiv_dbm1c.asm32 C path. We have not tried very hard to find a better algorithm. Perhaps
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/bench/garbage/
H A Dparser.go93 // the average look much better than it actually is.

Completed in 253 milliseconds

12345