Home
last modified time | relevance | path

Searched refs:DIV (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Script/
DOperator.h37 DIV = 5, enumerator
165 Operator& Operator::create<Operator::DIV>();
DBinaryOp.h56 IntOperand* BinaryOp<Operator::DIV>::eval(const Module&,
/frameworks/compile/mclinker/lib/Script/
DOperator.cpp167 Operator& Operator::create<Operator::DIV>() { in create()
168 static BinaryOp<Operator::DIV> op; in create()
DBinaryOp.cpp35 IntOperand* BinaryOp<Operator::DIV>::eval(const Module& pModule, in eval()
DScriptParser.yy669 &Operator::create<Operator::DIV>());
/frameworks/base/docs/html/ndk/downloads/
Drevision_history.jd1362 <li>Fixed GCC 4.7 linker DIV usage mismatch errors.