Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/utilities/
DNanMap.java50 public static final float DIV = asNan(0x1103); field in NanMap
DAnimatedFloatExpression.java27 public static final float DIV = asNan(OFFSET + 4); field in AnimatedFloatExpression
/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>());