Searched refs:OP_MOD (Results 1 – 20 of 20) sorted by relevance
/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
D | OpCodes.java | 235 public static final int OP_MOD = 14; field in OpCodes
|
D | Compiler.java | 149 case OpCodes.OP_MOD : in compile()
|
D | XPathParser.java | 1094 insertOp(addPos, 2, OpCodes.OP_MOD); in MultiplicativeExpr()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_target_gm107.cpp | 62 case OP_MOD: in isOpSupported()
|
D | nv50_ir_target_nv50.cpp | 430 case OP_MOD: in isOpSupported()
|
D | nv50_ir_target_nvc0.cpp | 427 if (op == OP_POW || op == OP_SQRT || op == OP_DIV || op == OP_MOD) in isOpSupported()
|
D | nv50_ir.h | 56 OP_MOD, enumerator
|
D | nv50_ir_lowering_nvc0.cpp | 169 case OP_MOD: in visit() 2696 case OP_MOD: in visit()
|
D | nv50_ir_lowering_nv50.cpp | 597 case OP_MOD: in visit()
|
D | nv50_ir_peephole.cpp | 1155 case OP_MOD: in opnd()
|
/external/skia/third_party/lua/src/ |
D | lopcodes.h | 191 OP_MOD,/* A B C R(A) := RK(B) % RK(C) */ enumerator
|
D | lvm.c | 430 case OP_MOD: case OP_POW: case OP_UNM: case OP_LEN: in luaV_finishOp() 629 vmcase(OP_MOD, in luaV_execute()
|
D | ldebug.c | 456 case OP_MOD: tm = TM_MOD; break; in getfuncname()
|
D | lcode.c | 716 if ((op == OP_DIV || op == OP_MOD) && e2->u.nval == 0) in constfolding()
|
/external/syslinux/com32/lua/src/ |
D | lopcodes.h | 191 OP_MOD,/* A B C R(A) := RK(B) % RK(C) */ enumerator
|
D | lvm.c | 453 case OP_MOD: case OP_POW: case OP_UNM: case OP_LEN: in luaV_finishOp() 652 vmcase(OP_MOD, in luaV_execute()
|
D | ldebug.c | 469 case OP_MOD: tm = TM_MOD; break; in getfuncname()
|
D | lcode.c | 716 if ((op == OP_DIV || op == OP_MOD) && e2->u.nval == 0) in constfolding()
|
/external/libchrome/base/test/ |
D | trace_event_analyzer.cc | 413 case OP_MOD: in EvaluateArithmeticOperator() 660 return Query(*this, rhs, OP_MOD); in operator %()
|
D | trace_event_analyzer.h | 557 OP_MOD, enumerator
|