Home
last modified time | relevance | path

Searched refs:MULT (Results 1 – 25 of 35) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
D085-incorrect-argument-count.c.expected1 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)
D085-incorrect-argument-count.c1 #define MULT(x,y) ((x)*(y)) macro
2 MULT()
3 MULT(1)
4 MULT(1,2,3)
/external/mesa3d/src/glsl/glcpp/tests/
D085-incorrect-argument-count.c.expected1 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)
D085-incorrect-argument-count.c1 #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/
DFormat.pm95 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/
DFormat.pm95 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/
DSimplify.g320 : ^( MULT INT ^(VEC (e+=.)+) ) -> ^(VEC ^(MULT INT $e)+)
24 : ^(MULT a=. b=INT {$b.int==0}?) -> $b // x*0 -> 0
DReduce.g322 : ^(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"])
DVecMath_Lexer.g310 MULT : '*';
DVecMath_Parser.g326 : primary ( ( MULT^ | DOT^ ) primary )*
/external/antlr/antlr-3.4/runtime/Perl5/examples/simplecalc/
DSimpleCalc.g7 MULT = '*' ;
17 term : factor ( ( MULT | DIV ) factor )* ;
/external/antlr/antlr-3.4/runtime/Perl5/t/examples/
Dsimplecalc.t19 MULT = '*' ;
29 term : factor ( ( MULT | DIV ) factor )* ;
/external/chromium_org/v8/src/mips/
Dconstants-mips.cc255 case MULT: in InstructionType()
Dconstants-mips.h325 MULT = ((3 << 3) + 0), enumerator
Ddisasm-mips.cc682 case MULT: in DecodeTypeRegister()
Dsimulator-mips.cc1830 case MULT: in ConfigureTypeRegister()
2272 case MULT: in DecodeTypeRegister()
/external/v8/src/mips/
Dconstants-mips.cc251 case MULT: in InstructionType()
Dconstants-mips.h320 MULT = ((3 << 3) + 0), enumerator
Ddisasm-mips.cc672 case MULT: in DecodeTypeRegister()
Dsimulator-mips.cc1786 case MULT: in ConfigureTypeRegister()
2203 case MULT: in DecodeTypeRegister()
/external/llvm/lib/Target/Mips/
DMipsCodeEmitter.cpp324 expandACCInstr(MI, MBB, Mips::MULT); in expandPseudos()
DMipsDSPInstrFormats.td206 // MULT sub-class format.
DMipsISelLowering.h139 MULT, enumerator
DMips16InstrInfo.td271 // MULT
278 // MULT-LO
841 // Format: MULT rx, ry MIPS16e
DMipsInstrInfo.td1032 def MULT : MMRel, Mult<"mult", IIImult, GPR32Opnd, [HI, LO]>,
1036 def PseudoMULT : MultDivPseudo<MULT, ACRegs, GPR32Opnd, MipsMult, IIImult>;

12