Home
last modified time | relevance | path

Searched refs:heuristic (Results 1 – 25 of 147) sorted by relevance

123456

/external/llvm-project/debuginfo-tests/dexter/dex/tools/test/
DTool.py21 from dex.heuristic import Heuristic
31 def __init__(self, context, name, heuristic, error): argument
34 self.heuristic = heuristic
40 return self.heuristic.penalty
47 return self.heuristic.max_penalty
54 return self.heuristic.score
75 summary = self.heuristic.summary_string
200 def _record_score(self, test_name, heuristic): argument
205 self.context.o.auto(heuristic.verbose_output, stream=Stream(fp))
221 def _record_successful_test(self, test_name, steps, heuristic): argument
[all …]
/external/llvm-project/debuginfo-tests/dexter/dex/tools/view/
DTool.py12 from dex.heuristic import Heuristic
13 from dex.heuristic.Heuristic import add_heuristic_tool_arguments
52 heuristic = Heuristic(self.context, steps)
57 heuristic.summary_string, steps, heuristic.verbose_output))
/external/llvm-project/debuginfo-tests/dexter/dex/tools/clang_opt_bisect/
DTool.py20 from dex.heuristic import Heuristic
152 heuristic = Heuristic(self.context, steps)
156 score_difference = heuristic.score - prev_score
157 prev_score = heuristic.score
159 isnan = heuristic.score != heuristic.score
178 heuristic.summary_string, color1, score_difference, color2,
183 heuristic_verbose_output = heuristic.verbose_output
199 '{:.4f}'.format(heuristic.score).replace(
222 heuristic.score))
/external/mesa3d/src/imgui/
Dimstb_rectpack.h155 STBRP_DEF void stbrp_setup_heuristic (stbrp_context *context, int heuristic);
185 int heuristic; member
228 STBRP_DEF void stbrp_setup_heuristic(stbrp_context *context, int heuristic) in stbrp_setup_heuristic() argument
232 …STBRP_ASSERT(heuristic == STBRP_HEURISTIC_Skyline_BL_sortHeight || heuristic == STBRP_HEURISTIC_Sk… in stbrp_setup_heuristic()
233 context->heuristic = heuristic; in stbrp_setup_heuristic()
271 context->heuristic = STBRP_HEURISTIC_Skyline_default; in stbrp_init_target()
365 if (c->heuristic == STBRP_HEURISTIC_Skyline_BL_sortHeight) { // actually just want to test BL in stbrp__skyline_find_best_pos()
405 if (c->heuristic == STBRP_HEURISTIC_Skyline_BF_sortHeight) { in stbrp__skyline_find_best_pos()
/external/scapy/scapy/contrib/
Dpnio_rtc.py252 heuristic = {}
260 if (pkt.src, pkt.dst) not in heuristic:
261 heuristic[(pkt.src, pkt.dst)] = (0, [])
263 total, counts = heuristic[(pkt.src, pkt.dst)]
273 heuristic[comm] = (total + 1, counts)
277 for comm in heuristic:
278 total, counts = heuristic[comm]
/external/llvm/test/CodeGen/X86/
Deflags-copy-expansion.mir34 ; happens only when the heuristic for the liveness computation
35 ; failed. The liveness computation heuristic looks at 10 instructions
37 ; AL in 10 instructions, otherwise the heuristic will see that it is live.
/external/llvm-project/debuginfo-tests/dexter/dex/heuristic/
D__init__.py8 from dex.heuristic.Heuristic import Heuristic, StepValueInfo
/external/llvm-project/llvm/test/Analysis/CostModel/SystemZ/
Dload-ptr-cmp-fold.ll3 ; Test that the cost heuristic for a folded load works also for a pointer operand.
/external/llvm-project/llvm/test/CodeGen/X86/
Dtopdepthreduce-postra.mir4 # Check that postmisched's TopDepthReduce heuristic moves the DEC32r later
/external/mesa3d/docs/relnotes/
D17.0.5.rst73 - intel/fs: Use regs_written() in spilling cost heuristic for improved
76 heuristic.
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dtopdepthreduce-postra.mir4 # Check that postmisched's TopDepthReduce heuristic moves the MULLD later
Dbotheightreduce.mir4 # Check that machine-scheduler's BotHeightReduce heuristic puts the LD 8 in
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_KmeansPlusPlusInitialization.pbtxt28 heuristic is used to sample O(log(num_to_sample)) additional points.
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dperformance-for-range-copy.rst14 following heuristic is employed:
Dperformance-unnecessary-value-param.rst14 the following heuristic is employed:
/external/llvm-project/llvm/test/CodeGen/AArch64/
Dbcmp-inline-small.ll34 ; TODO: Four loads should be within the limit, but the heuristic isn't implemented.
/external/llvm-project/lld/test/ELF/linkerscript/
Dsymbol-assign-type.s5 ## because some tools use st_size=0 as a heuristic to detect aliases. With any
/external/llvm/lib/Target/AArch64/
DAArch64.td102 "disable-latency-sched-heuristic", "DisableLatencySchedHeuristic", "true",
103 "Disable latency scheduling heuristic">;
/external/autotest/client/tests/stress/
Dcontrol36 args = Arguments passed to the stress test. If omitted, an heuristic
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dsplitkit-nolivesubranges.mir11 # triggers the splitting heuristic.
/external/libtextclassifier/native/annotator/person_name/
Dperson_name_model.fbs44 // the heuristic to find the longest person name match.
/external/llvm-project/debuginfo-tests/dexter/dex/tools/
DTestToolBase.py18 from dex.heuristic.Heuristic import add_heuristic_tool_arguments
/external/jdiff/src/jdiff/
DDiffMyers.java66 public boolean heuristic = false; field in DiffMyers
205 if (c > 200 && big_snake && heuristic) in diag()
/external/llvm-project/clang/test/Analysis/
Dlocalization.m162 // This tests the heuristic that the direct parent IfStmt must match the isCheckingPlurality confit…
177 // False positives that we are not accounting for involve matching the heuristic
/external/clang/test/Analysis/
Dlocalization.m162 // This tests the heuristic that the direct parent IfStmt must match the isCheckingPlurality confit…
177 // False positives that we are not accounting for involve matching the heuristic

123456