Searched defs:classification (Results 1 - 3 of 3) sorted by relevance

/external/ceres-solver/include/ceres/
H A Dfpclassify.h31 // Portable floating point classification. The names are picked such that they
54 int classification = _fpclass(x); local
55 return classification == _FPCLASS_NN ||
56 classification == _FPCLASS_PN;
/external/chromium_org/chrome/browser/autocomplete/
H A Dautocomplete_match.cc200 ACMatchClassifications* classification) {
202 text.length(), style, classification);
211 ACMatchClassifications* classification) {
212 classification->clear();
221 classification->push_back(ACMatchClassification(0, style));
226 // No match, above classification will suffice for whole string.
232 classification->push_back(ACMatchClassification(match_location,
238 classification->push_back(ACMatchClassification(after_match, style));
249 // classification is the latter one-entry vector.
498 DCHECK(!classifications.empty()) << "No classification fo
196 ClassifyMatchInString( const base::string16& find_text, const base::string16& text, int style, ACMatchClassifications* classification) argument
206 ClassifyLocationInString( size_t match_location, size_t match_length, size_t overall_length, int style, ACMatchClassifications* classification) argument
[all...]
/external/clang/lib/Analysis/
H A DUninitializedValues.cpp436 const ClassifyRefs &classification; member in class:__anon16987::TransferFunctions
443 const ClassifyRefs &classification,
446 classification(classification), objCNoRet(ac.getASTContext()),
671 switch (classification.get(dr)) {
744 const ClassifyRefs &classification,
762 TransferFunctions tf(vals, cfg, block, ac, classification, handler);
822 ClassifyRefs classification(ac);
823 cfg.VisitBlockStmts(classification);
846 classification, wasAnalyze
441 TransferFunctions(CFGBlockValues &vals, const CFG &cfg, const CFGBlock *block, AnalysisDeclContext &ac, const ClassifyRefs &classification, UninitVariablesHandler &handler) argument
742 runOnBlock(const CFGBlock *block, const CFG &cfg, AnalysisDeclContext &ac, CFGBlockValues &vals, const ClassifyRefs &classification, llvm::BitVector &wasAnalyzed, UninitVariablesHandler &handler) argument
[all...]

Completed in 149 milliseconds