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

1 2 3

  /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);
  /prebuilts/go/darwin-x86/test/
opt_branchlikely.go 9 // Test that branches have some prediction properties.
14 for i := 0; i < x; i++ { // ERROR "Branch prediction rule stay in loop"
15 for j := 0; j < y; j++ { // ERROR "Branch prediction rule stay in loop"
18 for k := 0; k < z; k++ { // ERROR "Branch prediction rule stay in loop"
27 if y == 0 { // ERROR "Branch prediction rule default < call"
32 if y == x { // ERROR "Branch prediction rule default < call"
36 if y == 2 { // ERROR "Branch prediction rule default < call"
41 if y+z == 3 { // ERROR "Branch prediction rule call < exit"
46 if x != 0 { // ERROR "Branch prediction rule default < ret"
47 for i := 0; i < x; i++ { // ERROR "Branch prediction rule stay in loop
    [all...]
  /prebuilts/go/linux-x86/test/
opt_branchlikely.go 9 // Test that branches have some prediction properties.
14 for i := 0; i < x; i++ { // ERROR "Branch prediction rule stay in loop"
15 for j := 0; j < y; j++ { // ERROR "Branch prediction rule stay in loop"
18 for k := 0; k < z; k++ { // ERROR "Branch prediction rule stay in loop"
27 if y == 0 { // ERROR "Branch prediction rule default < call"
32 if y == x { // ERROR "Branch prediction rule default < call"
36 if y == 2 { // ERROR "Branch prediction rule default < call"
41 if y+z == 3 { // ERROR "Branch prediction rule call < exit"
46 if x != 0 { // ERROR "Branch prediction rule default < ret"
47 for i := 0; i < x; i++ { // ERROR "Branch prediction rule stay in loop
    [all...]
  /external/arm-neon-tests/
InitCache.s 5 ; and program flow prediction
39 ; Cortex-A8 program flow prediction
43 ORR r0, r0, #(0x1 <<11) ; Enable all forms of branch prediction
44 ;BIC r0, r0, #(0x1 << 11) ; Disable all forms of branch prediction
  /external/v8/src/interpreter/
handler-table-builder.h 41 void SetPrediction(int handler_id, HandlerTable::CatchPrediction prediction);
50 // Optimistic prediction for handler.
handler-table-builder.cc 61 int handler_id, HandlerTable::CatchPrediction prediction) {
62 entries_[handler_id].catch_prediction_ = prediction;
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
likelyadjust.go 100 func describePredictionAgrees(b *Block, prediction BranchPrediction) string {
102 if prediction == b.Likely {
110 func describeBranchPrediction(f *Func, b *Block, likely, not int8, prediction BranchPrediction) {
111 f.Config.Warnl(b.Line, "Branch prediction rule %s < %s%s",
112 bllikelies[likely-blMin], bllikelies[not-blMin], describePredictionAgrees(b, prediction))
164 prediction := b.Likely
173 prediction = BranchLikely
175 prediction = BranchUnlikely
179 prediction = BranchLikely
181 prediction = BranchUnlikel
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
likelyadjust.go 100 func describePredictionAgrees(b *Block, prediction BranchPrediction) string {
102 if prediction == b.Likely {
110 func describeBranchPrediction(f *Func, b *Block, likely, not int8, prediction BranchPrediction) {
111 f.Config.Warnl(b.Line, "Branch prediction rule %s < %s%s",
112 bllikelies[likely-blMin], bllikelies[not-blMin], describePredictionAgrees(b, prediction))
164 prediction := b.Likely
173 prediction = BranchLikely
175 prediction = BranchUnlikely
179 prediction = BranchLikely
181 prediction = BranchUnlikel
    [all...]
  /external/libavc/common/arm/
ih264_intra_pred_luma_4x4_a9q.s 26 @* Contains function definitions for intra 4x4 Luma prediction .
62 @* Perform Intra prediction for luma_4x4 mode:vertical
65 @* Perform Intra prediction for luma_4x4 mode:vertical ,described in sec 8.3.1.2.1
135 @* Perform Intra prediction for luma_4x4 mode:horizontal
138 @* Perform Intra prediction for luma_4x4 mode:horizontal ,described in sec 8.3.1.2.2
217 @* Perform Intra prediction for luma_4x4 mode:DC
220 @* Perform Intra prediction for luma_4x4 mode:DC ,described in sec 8.3.1.2.3
356 @* Perform Intra prediction for luma_4x4 mode:Diagonal_Down_Left
359 @* Perform Intra prediction for luma_4x4 mode:Diagonal_Down_Left ,described in sec 8.3.1.2.4
438 @* Perform Intra prediction for luma_4x4 mode:Diagonal_Down_Righ
    [all...]
ih264_intra_pred_luma_8x8_a9q.s 26 @* Contains function definitions for intra 8x8 Luma prediction .
67 @* Reference sample filtering process for Intra_8x8 sample prediction
70 @* Perform Reference sample filtering process for Intra_8x8 sample prediction ,described in sec 8.3.2.2.1
152 @* Perform Intra prediction for luma_8x8 mode:vertical
155 @* Perform Intra prediction for luma_8x8 mode:vertical ,described in sec 8.3.2.2.2
225 @* Perform Intra prediction for luma_8x8 mode:horizontal
228 @* Perform Intra prediction for luma_8x8 mode:horizontal ,described in sec 8.3.2.2.2
305 @* Perform Intra prediction for luma_8x8 mode:DC
308 @* Perform Intra prediction for luma_8x8 mode:DC ,described in sec 8.3.2.2.3
416 @* Perform Intra prediction for luma_8x8 mode:Diagonal_Down_Lef
    [all...]
ih264_intra_pred_luma_16x16_a9q.s 26 @* Contains function definitions for intra 16x16 Luma prediction .
66 @* Perform Intra prediction for luma_16x16 mode:vertical
69 @* Perform Intra prediction for luma_16x16 mode:Vertical ,described in sec 8.3.3.1
147 @* Perform Intra prediction for luma_16x16 mode:horizontal
150 @* Perform Intra prediction for luma_16x16 mode:horizontal ,described in sec 8.3.3.2
225 @* Perform Intra prediction for luma_16x16 mode:DC
228 @* Perform Intra prediction for luma_16x16 mode:DC ,described in sec 8.3.3.3
349 @* Perform Intra prediction for luma_16x16 mode:PLANE
352 @* Perform Intra prediction for luma_16x16 mode:PLANE ,described in sec 8.3.3.4
ih264_intra_pred_chroma_a9q.s 26 @* Contains function definitions for intra chroma prediction .
65 @* Perform Intra prediction for chroma_8x8 mode:DC
68 @* Perform Intra prediction for chroma_8x8 mode:DC ,described in sec 8.3.4.1
197 @* Perform Intra prediction for chroma_8x8 mode:Horizontal
200 @* Perform Intra prediction for chroma_8x8 mode:Horizontal ,described in sec 8.3.4.2
273 @* Perform Intra prediction for chroma_8x8 mode:vertical
276 @*Perform Intra prediction for chroma_8x8 mode:vertical ,described in sec 8.3.4.3
345 @* Perform Intra prediction for chroma_8x8 mode:PLANE
348 @* Perform Intra prediction for chroma_8x8 mode:PLANE ,described in sec 8.3.4.4
ih264_ihadamard_scaling_a9.s 27 @ * of 16x16 intra-prediction
42 @ * of a 16x16 intra prediction macroblock, and then performs scaling.
43 @ * prediction buffer
ih264_default_weighted_pred_a9q.s 26 @* Contains function definitions for default weighted prediction.
46 @* This routine performs the default weighted prediction as described in sec
47 @* 8.4.2.3.1 titled "Default weighted sample prediction process" for luma.
220 @* This routine performs the default weighted prediction as described in sec
221 @* 8.4.2.3.1 titled "Default weighted sample prediction process" for chroma.
ih264_iquant_itrans_recon_dc_a9.s 57 @ * Prediction 4x4 block
69 @ * Prediction stride
187 @ * Prediction 4x4 block
199 @ * Prediction stride
308 @ * prediction buffer if only dc value is present for residue
312 @ * This inverse quantized content is added to the prediction buffer to recon-
319 @ * prediction 4x4 block in interleaved format
322 @ * Prediction buffer stride in interleaved format
  /external/v8/src/js/
promise.js 39 // For catch prediction, don't treat the .then calls as handling it;
69 // For catch prediction, mark that rejections here are semantically
101 // For catch prediction, don't treat the .then calls as handling it;
112 // For catch prediction, mark that rejections here are semantically
  /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/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/libtextclassifier/smartselect/
text-classification-model.cc 316 const int prediction = local
319 selection_label_spans[prediction];
323 << prediction << " " << selection.first << " "
328 return {{selection.first, selection.second}, scores[prediction]};
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryInfo.java 173 final long prediction = provider.getEnhancedBatteryPrediction(context); local
176 elapsedRealtimeUs, shortString, BatteryUtils.convertMsToUs(prediction),
179 long prediction = discharging local
183 elapsedRealtimeUs, shortString, prediction, false);
  /external/v8/src/ast/
prettyprinter.cc 874 PrintIndented("CATCH PREDICTION");
875 const char* prediction = ""; local
878 prediction = "UNCAUGHT";
881 prediction = "CAUGHT";
884 prediction = "DESUGARING";
887 prediction = "ASYNC_AWAIT";
890 // Catch prediction resulting in promise rejections aren't
894 Print(" %s\n", prediction);
    [all...]
  /external/v8/src/
isolate.cc 1154 CatchType prediction = PredictExceptionCatcher(); local
1334 HandlerTable::CatchPrediction prediction; local
1396 HandlerTable::CatchPrediction prediction = PredictException(js_frame); local
    [all...]

Completed in 1552 milliseconds

1 2 3