Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/Script/
DOperator.h44 DIV = 5, enumerator
173 Operator& Operator::create<Operator::DIV>();
DBinaryOp.h61 IntOperand* BinaryOp<Operator::DIV>::eval(const Module&,
/frameworks/compile/mclinker/lib/Script/
DOperator.cpp224 Operator& Operator::create<Operator::DIV>() in create()
226 static BinaryOp<Operator::DIV> op; in create()
DBinaryOp.cpp32 IntOperand* BinaryOp<Operator::DIV>::eval(const Module& pModule, in eval()
DScriptParser.yy658 &Operator::create<Operator::DIV>());
/frameworks/base/docs/html/tools/sdk/ndk/
Dindex.jd1732 <li>Fixed GCC 4.7 linker DIV usage mismatch errors.