HomeSort by relevance Sort by last modified time
    Searched refs:prediction (Results 1 - 25 of 31) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
predict.h 1 /* Definitions for branch prediction routines in the GNU compiler.
32 enum prediction enum
38 extern void predict_insn_def (rtx, enum br_predictor, enum prediction);
42 extern tree build_predict_expr (enum br_predictor, enum prediction);
basic-block.h 745 extern void predict_edge_def (edge, enum br_predictor, enum prediction);
    [all...]
gimple.h 799 gimple gimple_build_predict (enum br_predictor, enum prediction);
    [all...]
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
Learning_MulticlassPA.java 69 // This implementation, combines training and prediction in one step.
70 // The return value is the prediction value for the supplied sample. It
84 int prediction = mMulticlassPA_learner.sparseGetClass(splited.indexArray, local
86 return prediction;
  /external/chromium_org/courgette/
patch_generator_x86_32.h 41 Status PredictTransformParameters(SinkStreamSet* prediction) {
42 return TransformationPatchGenerator::PredictTransformParameters(prediction);
ensemble.h 215 virtual Status PredictTransformParameters(SinkStreamSet* prediction);
ensemble_apply.cc 38 Status SubpatchTransformParameters(SinkStreamSet* prediction,
291 SourceStream prediction;
292 prediction.Init(linearized_predicted_items);
294 Status status = ApplySimpleDelta(&prediction,
ensemble_create.cc 52 SinkStreamSet* prediction) {
53 return patcher_->PredictTransformParameters(prediction);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
armVCM4P2_SetPredDir_s.s 31 ; * Performs detecting the prediction direction
44 ; * [out]predDir indicates the prediction direction which takes one
omxVCM4P2_PredictReconCoefIntra_s.s 27 ; * Contains module for DC/AC coefficient prediction
33 ; * Performs adaptive DC/AC coefficient prediction for an intra block. Prior
34 ; * to the function call, prediction direction (predDir) should be selected
53 ; * [in] predDir indicates the prediction direction which takes one
57 ; * [in] ACPredFlag a flag indicating if AC prediction should be
139 ;// DC Prediction
143 M_LDR predDir,predDironStack ;// Load Prediction direction
157 CMP predDir,#2 ;// Check if the Prediction direction is vertical
161 LDREQSH absCoeffDC,[pPredBufRow] ;// If vetical load the coeff from Row Prediction Buffer
162 LDRNESH absCoeffDC,[pPredBufCol] ;// If horizontal load the coeff from column Prediction Buffe
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
armVCM4P2_SetPredDir_s.s 31 ; * Performs detecting the prediction direction
44 ; * [out]predDir indicates the prediction direction which takes one
omxVCM4P2_PredictReconCoefIntra_s.s 27 ; * Contains module for DC/AC coefficient prediction
33 ; * Performs adaptive DC/AC coefficient prediction for an intra block. Prior
34 ; * to the function call, prediction direction (predDir) should be selected
53 ; * [in] predDir indicates the prediction direction which takes one
57 ; * [in] ACPredFlag a flag indicating if AC prediction should be
171 ;// DC Prediction
175 M_LDR predDir,predDironStack ;// Load Prediction direction
183 CMP predDir,#2 ;// Check if the Prediction direction is vertical
187 LDREQSH absCoeffDC,[pPredBufRow] ;// If vetical load the coeff from Row Prediction Buffer
188 LDRNESH absCoeffDC,[pPredBufCol] ;// If horizontal load the coeff from column Prediction Buffe
    [all...]
  /external/oprofile/events/mips/vr5500/
events 16 event:0xa counters:0,1 um:zero minimum:500 name:BRANCHES_MISPREDICTED : Branch prediction miss
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
dfa.rb 53 <i>start state</i> of the machine; every prediction will begin in state +0+. At
59 alternative has been chosen successfully and the prediction procedure ends. If
60 the current state is not an <i>accept state</i>, the prediction has failed and
82 If positive, it indicates that the prediction
95 For more information on the prediction algorithm, check out the #predict method
226 | The prediction loop has exceeded a maximum limit of 50000 iterations
290 | The prediction loop has exceeded a maximum limit of 50000 iterations
  /external/oprofile/events/mips/20K/
events 17 event:0xb counters:0 um:zero minimum:500 name:REPLAYS : Total number of LSU requested replays, Load-dependent speculative dispatch or FPU exception prediction replays.
18 event:0xc counters:0 um:zero minimum:500 name:RPS_MISSPREDICTS : JR instructions that mispredicted using the Return Prediction Stack (RPS)
  /external/libvpx/libvpx/vp8/common/arm/neon/
shortidct4x4llm_neon.asm 109 ; load prediction data
115 ; add prediction and residual
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
shortidct4x4llm_neon.asm 109 ; load prediction data
115 ; add prediction and residual
  /external/chromium_org/net/websockets/
websocket_deflate_stream.cc 183 WebSocketDeflatePredictor::Result prediction = local
186 switch (prediction) {
  /external/oprofile/events/mips/r12000/
events 31 event:0x1b counters:0,1,2,3 um:zero minimum:500 name:SCACHE_WAY_MISPREDICTION : Misprediction from scache way prediction table (data)
  /external/libvorbis/doc/
07-floor1.tex 22 prediction in a process roughly equivalent to the following simplified
243 iterative prediction to find final Y values, these points are
256 +/- difference values, then apply to line prediction.
  /external/oprofile/events/mips/25K/
events 25 # Branch/Jump Prediction:
29 event:0xf counters:0,1 um:zero minimum:500 name:JR_RPD_MISSPREDICTED : JR instructions that mispredicted using the Return Prediction Stack
71 event:0x21 counters:0,1 um:zero minimum:500 name:REPLAYS_LSU_LOAD_DEP_FPU : LSU requested replays, load-dependent speculative dispatch, FPU exception prediction
  /external/libhevc/common/arm/
ihevc_itrans_recon_8x8.s 46 @ * performs inverse transform and adds the prediction data and clips output
59 @ * prediction 8x8 block
68 @ * prediction stride
155 ldr r8,[sp,#4] @ prediction stride
868 @/// adding the prediction buffer
878 @ load prediction data
884 @adding recon with prediction
ihevc_itrans_recon_16x16.s 46 @ * performs inverse transform and adds the prediction data and clips output
59 @ * prediction 16x16 block
68 @ * prediction stride
136 @ ldr r8,[sp,#4] @ prediction stride
664 ldr r8,[sp,#44] @ prediction stride
  /external/oprofile/events/i386/nehalem/
unit_masks 206 0x02 mru Instruction Length Decoder stall cycles due to Brand Prediction Unit (PBU) Most Recently Used (MRU) bypass
321 0x01 clear Counts the number of times the front end is resteered, mainly when the Branch Prediction Unit cannot provide a correct prediction and this is corrected by the Branch Address Calculator at the front end
324 0x01 early Counts early (normal) Branch Prediction Unit clears: BPU predicted a taken branch after incorrectly assuming that it was not taken
325 0x02 late Counts late Branch Prediction Unit clears due to Most Recently Used conflicts
  /external/deqp/modules/gles3/performance/
es3pBufferDataUploadTests.cpp 735 const float prediction = samples[ndx].*predictor * fit.coefficient + fit.offset; local
737 timeDiffs[ndx] = actual - prediction;
752 const float prediction = samples[ndx].*predictor * fit.coefficient + fit.offset; local
758 if (prediction < 1.0f)
761 relativeDiffs[ndx] = (actual - prediction) / prediction;
    [all...]

Completed in 838 milliseconds

1 2