Home
last modified time | relevance | path

Searched refs:OP_DIV (Results 126 – 150 of 1278) sorted by relevance

12345678910>>...52

/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/fcpp/
H A Dcpp.h97 #define OP_DIV 6 macro
H A Dcpp5.c827 case OP_DIV: in fpp_evaleval()
832 (op == OP_DIV) ? "divide" : "mod"); in fpp_evaleval()
836 else if (op == OP_DIV) in fpp_evaleval()
/dports/net/lambdamoo/MOO-1.8.1/
H A Dopcode.h52 OP_MULT, OP_DIV, OP_MOD, OP_ADD, OP_MINUS, enumerator
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/bpf/
H A Dbpf_exp.l72 "div" { return OP_DIV; }
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/fcpp/
H A Dcpp5.c827 case OP_DIV: in fpp_evaleval()
832 (op == OP_DIV) ? "divide" : "mod"); in fpp_evaleval()
836 else if (op == OP_DIV) in fpp_evaleval()
/dports/games/zangband/zangband/src/lua/
H A Dlopcodes.h122 OP_DIV,/* - y x x/y */ enumerator
/dports/math/algae/algae-4.3.6/src/
H A Dcode.h57 OP_DIV, enumerator
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/parser/
H A Dfncode.h82 OP_DIV, // 11 enumerator
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/CodeGen/src/
H A DJitter_CodeGen_x86.cpp80 …{ OP_DIV, MATCH_TEMPORARY64, MATCH_REGISTER, MATCH_REGISTER, MATCH_NIL, &CCodeGen_x86::Emit_DivTmp…
81 …{ OP_DIV, MATCH_TEMPORARY64, MATCH_REGISTER, MATCH_MEMORY, MATCH_NIL, &CCodeGen_x86::Emit_DivTmp…
82 …{ OP_DIV, MATCH_TEMPORARY64, MATCH_REGISTER, MATCH_CONSTANT, MATCH_NIL, &CCodeGen_x86::Emit_DivTmp…
83 …{ OP_DIV, MATCH_TEMPORARY64, MATCH_MEMORY, MATCH_REGISTER, MATCH_NIL, &CCodeGen_x86::Emit_DivTmp…
84 …{ OP_DIV, MATCH_TEMPORARY64, MATCH_MEMORY, MATCH_MEMORY, MATCH_NIL, &CCodeGen_x86::Emit_DivTmp…
85 …{ OP_DIV, MATCH_TEMPORARY64, MATCH_MEMORY, MATCH_CONSTANT, MATCH_NIL, &CCodeGen_x86::Emit_DivTmp…
86 …{ OP_DIV, MATCH_TEMPORARY64, MATCH_CONSTANT, MATCH_REGISTER, MATCH_NIL, &CCodeGen_x86::Emit_DivTmp…
87 …{ OP_DIV, MATCH_TEMPORARY64, MATCH_CONSTANT, MATCH_MEMORY, MATCH_NIL, &CCodeGen_x86::Emit_DivTmp…
/dports/math/reduce/Reduce-svn5758-src/csl/fox/src/
H A DFXExpression.cpp122 OP_DIV, enumerator
291 case OP_DIV: in dump()
445 else if(t==TK_DIVIDE) opcode(OP_DIV); in mulexp()
1056 case OP_DIV: *(sp-1)=*(sp-1) / *sp; --sp; break; in evaluate()
/dports/finance/py-python-bitcoinlib/python-bitcoinlib-0.11.0/bitcoin/core/
H A Dscript.py202 OP_DIV = CScriptOp(0x96) variable
331 OP_DIV: 'OP_DIV',
452 'OP_DIV': OP_DIV,
500 OP_OR, OP_XOR, OP_2MUL, OP_2DIV, OP_MUL, OP_DIV, OP_MOD,
/dports/x11-toolkits/fox16/fox-1.6.57/src/
H A DFXExpression.cpp122 OP_DIV, enumerator
291 case OP_DIV: in dump()
445 else if(t==TK_DIVIDE) opcode(OP_DIV); in mulexp()
1056 case OP_DIV: *(sp-1)=*(sp-1) / *sp; --sp; break; in evaluate()
/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/ast/
H A Dunit.c169 OP_DIV, /* Division */ enumerator
943 newnode = NewNode( NULL, OP_DIV, status ); in ComplicateTree()
952 newnode = NewNode( NULL, OP_DIV, status ); in ComplicateTree()
1501 } else if( oper == OP_DIV ) { in DimAnal()
1748 } else if( node->opcode == OP_DIV ) { in FindFactors()
1960 } else if( op == OP_DIV ){ in FixConstants()
2495 } else if( op == OP_DIV ) { in InvertConstants()
3017 } else if( newtree->opcode == OP_DIV ) { in MakeExp()
3744 op = OP_DIV; in MakeTree()
4451 case OP_DIV: in NewNode()
[all …]
/dports/lang/nesasm/nbasic_2004_03_14/source/nesasm/source/
H A Dexpr.c274 case '/': op = OP_DIV; break; in evaluate()
750 case OP_DIV: in do_op()
/dports/lang/huc/huc-3.21/src/mkit/as/
H A Dexpr.c274 case '/': op = OP_DIV; break; in evaluate()
750 case OP_DIV: in do_op()
/dports/math/pspp/pspp-1.4.1/src/language/expressions/
H A Doptimize.c117 else if ((n->type == OP_MUL || n->type == OP_DIV)
124 else if (((n->type == OP_MUL || n->type == OP_DIV || n->type == OP_MOD_nn)
/dports/math/casadi/casadi-3.5.5/casadi/core/
H A Dbinary_mx_impl.hpp116 case OP_DIV: in generate()
130 if (op_==OP_DIV && g.codegen_scalars && dep(1).nnz()==1) { in generate()
H A Dmx_node.cpp707 case OP_DIV: in _get_binary()
744 case OP_DIV: in _get_binary()
759 } else if (op==OP_DIV) { in _get_binary()
760 return -_get_binary(OP_DIV, y->dep(), scX, scY); in _get_binary()
765 return _get_binary(OP_DIV, y->dep(), scX, scY); in _get_binary()
766 } else if (op==OP_DIV) { in _get_binary()
/dports/lang/librep/librep_0.92.7/src/
H A Dbytecodes.h133 #define OP_DIV 0x5a /* push (/ pop[1] pop[2]) */ macro
/dports/games/gltron/gltron-0.70/lua/src/
H A Dlopcodes.h122 OP_DIV,/* - y x x/y */ enumerator
/dports/games/tomenet/tomenet-4.6.0/src/server/lua/
H A Dlopcodes.h122 OP_DIV,/* - y x x/y */ enumerator
/dports/games/scummvm/scummvm-2.5.1/engines/gob/
H A Dexpression.h38 OP_DIV = 6, enumerator
/dports/math/add/add-20180401/
H A Dadd.h220 #define OP_DIV '/' macro
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/gob/
H A Dexpression.h38 OP_DIV = 6, enumerator
/dports/math/z3/z3-z3-4.8.13/src/tactic/arith/
H A Dprobe_arith.cpp155 case OP_IDIV: case OP_DIV: case OP_REM: case OP_MOD: in operator ()()
494 case OP_IDIV: case OP_DIV: case OP_REM: case OP_MOD: in operator ()()
616 case OP_IDIV: case OP_DIV: case OP_REM: case OP_MOD: in operator ()()

12345678910>>...52