/external/bison/tests/ |
D | conflicts.at | 139 [input.y: conflicts: 1 shift/reduce 144 [[State 5 conflicts: 1 shift/reduce 186 $default reduce using rule 2 (exp) 223 OP [reduce using rule 1 (exp)] 224 $default reduce using rule 1 (exp) 289 $default reduce using rule 2 (exp) 324 $default reduce using rule 1 (exp) 326 Conflict between rule 1 and token OP resolved as reduce (%left OP). 339 # $end reduce using rule 3 (num) 340 # $end [reduce using rule 4 (id)] [all …]
|
D | glr-regression.at | 95 [glr-regr1.y: conflicts: 1 shift/reduce 211 [glr-regr2a.y: conflicts: 2 shift/reduce 321 [glr-regr3.y: conflicts: 1 shift/reduce, 1 reduce/reduce 416 [glr-regr4.y: conflicts: 1 reduce/reduce 486 [glr-regr5.y: conflicts: 1 reduce/reduce 548 [glr-regr6.y: conflicts: 1 reduce/reduce 626 [glr-regr7.y: conflicts: 2 reduce/reduce 722 [glr-regr8.y: conflicts: 1 reduce/reduce 805 [glr-regr9.y: conflicts: 1 reduce/reduce 868 [glr-regr10.y: conflicts: 1 reduce/reduce [all …]
|
D | existing.at | 959 [[input.y: conflicts: 78 shift/reduce, 10 reduce/reduce 963 [[State 64 conflicts: 14 shift/reduce 964 State 164 conflicts: 1 shift/reduce 965 State 201 conflicts: 33 shift/reduce, 4 reduce/reduce 966 State 206 conflicts: 1 shift/reduce 967 State 240 conflicts: 1 shift/reduce 968 State 335 conflicts: 9 shift/reduce, 2 reduce/reduce 969 State 356 conflicts: 1 shift/reduce 970 State 360 conflicts: 9 shift/reduce, 2 reduce/reduce 971 State 427 conflicts: 9 shift/reduce, 2 reduce/reduce [all …]
|
D | regression.at | 221 $default reduce using rule 3 (@2) 231 $default reduce using rule 1 (@1) 268 $default reduce using rule 4 (expr) 275 $default reduce using rule 2 (expr) 516 $default reduce using rule 4 (@1) 536 undef_id_tok reduce using rule 4 (@1) 537 $default reduce using rule 1 (CONST_DEC_PART) 547 $default reduce using rule 2 (CONST_DEC_LIST) 568 $default reduce using rule 3 (CONST_DEC_LIST) 596 $default reduce using rule 5 (CONST_DEC)
|
/external/llvm/lib/Target/PTX/ |
D | generate-register-td.py | 121 param_list_pred = reduce(lambda x, y: '%s, %s' % (x, y), param_regs_pred) 122 ret_list_pred = reduce(lambda x, y: '%s, %s' % (x, y), ret_regs_pred) 123 param_list_16bit = reduce(lambda x, y: '%s, %s' % (x, y), param_regs_16bit) 124 ret_list_16bit = reduce(lambda x, y: '%s, %s' % (x, y), ret_regs_16bit) 125 param_list_32bit = reduce(lambda x, y: '%s, %s' % (x, y), param_regs_32bit) 126 ret_list_32bit = reduce(lambda x, y: '%s, %s' % (x, y), ret_regs_32bit) 127 param_list_64bit = reduce(lambda x, y: '%s, %s' % (x, y), param_regs_64bit) 128 ret_list_64bit = reduce(lambda x, y: '%s, %s' % (x, y), ret_regs_64bit)
|
/external/webkit/Source/WebCore/rendering/ |
D | AutoTableLayout.cpp | 667 int reduce = available * minMaxDiff / logicalWidthBeyondMin; in layout() local 668 m_layoutStruct[i].computedLogicalWidth += reduce; in layout() 669 available -= reduce; in layout() 689 int reduce = available * minMaxDiff / logicalWidthBeyondMin; in layout() local 690 m_layoutStruct[i].computedLogicalWidth += reduce; in layout() 691 available -= reduce; in layout() 711 int reduce = available * minMaxDiff / logicalWidthBeyondMin; in layout() local 712 m_layoutStruct[i].computedLogicalWidth += reduce; in layout() 713 available -= reduce; in layout() 733 int reduce = available * minMaxDiff / logicalWidthBeyondMin; in layout() local [all …]
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
D | dont_reduce_bytes.ll | 1 ; Don't reduce the byte access to P[i], at least not on targets that 4 ; RUN: opt < %s -loop-reduce -disable-output
|
D | different-type-ivs.ll | 1 ; RUN: opt < %s -loop-reduce -disable-output 2 ; Test to make sure that loop-reduce never crashes on IV's
|
D | var_stride_used_by_compare.ll | 2 ; RUN: opt < %s -loop-reduce -S | \ 6 ; RUN: opt < %s -loop-reduce -S | \
|
D | 2009-01-13-nonconstant-stride-outside-loop.ll | 1 ; RUN: opt < %s -loop-reduce -S | grep phi | count 1 2 ; RUN: opt < %s -loop-reduce -S | grep mul | count 1
|
D | pr2537.ll | 1 ; RUN: opt < %s -loop-reduce -disable-output
|
D | dead-phi.ll | 1 ; RUN: opt < %s -loop-reduce -S | grep phi | count 1
|
D | dont_reverse.ll | 1 ; RUN: opt < %s -loop-reduce -S \
|
D | variable_stride.ll | 2 ; RUN: opt < %s -loop-reduce -S | not grep mul
|
D | 2005-08-17-OutOfLoopVariant.ll | 1 ; RUN: opt < %s -loop-reduce -disable-output
|
D | remove_indvar.ll | 2 ; RUN: opt < %s -loop-reduce -S | not grep INDVAR
|
D | invariant_value_first_arg.ll | 2 ; RUN: opt < %s -loop-reduce -S | \
|
D | exit_compare_live_range.ll | 5 ; RUN: opt -S -loop-reduce %s | FileCheck %s
|
D | invariant_value_first.ll | 2 ; RUN: opt < %s -loop-reduce -S | \
|
D | ops_after_indvar.ll | 4 ; RUN: opt < %s -loop-reduce -S | not grep INDVAR
|
/external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/LeaksViewer/ |
D | LeaksParserWorker.js | 75 leak.stack.reduce(function(node, frame, index, array) { 92 …self.profile.totalTime = self.profile.children.reduce(function(sum, child) { return sum + child.to…
|
/external/genext2fs/ |
D | genext2fs.c | 977 int extend = 0, reduce = 0; in walk_bw() local 979 reduce = 1; in walk_bw() 996 if(reduce) // free first block in walk_bw() 1005 if(reduce) // free block in walk_bw() 1016 if(reduce) // free indirect block in walk_bw() 1022 if(reduce) // free first block in walk_bw() 1033 if(reduce) // free block in walk_bw() 1045 if(reduce) // free double indirect block in walk_bw() 1050 if(reduce) // free firstindirect block in walk_bw() 1056 if(reduce) // free first block in walk_bw() [all …]
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | variable-stride-ivs-0.ll | 4 ; Test that -indvars can reduce variable stride IVs. If it can reduce variable
|
/external/v8/test/mjsunit/ |
D | array-reduce.js | 415 [1].reduce("not a function"); 436 [].reduce(sum); 457 [,,,].reduce(sum);
|
/external/quake/quake/src/QW/server/ |
D | makefile | 5 …DSERVERONLY -I../client -V2.7.2.1 -bi486-linux/ -O6 -Wall -fomit-frame-pointer -fno-strength-reduce
|