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

1 2

  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_INVOKE_METHOD_PREDICTED_CHAIN.S 8 * The predicted chaining cell is declared in ArmLIR.h with the
30 cmp r3, r8 @ predicted class == actual class?
46 beq $chaintgt @ predicted chain is valid
  /external/chromium_org/v8/test/webkit/
dfg-constant-fold-misprediction.js 28 // A function with an argument correctly predicted double.
34 // A division that is going to be predicted integer on the first compilation. The
36 // division will be 1, which is too low for the division to be predicted double.
37 // If we constant fold this division, we'll have a constant node that is predicted
39 // predicted double, will lead the Fixup phase to inject an Int32ToDouble node on
dfg-compare-final-object-to-final-object-or-other-when-both-proven-final-object.js 25 "Tests that the CompareEq optimization for the case where one side is predicted final object and the other side is predicted either final object or other (i.e. null or undefined) doesn't assert when both sides are also proven final object."
dfg-compare-final-object-to-final-object-or-other-when-proven-final-object.js 25 "Tests that the CompareEq optimization for the case where one side is predicted final object and the other side is predicted either final object or other (i.e. null or undefined) doesn't assert when the other side is also proven final object."
dfg-peephole-compare-final-object-to-final-object-or-other-when-both-proven-final-object.js 25 "Tests that the peephole CompareEq optimization for the case where one side is predicted final object and the other side is predicted either final object or other (i.e. null or undefined) doesn't assert when both sides are also proven final object."
dfg-peephole-compare-final-object-to-final-object-or-other-when-proven-final-object.js 25 "Tests that the peephole CompareEq optimization for the case where one side is predicted final object and the other side is predicted either final object or other (i.e. null or undefined) doesn't assert when the other side is also proven final object."
dfg-bool-to-int32-reuse.js 25 "Tests that using a value predicted boolean after it is converted to an int32 doesn't crash the compiler while causing bad code gen."
dfg-int32-to-double-on-known-number.js 25 "Tests that we don't emit unnecessary speculation checks when performing an int32 to double conversion on a value that is proved to be a number, predicted to be an int32, but not proved to be an int32."
dfg-mispredict-variable-but-prove-int.js 25 "Tests that a variable predicted to be either int or double but proven to be an int does confuse the Branch logic."
boolean-argument-prediction.js 25 "This tests that arguments predicted to be boolean are checked."
dfg-arith-add-overflow-check-elimination-predicted-but-not-proven-int.js 25 "Tests that when values predicted but not proven int are used in a tower of additions, we don't eliminate the overflow check unsoundly."
dfg-int32-to-double-on-set-local-and-sometimes-exit.js 25 "Tests that an Int32ToDouble placed on a SetLocal does a forward exit, and works right even when the relevant variable is actually predicted numeric."
  /dalvik/vm/compiler/template/mips/
TEMPLATE_INVOKE_METHOD_PREDICTED_CHAIN.S 8 * The predicted chaining cell is declared in ArmLIR.h with the
42 beq a3, rIBASE, $chaintgt # branch if predicted chain is valid
  /external/libvorbis/lib/
floor1.c 731 int predicted=render_point(x0,x1,y0,y1,info->postlist[i]); local
734 if(vx>=0 && predicted!=vx){
737 output[i]= predicted|0x8000;
813 int predicted=render_point(x0,x1,y0,y1,info->postlist[i]); local
815 if((post[i]&0x8000) || (predicted==post[i])){
816 post[i]=predicted|0x8000; /* in case there was roundoff jitter
820 int headroom=(look->quant_q-predicted<predicted?
821 look->quant_q-predicted:predicted);
1013 int predicted=render_point(info->postlist[look->loneighbor[i-2]], local
    [all...]
  /external/tremolo/Tremolo/
floor1.c 297 /* unpack wrapped/predicted values from stream */
333 int predicted=render_point(info->postlist[info->loneighbor[i-2]], local
338 int hiroom=quant_q-predicted;
339 int loroom=predicted;
358 fit_value[i]=val+predicted;
363 fit_value[i]=predicted|0x8000;
  /external/libvorbis/doc/
07-floor1.tex 269 9) [predicted] = \link{vorbis:spec:render:point}{render_point}( vector [floor1_X_list] element [low_neighbor_offset],
276 11) [highroom] = [range] - [predicted]
277 12) [lowroom] = [predicted]
297 22) vector [floor1_final_Y] element [i] = [val] - [lowroom] + [predicted]
301 23) vector [floor1_final_Y] element [i] = [predicted] - [val] + [highroom] - 1
310 [predicted] - (([val] + 1) divided by 2 using integer division)
315 [predicted] + ([val] / 2 using integer division)
324 28) vector [floor1_final_Y] element [i] = [predicted]
  /external/chromium_org/chrome/browser/predictors/
resource_prefetch_predictor.h 271 // Reports predicted accuracy i.e. by comparing resources that are actually
276 const ResourcePrefetcher::RequestVector& predicted) const;
279 const ResourcePrefetcher::RequestVector& predicted,
resource_prefetch_predictor.cc     [all...]
  /external/chromium_org/third_party/libwebp/enc/
vp8l.c 114 VP8LHistogram* predicted = local
115 (VP8LHistogram*)malloc(2 * sizeof(*predicted));
116 if (predicted == NULL) return 0;
117 nonpredicted = predicted + 1;
119 VP8LHistogramInit(predicted, 0);
134 VP8LHistogramAddSinglePixOrCopy(predicted, &pix_diff_token);
141 *predicted_bits = VP8LHistogramEstimateBitsBulk(predicted);
142 free(predicted);
    [all...]
  /external/webp/src/enc/
vp8l.c 114 VP8LHistogram* predicted = local
115 (VP8LHistogram*)malloc(2 * sizeof(*predicted));
116 if (predicted == NULL) return 0;
117 nonpredicted = predicted + 1;
119 VP8LHistogramInit(predicted, 0);
134 VP8LHistogramAddSinglePixOrCopy(predicted, &pix_diff_token);
141 *predicted_bits = VP8LHistogramEstimateBitsBulk(predicted);
142 free(predicted);
    [all...]
  /external/oprofile/events/i386/atom/
unit_masks 74 0x01 pred_not_taken Retired branch instructions that were predicted not-taken
76 0x04 pred_taken Retired branch instructions that were predicted taken
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
dfa.rb 90 that has been predicted
93 this is the alternative number that has been predicted.
  /external/oprofile/events/mips/74K/
events 20 event:0x2 counters:0,2 um:zero minimum:500 name:PREDICTED_JR_31 : 2-0 JR $31 (return) instructions predicted including speculative instructions
21 event:0x3 counters:0,2 um:zero minimum:500 name:REDIRECT_STALLS : 3-0 Stall cycles due to register indirect jumps (including non-predicted JR $31), ERET/WAIT instructions, and IFU determined exception
97 event:0x403 counters:1,3 um:zero minimum:500 name:JR_31_NO_PREDICTIONS : 3-1 JR $31 (return) instructions not predicted
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-armv5te.S 351 * The predicted chaining cell is declared in ArmLIR.h with the
373 cmp r3, r8 @ predicted class == actual class?
389 beq .LinvokeChain @ predicted chain is valid
    [all...]
CompilerTemplateAsm-armv7-a-neon.S 351 * The predicted chaining cell is declared in ArmLIR.h with the
373 cmp r3, r8 @ predicted class == actual class?
389 beq .LinvokeChain @ predicted chain is valid
    [all...]

Completed in 611 milliseconds

1 2