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

/external/ceres-solver/include/ceres/
H A Dfpclassify.h31 // Portable floating point classification. The names are picked such that they
53 int classification = _fpclass(x); local
54 return classification == _FPCLASS_NN ||
55 classification == _FPCLASS_PN;
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_match.cc115 ACMatchClassifications* classification) {
117 text.length(), style, classification);
125 ACMatchClassifications* classification) {
126 classification->clear();
135 classification->push_back(ACMatchClassification(0, style));
140 // No match, above classification will suffice for whole string.
146 classification->push_back(ACMatchClassification(match_location,
152 classification->push_back(ACMatchClassification(after_match, style));
171 DCHECK(!classifications.empty()) << "No classification for text";
111 ClassifyMatchInString( const string16& find_text, const string16& text, int style, ACMatchClassifications* classification) argument
120 ClassifyLocationInString( size_t match_location, size_t match_length, size_t overall_length, int style, ACMatchClassifications* classification) argument
/external/chromium_org/chrome/browser/autocomplete/
H A Dautocomplete_match.cc206 ACMatchClassifications* classification) {
208 text.length(), style, classification);
217 ACMatchClassifications* classification) {
218 classification->clear();
227 classification->push_back(ACMatchClassification(0, style));
232 // No match, above classification will suffice for whole string.
238 classification->push_back(ACMatchClassification(match_location,
244 classification->push_back(ACMatchClassification(after_match, style));
255 // classification is the latter one-entry vector.
476 DCHECK(!classifications.empty()) << "No classification fo
202 ClassifyMatchInString( const base::string16& find_text, const base::string16& text, int style, ACMatchClassifications* classification) argument
212 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.cpp438 const ClassifyRefs &classification; member in class:__anon16079::TransferFunctions
445 const ClassifyRefs &classification,
448 classification(classification), objCNoRet(ac.getASTContext()),
656 switch (classification.get(dr)) {
730 const ClassifyRefs &classification,
746 TransferFunctions tf(vals, cfg, block, ac, classification, handler);
806 ClassifyRefs classification(ac);
807 cfg.VisitBlockStmts(classification);
830 classification, wasAnalyze
443 TransferFunctions(CFGBlockValues &vals, const CFG &cfg, const CFGBlock *block, AnalysisDeclContext &ac, const ClassifyRefs &classification, UninitVariablesHandler &handler) argument
728 runOnBlock(const CFGBlock *block, const CFG &cfg, AnalysisDeclContext &ac, CFGBlockValues &vals, const ClassifyRefs &classification, llvm::BitVector &wasAnalyzed, UninitVariablesHandler &handler) argument
[all...]

Completed in 185 milliseconds