Searched refs:ncost (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/root/ |
| H A D | speller.d | 78 int ncost; in spellerX() local 79 auto np = flag ? spellerY!dg(buf[0 .. seed.length - 1], i, ncost) in spellerX() 80 : dg(buf[0 .. seed.length - 1], ncost); in spellerX() 81 if (combineSpellerResult(p, cost, np, ncost)) in spellerX() 96 int ncost; in spellerX() local 97 auto np = dg(buf[0 .. seed.length], ncost); in spellerX() 98 if (combineSpellerResult(p, cost, np, ncost)) in spellerX() 112 int ncost; in spellerX() local 113 auto np = flag ? spellerY!dg(buf[0 .. seed.length], i + 1, ncost) in spellerX() 114 : dg(buf[0 .. seed.length], ncost); in spellerX() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/root/ |
| H A D | speller.c | 28 bool combineSpellerResult(void*& p, int& cost, void* np, int ncost) in combineSpellerResult() argument 30 if (np && ncost < cost) in combineSpellerResult() 33 cost = ncost; in combineSpellerResult() 61 int ncost = 0; in spellerY() local 68 void* np = (*fp)(fparg, buf, &ncost); in spellerY() 69 if (combineSpellerResult(p, *cost, np, ncost)) in spellerY() 84 void* np = (*fp)(fparg, buf, &ncost); in spellerY() 85 if (combineSpellerResult(p, *cost, np, ncost)) in spellerY() 99 void* np = (*fp)(fparg, buf, &ncost); in spellerY() 100 if (combineSpellerResult(p, *cost, np, ncost)) in spellerY() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| H A D | aarch64.c | 12366 int ncost = aarch64_internal_mov_immediate in aarch64_rtx_costs() local 12368 *cost += COSTS_N_INSNS (ncost); in aarch64_rtx_costs()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| H A D | aarch64.cc | 13853 int ncost = aarch64_internal_mov_immediate in aarch64_rtx_costs() local 13855 *cost += COSTS_N_INSNS (ncost); in aarch64_rtx_costs()
|