Searched refs:MULT (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/test/perf/perldriver/
H A 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];
/macosx-10.10.1/awk-20/src/
H A Dytab.h95 MULT = 311, enumerator in enum:yytokentype
192 #define MULT 311 macro
H A Dytabh.bak84 MULT = 310,
179 #define MULT 310
H A Dmaketab.c61 { MULT, "arith", " * " },
H A Dawkgram.y57 %token <i> ADD MINUS MULT DIVIDE MOD
355 | term '*' term { $$ = op2(MULT, $1, $3); }
H A Dytab.c122 MULT = 311, enumerator in enum:yytokentype
219 #define MULT 311 macro
734 "MINUS", "MULT", "DIVIDE", "MOD", "ASSIGN", "ASGNOP", "ADDEQ", "SUBEQ",
3213 { (yyval.p) = op2(MULT, (yyvsp[(1) - (3)].p), (yyvsp[(3) - (3)].p)); }
H A Dytabc.bak108 MULT = 310,
203 #define MULT 310
597 "LSUBSTR", "MATCHFCN", "NEXT", "NEXTFILE", "ADD", "MINUS", "MULT",
2893 { (yyval.p) = op2(MULT, (yyvsp[-2].p), (yyvsp[0].p)); }
H A Drun.c1021 case MULT:
/macosx-10.10.1/file-46/file/src/
H A Dapprentice.c401 #define MULT 10 macro
402 size_t val = 2 * MULT; /* baseline strength */
411 val += 1 * MULT;
417 val += 2 * MULT;
424 val += 4 * MULT;
429 val += m->vallen * MULT;
434 val += m->vallen * MULT / 2;
439 val += m->vallen * MAX(MULT / m->vallen, 1);
453 val += 4 * MULT;
468 val += 8 * MULT;
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Mips/
H A DMipsISelDAGToDAG.cpp447 MultOpc = (Opcode == ISD::UMUL_LOHI ? Mips::MULTu : Mips::MULT);
468 return SelectMULT(Node, NodeTy == MVT::i32 ? Mips::MULT : Mips::DMULT,
474 MultOpc = (Opcode == ISD::MULHU ? Mips::MULTu : Mips::MULT);
H A DMipsISelLowering.h118 MULT, enumerator in enum:llvm::MipsISD::NodeType
H A DMipsISelLowering.cpp100 case MipsISD::MULT: return "MipsISD::MULT";
401 // here, which will result in MultNode being mapped to a single MULT
402 // instruction node rather than a pair of MULT and MADD instructions being
474 // here, which will result in MultNode being mapped to a single MULT
475 // instruction node rather than a pair of MULT and MSUB instructions being
2436 return LowerDSPIntr(Op, DAG, MipsISD::MULT, false, true);
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclParseExpr.c96 #define MULT 12 macro
1025 while ((lexeme == MULT) || (lexeme == DIVIDE) || (lexeme == MOD)) {
1723 infoPtr->lexeme = MULT;
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclCompExpr.c234 #define MULT ( BINARY | 4) macro
343 PREC_MULT, /* MULT */
398 INST_MULT, /* MULT */
1841 *lexemePtr = MULT;
/macosx-10.10.1/ruby-106/ruby/
H A Dvm.c1048 OP(MULT, MULT), (C(Fixnum), C(Float));

Completed in 153 milliseconds