/external/llvm-project/debuginfo-tests/dexter/dex/tools/test/ |
D | Tool.py | 21 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/ |
D | Tool.py | 12 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/ |
D | Tool.py | 20 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/ |
D | imstb_rectpack.h | 155 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/ |
D | pnio_rtc.py | 252 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/ |
D | eflags-copy-expansion.mir | 34 ; 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__.py | 8 from dex.heuristic.Heuristic import Heuristic, StepValueInfo
|
/external/llvm-project/llvm/test/Analysis/CostModel/SystemZ/ |
D | load-ptr-cmp-fold.ll | 3 ; Test that the cost heuristic for a folded load works also for a pointer operand.
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | topdepthreduce-postra.mir | 4 # Check that postmisched's TopDepthReduce heuristic moves the DEC32r later
|
/external/mesa3d/docs/relnotes/ |
D | 17.0.5.rst | 73 - intel/fs: Use regs_written() in spilling cost heuristic for improved 76 heuristic.
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | topdepthreduce-postra.mir | 4 # Check that postmisched's TopDepthReduce heuristic moves the MULLD later
|
D | botheightreduce.mir | 4 # Check that machine-scheduler's BotHeightReduce heuristic puts the LD 8 in
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_KmeansPlusPlusInitialization.pbtxt | 28 heuristic is used to sample O(log(num_to_sample)) additional points.
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | performance-for-range-copy.rst | 14 following heuristic is employed:
|
D | performance-unnecessary-value-param.rst | 14 the following heuristic is employed:
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | bcmp-inline-small.ll | 34 ; TODO: Four loads should be within the limit, but the heuristic isn't implemented.
|
/external/llvm-project/lld/test/ELF/linkerscript/ |
D | symbol-assign-type.s | 5 ## because some tools use st_size=0 as a heuristic to detect aliases. With any
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64.td | 102 "disable-latency-sched-heuristic", "DisableLatencySchedHeuristic", "true", 103 "Disable latency scheduling heuristic">;
|
/external/autotest/client/tests/stress/ |
D | control | 36 args = Arguments passed to the stress test. If omitted, an heuristic
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | splitkit-nolivesubranges.mir | 11 # triggers the splitting heuristic.
|
/external/libtextclassifier/native/annotator/person_name/ |
D | person_name_model.fbs | 44 // the heuristic to find the longest person name match.
|
/external/llvm-project/debuginfo-tests/dexter/dex/tools/ |
D | TestToolBase.py | 18 from dex.heuristic.Heuristic import add_heuristic_tool_arguments
|
/external/jdiff/src/jdiff/ |
D | DiffMyers.java | 66 public boolean heuristic = false; field in DiffMyers 205 if (c > 200 && big_snake && heuristic) in diag()
|
/external/llvm-project/clang/test/Analysis/ |
D | localization.m | 162 // 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/ |
D | localization.m | 162 // 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
|