/external/llvm/test/Transforms/InstCombine/ |
stack-overalign.ll | 11 ; issue. Some late phase could be smart enough to reduce alloca
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
2005-08-17-OutOfLoopVariant.ll | 1 ; RUN: opt < %s -loop-reduce -disable-output
|
2008-08-13-CmpStride.ll | 1 ; RUN: opt < %s -loop-reduce -S | grep add | count 2
|
2011-10-14-IntPtr.ll | 1 ; RUN: opt -loop-reduce -S < %s | FileCheck %s
|
hoist-parent-preheader.ll | 1 ; RUN: opt < %s -loop-reduce -verify
|
invariant_value_first.ll | 2 ; RUN: opt < %s -loop-reduce -S | \
|
nonlinear-postinc.ll | 1 ; RUN: opt < %s -loop-reduce
|
ops_after_indvar.ll | 4 ; RUN: opt < %s -loop-reduce -S | not grep INDVAR
|
pr12691.ll | 1 ; RUN: opt < %s -loop-reduce -S | FileCheck %s
|
pr3086.ll | 1 ; RUN: opt < %s -loop-reduce
|
pr3399.ll | 1 ; RUN: opt < %s -loop-reduce | llvm-dis
|
pr3571.ll | 1 ; RUN: opt < %s -loop-reduce | llvm-dis
|
related_indvars.ll | 1 ; RUN: opt < %s -loop-reduce -S | grep phi | count 1
|
share_ivs.ll | 1 ; RUN: opt < %s -loop-reduce -S | grep phi | count 1
|
/external/llvm/test/Transforms/LoopStrengthReduce/X86/ |
2011-07-20-DoubleIV.ll | 1 ; RUN: opt < %s -loop-reduce -S -mtriple=x86_64-unknown-unknown | FileCheck %s
|
/external/naver-fonts/ |
README | 7 were made to reduce the size of the NanumGothicBold.ttf and NanumGothic.ttf
|
/external/regex-re2/re2/ |
unicode_groups.h | 14 // Adding an extra table of 16-bit singletons would reduce
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
VersionGLSL.h | 20 // - many changes to reduce differences when compared to the ES specification.
|
/frameworks/base/core/java/android/nfc/ |
BeamShareData.java | 10 * IPC call. This is important as we want to reduce the
|
/frameworks/base/docs/html/training/efficient-downloads/ |
regular_updates.jd | 67 <p>You can further reduce the impact of these scheduled alarms by opportunistically reducing their frequency based on how recently your app was used.</p> 69 <p>One approach is to implement an exponential back-off pattern to reduce the frequency of your updates (and / or the degree of prefetching you perform) if the app hasn't been used since the previous update. It's often useful to assert a minimum update frequency and to reset the frequency whenever the app is used, for example:</p> 89 <p>You can use a similar exponential back-off pattern to reduce the effect of failed connections and download errors.</p> 91 <p>The cost of initiating a network connection is the same whether you are able to contact your server and download data or not. For time-sensitive transfers where successful completion is important, an exponential back-off algorithm can be used to reduce the frequency of retries in order to minimize the associated battery impact, for example:</p>
|
/external/bison/po/ |
ru.po | 45 msgid " Conflict between rule %d and token %s resolved as reduce" 55 msgid "conflicts: %d shift/reduce, %d reduce/reduce\n" 60 msgid "conflicts: %d shift/reduce\n" 65 msgid "conflicts: %d reduce/reduce\n" 80 msgid "expected %d shift/reduce conflict" 81 msgid_plural "expected %d shift/reduce conflicts" 88 msgid "expected %d reduce/reduce conflict [all...] |
ro.po | 44 msgid " Conflict between rule %d and token %s resolved as reduce" 46 " Conflict ?ntre regula %d ?i elementul (token) %s rezolvat ca reduce" 56 msgid "conflicts: %d shift/reduce, %d reduce/reduce\n" 57 msgstr "conflicte: %d shift/reduce, %d reduce/reduce\n" 61 msgid "conflicts: %d shift/reduce\n" 62 msgstr "conflicte: %d shift/reduce\n [all...] |
id.po | 44 msgid " Conflict between rule %d and token %s resolved as reduce" 45 msgstr " Konflik antara aturan %d dan token %s diselesaikan sebagai reduce" 55 msgid "conflicts: %d shift/reduce, %d reduce/reduce\n" 60 msgid "conflicts: %d shift/reduce\n" 65 msgid "conflicts: %d reduce/reduce\n" 80 msgid "expected %d shift/reduce conflict" 81 msgid_plural "expected %d shift/reduce conflicts [all...] |
/external/bison/tests/ |
existing.at | 410 dnl GNU AWK 3.0.6, 3.1.0, and 3.1.1. They reduce the full getline expression 417 dnl That is, like the other versions of GNU AWK, they reduce the full getline 430 [[input.y: conflicts: 265 shift/reduce]], 431 [[input.y: conflicts: 65 shift/reduce]])[ 446 dnl - 56 -> 326: reduce -> shift on '*', '/', and '%' 447 dnl - 58 -> 327: reduce -> shift on '*', '/', and '%' 448 dnl - 61 -> 328: reduce -> shift on '*', '/', and '%' 457 NAME [reduce using rule 152 (opt_variable)] 458 '$' [reduce using rule 152 (opt_variable)] 466 NAME [reduce using rule 152 (opt_variable) [all...] |
/external/webkit/Source/WebCore/rendering/ |
AutoTableLayout.cpp | 646 // If we have overallocated, reduce every cell according to the difference between desired width and minwidth 649 // Need to reduce cells with the following prioritization: 667 int reduce = available * minMaxDiff / logicalWidthBeyondMin; local 668 m_layoutStruct[i].computedLogicalWidth += reduce; 669 available -= reduce; 689 int reduce = available * minMaxDiff / logicalWidthBeyondMin; local 690 m_layoutStruct[i].computedLogicalWidth += reduce; 691 available -= reduce; 711 int reduce = available * minMaxDiff \/ logicalWidthBeyondMin; local 733 int reduce = available * minMaxDiff \/ logicalWidthBeyondMin; local [all...] |