Home
last modified time | relevance | path

Searched refs:powerDeriv (Results 1 – 5 of 5) sorted by relevance

/dports/science/dynare/dynare-4.6.4/preprocessor/src/
H A DDataTree.cc384 return AddBinaryOp(iArg1, BinaryOpcode::powerDeriv, iArg2, powerDerivOrder); in AddPowerDeriv()
910 if (isBinaryOpUsed(BinaryOpcode::powerDeriv)) in writePowerDerivCHeader()
917 if (isBinaryOpUsed(BinaryOpcode::powerDeriv)) in writePowerDeriv()
H A DExprNode.cc4082 case BinaryOpcode::powerDeriv: in composeDerivatives()
4136 if (op_code != BinaryOpcode::powerDeriv) in unpackPowerDeriv()
4184 case BinaryOpcode::powerDeriv: in precedence()
4224 case BinaryOpcode::powerDeriv: in precedenceJson()
4283 case BinaryOpcode::powerDeriv: in cost()
4310 case BinaryOpcode::powerDeriv: in cost()
4391 case BinaryOpcode::powerDeriv: in eval_opcode()
4463 if (op_code == BinaryOpcode::powerDeriv) in compile()
4586 if (op_code == BinaryOpcode::powerDeriv) in writeJsonOutput()
4693 if (op_code == BinaryOpcode::powerDeriv) in writeOutput()
[all …]
H A DCodeInterpreter.hh214 powerDeriv, // for the derivative of the power function (see trac ticket #78) enumerator
/dports/science/dynare/dynare-4.6.4/mex/sources/bytecode/
H A DEvaluate.cc897 case BinaryOpcode::powerDeriv: in compute_block_time()
H A DErrorHandling.hh1495 case BinaryOpcode::powerDeriv: in print_expression()