Home
last modified time | relevance | path

Searched refs:op_mod (Results 1 – 25 of 299) sorted by path

12345678910>>...12

/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/glslang/glslang/MachineIndependent/preprocessor/
H A DPp.cpp375 int op_mod(int a, int b) { return a == INT_MIN && b == -1 ? 0 : a % b; } in op_mod() function
403 { '%', MUL, op_mod },
523 if (binop[op].op == op_div || binop[op].op == op_mod) { in eval()
/dports/biology/lamarc/lamarc-2.1.8/boost/python/detail/
H A Doperator_id.hpp16 op_mod, enumerator
/dports/cad/freehdl/freehdl-0.0.7/freehdl/
H A Dstd-vhdl-types.hh249 inline integer op_mod(const integer a, const integer b) { in op_mod() function
/dports/cad/freehdl/freehdl-0.0.7/ieee/
H A Dmath_real.cc858 switch(integer(op_mod(L4ieee_Q9math_real_Y3sin_i59_V1n,4))) { in L4ieee_Q9math_real_Y3sin_i59()
882 switch(integer(op_mod(L4ieee_Q9math_real_Y3cos_i61_V1n,4))) { in L4ieee_Q9math_real_Y3cos_i61()
905 if((op_mod(L4ieee_Q9math_real_Y3tan_i63_V1n,2)==0)) { in L4ieee_Q9math_real_Y3tan_i63()
H A Dnumeric_bit.cc741 …L4ieee_W11numeric_bit_Y4xrol_i79_V6countm=op_mod(L4ieee_W11numeric_bit_Y4xrol_i79_C5count,(L4ieee_… in L4ieee_W11numeric_bit_Y4xrol_i79()
760 …L4ieee_W11numeric_bit_Y4xror_i86_V6countm=op_mod(L4ieee_W11numeric_bit_Y4xror_i86_C5count,(L4ieee_… in L4ieee_W11numeric_bit_Y4xror_i86()
2068 if((op_mod(L4ieee_Q11numeric_bit_Y11to_unsigned_i333_V5i_val,2)==0)) { in L4ieee_Q11numeric_bit_Y11to_unsigned_i333()
2099 if((op_mod(L4ieee_Q11numeric_bit_Y9to_signed_i336_V5i_val,2)==0)) { in L4ieee_Q11numeric_bit_Y9to_signed_i336()
H A Dnumeric_std.cc812 …L4ieee_W11numeric_std_Y4xrol_i84_V6countm=op_mod(L4ieee_W11numeric_std_Y4xrol_i84_C5count,(L4ieee_… in L4ieee_W11numeric_std_Y4xrol_i84()
831 …L4ieee_W11numeric_std_Y4xror_i91_V6countm=op_mod(L4ieee_W11numeric_std_Y4xror_i91_C5count,(L4ieee_… in L4ieee_W11numeric_std_Y4xror_i91()
2551 if((op_mod(L4ieee_Q11numeric_std_Y11to_unsigned_i284_V5i_val,2)==0)) { in L4ieee_Q11numeric_std_Y11to_unsigned_i284()
2582 if((op_mod(L4ieee_Q11numeric_std_Y9to_signed_i287_V5i_val,2)==0)) { in L4ieee_Q11numeric_std_Y9to_signed_i287()
H A Dstd_logic_arith.cc2284 if((op_mod(L4ieee_Q15std_logic_arith_Y13conv_unsigned_i379_V4temp,2)==1)) { in L4ieee_Q15std_logic_arith_Y13conv_unsigned_i379()
2375 if((op_mod(L4ieee_Q15std_logic_arith_Y11conv_signed_i391_V4temp,2)==1)) { in L4ieee_Q15std_logic_arith_Y11conv_signed_i391()
2466 if((op_mod(L4ieee_Q15std_logic_arith_Y21conv_std_logic_vector_i403_V4temp,2)==1)) { in L4ieee_Q15std_logic_arith_Y21conv_std_logic_vector_i403()
/dports/cad/jspice3/jspice3-2.5/src/include/
H A Dfteext.h253 extern struct dvec *op_mod(struct pnode*,struct pnode*);
275 extern struct dvec *op_mod();
/dports/cad/jspice3/jspice3-2.5/src/lib/fte/
H A Devaluate.c181 op_mod(arg1, arg2) in op_mod() function
H A Dparse.c632 { MOD, "%", 2, op_mod } ,
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/thirdparty/pybind11/include/pybind11/
H A Doperators.h26 op_add, op_sub, op_mul, op_div, op_mod, op_divmod, op_pow, op_lshift, enumerator
/dports/cad/netgen/netgen-6.2.2105/external_dependencies/pybind11/include/pybind11/
H A Doperators.h26 op_add, op_sub, op_mul, op_div, op_mod, op_divmod, op_pow, op_lshift, enumerator
/dports/cad/ngspice_rework/ngspice-35/src/frontend/
H A Devaluate.c491 op_mod(struct pnode *arg1, struct pnode *arg2) in op_mod() function
H A Devaluate.h16 struct dvec *op_mod(struct pnode *arg1, struct pnode *arg2);
H A Dparse.c119 { PT_OP_MOD, "%", 2, {(void(*)(void)) op_mod} },
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/deps/pybind11/include/pybind11/
H A Doperators.h27 op_add, op_sub, op_mul, op_div, op_mod, op_divmod, op_pow, op_lshift, enumerator
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/
H A DChangeLog14018 Converted op_mod to put { tag, payload } in { regT1, regT0 }, and
14021 SunSpider reports a 0.2% regression, but a micro-benchmark of op_mod
14022 shows a 12% speedup, and the SunSpider test that uses op_mod most should
15232 The slow case of op_mod should call op_mod's jit stub,
H A DChangeLog-2008-08-1012644 This corrects op_pre_dec, op_negate, op_mod and op_sub.
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/bytecode/
H A DCodeBlock.cpp602 case op_mod: { in dump()
H A DOpcode.h71 macro(op_mod, 4) \
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/
H A DNodesCodegen.cpp1096 opcodeID = op_mod; in emitReadModifyAssignment()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/interpreter/
H A DInterpreter.cpp1593 DEFINE_OPCODE(op_mod) { in privateExecute()
1608 vPC += OPCODE_LENGTH(op_mod); in privateExecute()
1619 vPC += OPCODE_LENGTH(op_mod); in privateExecute()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/jit/
H A DJIT.cpp265 DEFINE_OP(op_mod) in privateCompileMainPass()
403 DEFINE_SLOWCASE_OP(op_mod) in privateCompileSlowCases()
H A DJITStubs.cpp2681 DEFINE_STUB_FUNCTION(EncodedJSValue, op_mod) in DEFINE_STUB_FUNCTION() argument
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/parser/
H A DNodeConstructors.h464 …: BinaryOpNode(globalData, ResultType::numberTypeCanReuse(), expr1, expr2, op_mod, rightHasAssignm… in ModNode()

12345678910>>...12