/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/ |
D | 085-incorrect-argument-count.c.expected | 1 0:2(1): preprocessor error: Error: macro MULT invoked with 1 arguments (expected 2) 3 0:3(1): preprocessor error: Error: macro MULT invoked with 1 arguments (expected 2) 5 0:4(1): preprocessor error: Error: macro MULT invoked with 3 arguments (expected 2) 8 MULT() 9 MULT(1) 10 MULT(1,2,3)
|
D | 085-incorrect-argument-count.c | 1 #define MULT(x,y) ((x)*(y)) macro 2 MULT() 3 MULT(1) 4 MULT(1,2,3)
|
/external/mesa3d/src/glsl/glcpp/tests/ |
D | 085-incorrect-argument-count.c.expected | 1 0:2(1): preprocessor error: Error: macro MULT invoked with 1 arguments (expected 2) 3 0:3(1): preprocessor error: Error: macro MULT invoked with 1 arguments (expected 2) 5 0:4(1): preprocessor error: Error: macro MULT invoked with 3 arguments (expected 2) 8 MULT() 9 MULT(1) 10 MULT(1,2,3)
|
D | 085-incorrect-argument-count.c | 1 #define MULT(x,y) ((x)*(y)) macro 2 MULT() 3 MULT(1) 4 MULT(1,2,3)
|
/external/chromium_org/third_party/icu/source/test/perf/perldriver/ |
D | Format.pm | 95 my @MULT = (1 , 1e3, 1e6, 1e9); 101 ++$i while ($a*$MULT[$i] < 1 && $i < @MULT); 103 formatNumber($sigdig, $MULT[$i], $a, $delta) . ' ' . $SUFF[$i];
|
/external/icu4c/test/perf/perldriver/ |
D | Format.pm | 95 my @MULT = (1 , 1e3, 1e6, 1e9); 101 ++$i while ($a*$MULT[$i] < 1 && $i < @MULT); 103 formatNumber($sigdig, $MULT[$i], $a, $delta) . ' ' . $SUFF[$i];
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/Composition/ |
D | Simplify.g3 | 20 : ^( MULT INT ^(VEC (e+=.)+) ) -> ^(VEC ^(MULT INT $e)+) 24 : ^(MULT a=. b=INT {$b.int==0}?) -> $b // x*0 -> 0
|
D | Reduce.g3 | 22 : ^(PLUS i=INT j=INT {$i.int==$j.int}?) -> ^(MULT["*"] INT["2"] $j) 23 | ^(MULT x=INT {$x.int==2}? y=.) -> ^(SHIFT["<<"] $y INT["1"])
|
D | VecMath_Lexer.g3 | 10 MULT : '*';
|
D | VecMath_Parser.g3 | 26 : primary ( ( MULT^ | DOT^ ) primary )*
|
/external/antlr/antlr-3.4/runtime/Perl5/examples/simplecalc/ |
D | SimpleCalc.g | 7 MULT = '*' ; 17 term : factor ( ( MULT | DIV ) factor )* ;
|
/external/antlr/antlr-3.4/runtime/Perl5/t/examples/ |
D | simplecalc.t | 19 MULT = '*' ; 29 term : factor ( ( MULT | DIV ) factor )* ;
|
/external/chromium_org/v8/src/mips/ |
D | constants-mips.cc | 255 case MULT: in InstructionType()
|
D | constants-mips.h | 325 MULT = ((3 << 3) + 0), enumerator
|
D | disasm-mips.cc | 682 case MULT: in DecodeTypeRegister()
|
D | simulator-mips.cc | 1830 case MULT: in ConfigureTypeRegister() 2272 case MULT: in DecodeTypeRegister()
|
/external/v8/src/mips/ |
D | constants-mips.cc | 251 case MULT: in InstructionType()
|
D | constants-mips.h | 320 MULT = ((3 << 3) + 0), enumerator
|
D | disasm-mips.cc | 672 case MULT: in DecodeTypeRegister()
|
D | simulator-mips.cc | 1786 case MULT: in ConfigureTypeRegister() 2203 case MULT: in DecodeTypeRegister()
|
/external/llvm/lib/Target/Mips/ |
D | MipsCodeEmitter.cpp | 324 expandACCInstr(MI, MBB, Mips::MULT); in expandPseudos()
|
D | MipsDSPInstrFormats.td | 206 // MULT sub-class format.
|
D | MipsISelLowering.h | 139 MULT, enumerator
|
D | Mips16InstrInfo.td | 271 // MULT 278 // MULT-LO 841 // Format: MULT rx, ry MIPS16e
|
D | MipsInstrInfo.td | 1032 def MULT : MMRel, Mult<"mult", IIImult, GPR32Opnd, [HI, LO]>, 1036 def PseudoMULT : MultDivPseudo<MULT, ACRegs, GPR32Opnd, MipsMult, IIImult>;
|