| /src/external/mit/isl/dist/ |
| isl_pw_union_opt.c | 18 * "el1" is "better" than "el2", return this set. 20 static __isl_give isl_set *FN(PW,better)(__isl_keep EL *el1, __isl_keep EL *el2, 44 /* Given sets B ("set"), C ("better") and A' ("out"), return 49 __isl_take isl_set *better, __isl_take isl_set *out) 53 set_better = isl_set_intersect(isl_set_copy(set), isl_set_copy(better)); 54 set_out = isl_set_subtract(isl_set_subtract(set, better), out); 59 /* Given sets A ("set"), C ("better") and B' ("out"), return 64 __isl_take isl_set *better, __isl_take isl_set *out) 68 set_worse = isl_set_subtract(isl_set_copy(set), isl_set_copy(better)); 69 set_out = isl_set_subtract(isl_set_intersect(set, better), out) 149 isl_set *better; local 186 isl_set *better, *set_i, *set_j; local [all...] |
| isl_lp.c | 144 int better; local 157 better = 1; 160 better = isl_int_gt(opt_i, *opt); 162 better = isl_int_lt(opt_i, *opt); 167 better = isl_int_is_pos(t); 169 better = isl_int_is_neg(t); 171 if (better) {
|
| isl_box.c | 282 isl_bool is_bound, better; local 302 better = isl_val_lt(v, info->size); 303 if (better >= 0 && better) { 315 return better < 0 ? isl_stat_error : isl_stat_ok; 325 * Initialize the size with infinity and if no better size is found
|
| /src/games/backgammon/teachgammon/ |
| tutor.c | 44 static const char better[] = variable 45 "That is a legal move, but there is a better one.\n"; 73 writel(better);
|
| /src/external/bsd/ntp/dist/scripts/calc_tickadj/ |
| calc_tickadj-opts.def | 36 tick value. Generally, ntpd can do better job if the drift value is the
|
| /src/sys/arch/amiga/stand/loadkmap/din/ |
| din-kbdmap.c | 423 /* string table. If there's a better way to get the offsets into the
|
| /src/sys/arch/amiga/stand/loadkmap/pl_din/ |
| pl_din-kbdmap.c | 428 /* string table. If there's a better way to get the offsets into the
|
| /src/crypto/external/bsd/heimdal/dist/tests/kdc/ |
| check-authz.in | 120 ${test_kuserok} this-better-not-exist@NOR-THIS foo > /dev/null && exit 1 149 ${test_kuserok} this-better-not-exist@NOR-THIS foo > /dev/null && exit 1
|
| /src/sys/arch/x68k/dev/ |
| kbdmap.c | 262 /* string table. If there's a better way to get the offsets into the
|
| /src/sys/arch/x68k/usr.bin/loadkmap/ |
| jis_kmap.c | 256 /* string table. If there's a better way to get the offsets into the
|
| /src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/arm/ |
| sha256-armv4.S | 21 @ Performance is ~2x better than gcc 3.4 generated code and in "abso-
|
| /src/share/mk/ |
| bsd.klinks.mk | 41 # XXX. This should be done a better way. It's @'d to reduce visual spew.
|
| /src/external/apache2/llvm/dist/llvm/utils/vim/syntax/ |
| tablegen.vim | 47 " May find a better Hilight group...
|
| /src/sys/arch/atari/stand/keymaps/fr/ |
| fr-kbdmap.c | 169 * string table. If there's a better way to get the offsets into the
|
| /src/crypto/external/apache2/openssl/lib/libcrypto/arch/riscv64/ |
| ghash-riscv64-zvkb-zvbc.S | 87 # Is there a better way to do this? 114 # to make a better use of vclmul(h) instructions. 200 # Is there a better way to do this? 227 # to make a better use of vclmul(h) instructions.
|
| /src/external/bsd/zstd/dist/tests/ |
| paramgrill.c | 592 /* return true if r2 strictly better than r1 */ 720 /* strictly better, strictly worse, equal, speed-side adv, size-side adv */ 771 return 1; /* never insert if better */ 807 return 1; /* never insert if better */ 867 /* when used with --optimize, will only print results better than previously discovered */ 1549 /* note : it would be a lot better if this function was present in benchzstd.c, 1827 int better = 0; local 1847 better = 1; 1910 DISPLAYLEVEL(3, "Solution %4.3f selected over %4.3f at level %i, due to better secondary statistics \n", 1917 better = 1 2184 int better = 1; local [all...] |
| /src/sys/arch/mac68k/mac68k/ |
| macromasm.s | 451 movml #0xC0C0,%sp@- | better save 461 movml #0xC0C0,%sp@- | better save 477 movml #0xC0C0,%sp@- | better save 489 movml #0xC0C0,%sp@- | better save 509 movml #0xC0C0,%sp@- | better save
|
| /src/external/lgpl3/gmp/dist/mpn/x86/ |
| copyi.asm | 89 cld C better safe than sorry, see mpn/x86/README
|
| /src/external/lgpl3/gmp/dist/mpn/x86/pentium4/ |
| copyi.asm | 78 cld C better safe than sorry, see mpn/x86/README
|
| /src/doc/ |
| TODO.compat-module | 117 23. The raidframe-netbsd32 compat code needs to be better separated
|
| /src/external/lgpl3/gmp/dist/mpn/arm/ |
| aorslsh1_n.asm | 48 C for better micro-parallelism.
|
| /src/external/lgpl3/gmp/dist/mpn/ia64/ |
| sqr_diag_addlsh1.asm | 41 C few cycles better since we can mitigate the many I0 instructions.
|
| /src/external/lgpl3/gmp/dist/mpn/powerpc32/ |
| mode1o.asm | 51 C SVR4 or Darwin style PIC. AIX might be better, since it avoids bl/mflr to
|
| /src/external/lgpl3/gmp/dist/mpn/x86/k6/ |
| divrem_1.asm | 195 cld C better safe than sorry, see mpn/x86/README
|
| /src/external/lgpl3/gmp/dist/mpn/x86/k6/k62mmx/ |
| copyd.asm | 78 subl $1, %ecx C better code alignment than decl
|