HomeSort by relevance Sort by last modified time
    Searched full:predict (Results 76 - 100 of 294) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
backtracking.rb 49 * to predict that it's a function. Weird errors previously.
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
NFAConfiguration.java 101 * the same state, the predict the same alternative, and
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
Dbg.stg 223 alt<decisionNumber> = cdfa<decisionNumber>.predict(ctx, RECOGNIZER, ISTREAM, &cdfa<decisionNumber>);
  /external/bison/lib/
memchr.c 135 j-1 and a 0x80 at position j. We cannot predict the result at the more
rawmemchr.c 100 j-1 and a 0x80 at position j. We cannot predict the result at the more
strchrnul.c 103 j-1 and a 0x80 at position j. We cannot predict the result at the more
  /external/libavc/encoder/
ime.h 139 * This function begins by computing the mv predict vector for the current mb.
  /external/libvpx/libvpx/vp8/common/
findnearmv.c 21 /* Predict motion vectors using those from already-decoded nearby blocks.
  /external/llvm/lib/Analysis/
BranchProbabilityInfo.cpp 41 // Using "Loop Branch Heuristics" we predict weights of edges for the
125 /// Predict that a successor which leads necessarily to an
275 // Calculate Edge Weights using "Pointer Heuristics". Predict a comparsion
308 // Calculate Edge Weights using "Loop Branch Heuristics". Predict backedges
  /external/lzma/xz-embedded/
xz_lzma2.h 31 * and in which order. This information is used to predict the next symbol.
  /external/marisa-trie/lib/marisa/
base.h 122 // if an application needs to predict keys in label order.
trie-search.cc 142 std::size_t Trie::predict(const char *str, function in class:marisa::Trie
151 std::size_t Trie::predict(const char *ptr, std::size_t length, function in class:marisa::Trie
160 std::size_t Trie::predict(const char *str, function in class:marisa::Trie
170 std::size_t Trie::predict(const char *ptr, std::size_t length, function in class:marisa::Trie
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
base.h 118 // predict keys in label order.
trie-search.cc 147 std::size_t Trie::predict(const char *str, function in class:marisa_alpha::Trie
156 std::size_t Trie::predict(const char *ptr, std::size_t length, function in class:marisa_alpha::Trie
166 std::size_t Trie::predict(const char *str, function in class:marisa_alpha::Trie
176 std::size_t Trie::predict(const char *ptr, std::size_t length, function in class:marisa_alpha::Trie
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
findnearmv.c 21 /* Predict motion vectors using those from already-decoded nearby blocks.
  /system/extras/tests/net_test/
multinetwork_base.py 490 # receive. For example, it doesn't contain fields we can't predict, such as
499 # Blank out IPv4 fields that we can't predict, like ID and the DF bit.
507 # Blank out UDP fields that we can't predict (e.g., the source port for
523 # Blank out TCP fields that we can't predict.
  /external/opencv/ml/include/
ml.h 250 virtual float predict( const CvMat* _samples, CvMat* results=0 ) const;
514 virtual float predict( const CvMat* _sample ) const;
604 virtual float predict( const CvMat* sample, CvMat* probs ) const;
845 virtual CvDTreeNode* predict( const CvMat* _sample, const CvMat* _missing_data_mask=0,
    [all...]
  /external/webp/src/dsp/
lossless.c 629 uint32_t predict; local
631 predict = (col == 0) ? ARGB_BLACK : current_row[col - 1]; // Left.
633 predict = upper_row[col]; // Top.
635 predict = pred_func(current_row[col - 1], upper_row + col);
637 UpdateHisto(histo_argb, VP8LSubPixels(current_row[col], predict));
672 uint32_t predict; local
674 predict = (col == 0) ? ARGB_BLACK : current_row[col - 1]; // Left.
676 predict = upper_row[col]; // Top.
678 predict = pred_func(current_row[col - 1], upper_row + col);
680 argb[pix] = VP8LSubPixels(current_row[col], predict);
    [all...]
  /external/nanopb-c/generator/google/protobuf/internal/
decoder.py 219 # Predict that the next tag is another copy of the same repeated
398 # Predict that the next tag is another copy of the same repeated field.
435 # Predict that the next tag is another copy of the same repeated field.
478 # Predict that the next tag is another copy of the same repeated field.
527 # Predict that the next tag is another copy of the same repeated field.
  /external/opencv/ml/src/
mlnbayes.cpp 281 float CvNormalBayesClassifier::predict( const CvMat* samples, CvMat* results ) const function in class:CvNormalBayesClassifier
287 CV_FUNCNAME( "CvNormalBayesClassifier::predict" );
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
OpenWnnEngineJAJP.java 377 /** @see jp.co.omronsoft.openwnn.WnnEngine#predict */
378 public int predict(ComposingText text, int minLen, int maxLen) { method in class:OpenWnnEngineJAJP
  /docs/source.android.com/src/source/
licenses.jd 69 openness in the mobile world, and we don't believe it's possible to predict or
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t033backtracking.g 40 * to predict that it's a function. Weird errors previously.
  /external/antlr/antlr-3.4/runtime/Python/tests/
t033backtracking.g 56 * to predict that it's a function. Weird errors previously.
  /external/mesa3d/src/gallium/include/pipe/
p_compiler.h 283 * If these macros are used, the CPU is more likely to correctly predict

Completed in 6474 milliseconds

1 2 34 5 6 7 8 91011>>