Searched refs:benefit (Results 1 – 25 of 105) sorted by relevance
12345
/external/mesa3d/src/mesa/program/ |
D | register_allocate.c | 507 float benefit = 0; in ra_get_spill_benefit() local 519 benefit += ((float)g->regs->classes[n_class]->q[n2_class] / in ra_get_spill_benefit() 524 return benefit; in ra_get_spill_benefit() 540 float benefit; in ra_get_best_spill_node() local 545 benefit = ra_get_spill_benefit(g, n); in ra_get_best_spill_node() 547 if (benefit / cost > best_benefit) { in ra_get_best_spill_node() 548 best_benefit = benefit / cost; in ra_get_best_spill_node()
|
/external/hyphenation-patterns/eu/ |
D | NOTICE | 4 % These patterns are made public in the hope that they will benefit others.
|
D | hyph-eu.lic.txt | 29 % These patterns are made public in the hope that they will benefit others.
|
/external/mesa3d/docs/ |
D | README.MITS | 41 4. Will all applications benefit from the current implementation of MITS? 51 appreciable benefit from the threading.
|
/external/bison/m4/ |
D | sys_wait_h.m4 | 28 dnl Define it also as a C macro, for the benefit of the unit tests.
|
D | fcntl_h.m4 | 34 dnl Define it also as a C macro, for the benefit of the unit tests.
|
D | signal_h.m4 | 58 dnl Define it also as a C macro, for the benefit of the unit tests.
|
D | time_h.m4 | 86 dnl Define it also as a C macro, for the benefit of the unit tests.
|
D | spawn_h.m4 | 78 dnl Define it also as a C macro, for the benefit of the unit tests.
|
D | sys_stat_h.m4 | 55 dnl Define it also as a C macro, for the benefit of the unit tests.
|
D | stdlib_h.m4 | 34 dnl Define it also as a C macro, for the benefit of the unit tests.
|
D | string_h.m4 | 40 dnl Define it also as a C macro, for the benefit of the unit tests.
|
D | sys_socket_h.m4 | 150 dnl Define it also as a C macro, for the benefit of the unit tests.
|
D | unistd_h.m4 | 58 dnl Define it also as a C macro, for the benefit of the unit tests.
|
D | stdio_h.m4 | 86 dnl Define it also as a C macro, for the benefit of the unit tests.
|
D | wctype_h.m4 | 193 dnl Define it also as a C macro, for the benefit of the unit tests.
|
D | wchar_h.m4 | 127 dnl Define it also as a C macro, for the benefit of the unit tests.
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-07-06-LoweringIRForCodeGen.txt | 27 The main benefit of lowering will be that we will be able to retain a close
|
D | 2000-12-06-MeetingSummary.txt | 67 stream. The obvious benefit would be for compatibility, the drawback
|
/external/lldb/test/pexpect-2.4/doc/ |
D | clean.css | 77 …/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths…
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | dont-recompute.ll | 5 ; although a's value can be computed outside of the loop, there is no benefit
|
/external/llvm/utils/vim/ |
D | llvm.vim | 16 " benefit as much from having dedicated highlighting rules.
|
/external/llvm/test/Transforms/DeadArgElim/ |
D | aggregates.ll | 4 ; actually only used in ways we can eliminate. We gain benefit from analysing
|
/external/libunwind/doc/ |
D | NOTES | 43 feel gdb could benefit from such a routine, I'd be interested to hear
|
/external/llvm/test/CodeGen/R600/ |
D | madmk.ll | 58 ; We don't get any benefit if the constant is an inline immediate.
|
12345