Searched defs:predict (Results 1 - 24 of 24) sorted by relevance

/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DDFA.as56 /** From the input stream, predict what alternative will succeed
61 public function predict(input:IntStream):int { function
63 trace("Enter DFA.predict for decision "+decisionNumber);
91 if ( debug ) trace("accept; predict "+accept[s]+" from state "+s);
128 if ( debug ) trace("accept via EOF; predict "+accept[eof[s]]+" from "+eof[s]);
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DDFA.pm60 # From the input stream, predict what alternative will succeed
64 sub predict { subroutine
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Ddfa.rb95 For more information on the prediction algorithm, check out the #predict method
171 def predict( input ) method in class:ANTLR3
237 def predict( input ) method in class:ANTLR3
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3cyclicdfa.h75 ANTLR3_INT32 (*predict) (void * ctx, pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM is, struct ANTLR3_CYCLIC_DFA_struct * dfa); member in struct:ANTLR3_CYCLIC_DFA_struct
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Ddfa.py64 def predict(self, input): member in class:DFA
66 From the input stream, predict what alternative will succeed
/external/libvpx/libvpx/test/
H A Didct_test.cc35 predict = new (std::nothrow) Buffer<uint8_t>(4, 4, 3);
36 ASSERT_TRUE(predict != NULL);
43 delete predict;
50 Buffer<uint8_t> *predict; member in class:__anon11853::IDCTTest
57 predict->Set(0);
60 ASM_REGISTER_STATE_CHECK(UUT(input->TopLeftPixel(), predict->TopLeftPixel(),
61 predict->stride(), output->TopLeftPixel(),
74 predict->Set(0);
77 ASM_REGISTER_STATE_CHECK(UUT(input->TopLeftPixel(), predict->TopLeftPixel(),
78 predict
[all...]
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DDFA.java57 /** From the input stream, predict what alternative will succeed
62 public int predict(IntStream input) method in class:DFA
66 System.err.println("Enter DFA.predict for decision "+decisionNumber);
93 if ( debug ) System.err.println("accept; predict "+accept[s]+" from state "+s);
130 if ( debug ) System.err.println("accept via EOF; predict "+accept[eof[s]]+" from "+eof[s]);
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DInterpreter.java117 * predict which alternative will succeed. This is exactly what the
235 // decision point, must predict and jump to alt
245 int predictedAlt = predict(dfa);
395 public int predict(DFA dfa) { method in class:Interpreter
402 System.out.println("DFA.predict("+s.getStateNumber()+", "+
431 // woohoo! We know which alt to predict
/external/libvpx/libvpx/vp9/common/
H A Dvp9_scale.h34 convolve_fn_t predict[2][2][2]; // horiz, vert, avg member in struct:scale_factors
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
H A DDFA.js15 /** From the input stream, predict what alternative will succeed
20 predict: function(input) {
/external/pdfium/third_party/libtiff/
H A Dtif_zip.c71 TIFFPredictorState predict; member in struct:__anon16772
H A Dtif_lzw.c92 TIFFPredictorState predict; /* predictor super class */ member in struct:__anon16761
H A Dtif_pixarlog.c458 TIFFPredictorState predict; member in struct:__anon16770
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/regression/
H A DSimpleRegression.java260 * <code> predict(x) = intercept + slope * x </code></p>
272 public double predict(double x) { method in class:SimpleRegression
/external/opencv/ml/src/
H A Dmlnbayes.cpp281 float CvNormalBayesClassifier::predict( const CvMat* samples, CvMat* results ) const function in class:CvNormalBayesClassifier
287 CV_FUNCNAME( "CvNormalBayesClassifier::predict" );
H A Dmlrtrees.cpp389 // predict oob samples
391 CV_CALL(predicted_node = tree->predict(&sample, &missing, true));
457 // predict "permuted" cases and calculate the number of votes for the
469 predct_resp = tree->predict(&sample, &missing, true)->value;
525 result += trees[i]->predict( sample1, missing1 ) ==
526 trees[i]->predict( sample2, missing2 ) ? 1 : 0;
535 float CvRTrees::predict( const CvMat* sample, const CvMat* missing ) const function in class:CvRTrees
539 CV_FUNCNAME("CvRTrees::predict");
551 CvDTreeNode* predicted_node = trees[k]->predict( sample, missing );
568 result += trees[k]->predict( sampl
[all...]
H A Dmlem.cpp209 CvEM::predict( const CvMat* _sample, CvMat* _probs ) const function in class:CvEM
216 CV_FUNCNAME( "CvEM::predict" );
378 labels->data.i[i*lstep] = cvRound(predict(&sample, &prob));
H A Dmlann_mlp.cpp266 float CvANN_MLP::predict( const CvMat* _inputs, CvMat* _outputs ) const function in class:CvANN_MLP
268 CV_FUNCNAME( "CvANN_MLP::predict" );
H A Dmlsvm.cpp1815 resp = predict( &s );
1877 float CvSVM::predict( const CvMat* sample ) const function in class:CvSVM
1884 CV_FUNCNAME( "CvSVM::predict" );
H A Dmltree.cpp2881 CvDTreeNode* CvDTree::predict( const CvMat* _sample, function in class:CvDTree
2887 CV_FUNCNAME( "CvDTree::predict" );
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DDFA.java653 public int predict(IntStream input) { method in class:DFA
655 return interp.predict(this);
1132 * and predict the exit branch. The reachable labels are often a
/external/webp/src/enc/
H A Dpredictor_enc.c148 static uint8_t NearLosslessComponent(uint8_t value, uint8_t predict, argument
150 const int residual = (value - predict) & 0xff;
151 const int boundary_residual = (boundary - predict) & 0xff;
181 // value and predict have undergone subtract green, which means that red and
183 static uint32_t NearLossless(uint32_t value, uint32_t predict, argument
191 return VP8LSubPixels(value, predict);
199 a = ((value >> 24) - (predict >> 24)) & 0xff;
201 a = NearLosslessComponent(value >> 24, predict >> 24, 0xff, quantization);
203 g = NearLosslessComponent((value >> 8) & 0xff, (predict >> 8) & 0xff, 0xff,
208 new_green = ((predict >>
238 uint32_t predict; local
[all...]
H A Dvp8l_enc.c75 uint32_t predict = 0x00000000; local
81 const uint32_t cur_score = PaletteColorDistance(palette[k], predict);
88 predict = palette[i];
99 uint32_t predict = 0x000000; local
103 const uint32_t diff = VP8LSubPixels(palette[i], predict);
116 predict = palette[i];
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 2245 milliseconds