HomeSort by relevance Sort by last modified time
    Searched refs:classification (Results 1 - 9 of 9) sorted by null

  /external/ceres-solver/include/ceres/
fpclassify.h 31 // 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/
autocomplete_match.cc 115 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";
172 DCHECK(classifications[0].offset == 0) << "Classification misses beginning"
    [all...]
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_match.cc 206 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 for \"" << text << '"'
    [all...]
  /external/libvorbis/doc/
08-residue.tex 28 defined for each selected classification.
46 \item Each partition in each vector has a classification number that
48 decode that partition. The classification numbers of each partition
51 partitions to increase encoding efficiency, the classification vector
53 in a classification chunk are built into a single scalar that
54 represents the classification numbers in that chunk. In the below
55 example, the classification codeword encodes two classification
63 from multiple decode passes. The classification value associated with
64 a partition is the same in each pass, thus the classification codewor
    [all...]
  /external/clang/lib/Analysis/
UninitializedValues.cpp 263 // Classification of DeclRefExprs as use or initialization.
316 llvm::DenseMap<const DeclRefExpr*, Class> Classification;
337 = Classification.find(DRE);
338 if (I != Classification.end())
373 Classification[DRE] = std::max(Classification[DRE], C);
382 Classification[DRE] = SelfInit;
438 const ClassifyRefs &classification; member in class:__anon18478::TransferFunctions
445 const ClassifyRefs &classification,
448 classification(classification), objCNoRet(ac.getASTContext())
    [all...]
  /external/chromium_org/third_party/lcov/contrib/galaxy/
genflat.pl 851 my $classification;
864 if ($rate < 0.001) { $classification = "None"; }
865 elsif ($rate < $med_limit) { $classification = "Lo"; }
866 elsif ($rate < $hi_limit) { $classification = "Med"; }
867 else { $classification = "Hi"; }
869 print "$dir/$filename\t$classification\t$rate_string\n";
  /external/clang/tools/scan-view/
Reporter.py 156 SelectionParameter.__init__(self,"Classification",
199 classification = parameters.get('Classification', '')
210 args = ['osascript', script, component, componentVersion, classification, personID, report.title,
  /external/iproute2/doc/
ip-tunnels.tex 464 If you want to make more detailed classification of sub-flows
ip-cref.tex     [all...]

Completed in 300 milliseconds