Home
last modified time | relevance | path

Searched refs:Heuristic (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/
H A DCompilationDatabase.h66 std::string Heuristic; member
71 LHS.Heuristic == RHS.Heuristic;
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.ok530 Multipurpose Heuristic Program . . . . . 91--99 (or 91--98??)
2002 C. William Skinner Heuristic Approach to Inductive
2145 Charles E. Pfefferkorn Heuristic Problem Solving Design System
2346 Alberto Martelli Application of Heuristic Search Methods
H A Dfunstack.in3726 title = "Experiments in Automatic Learning for a Multipurpose Heuristic Program",
15087 title = "Heuristic Approach to Inductive Inference in Fact Retrieval Systems",
15098 …abstract = "Heuristic procedures are presented which have been developed to perform inferences…
16244 title = "Heuristic Problem Solving Design System for Equipment or Furniture Layouts",
16261 …lanning tasks; spatial constraints; systems science and cybernetics --- Heuristic Programming; urb…
17811 title = "Application of Heuristic Search Methods to Edge and Contour Detection",
20829 …mplemented on any computer network. It is based on Baran's ``Hot Potato Heuristic Routing Doctrine…
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp18141 unsigned Heuristic = Subtarget->isThumb() ? 3 : 2; in PerformCMOVToBFICombine() local
18142 if (OrCI.popcount() > Heuristic) in PerformCMOVToBFICombine()