Home
last modified time | relevance | path

Searched refs:HY_OP_CODE_POWER (Results 1 – 9 of 9) sorted by relevance

/dports/biology/hyphy/hyphy-2.5.33/src/core/include/
H A Ddefines.h193 #define HY_OP_CODE_POWER (1+HY_OP_CODE_ZCDF) // ^ macro
194 #define HY_OP_CODE_OR (1+HY_OP_CODE_POWER) // ||
/dports/biology/hyphy/hyphy-2.5.33/src/core/
H A Dformula.cpp117 this->theFormula.AppendNewInstance (new _Operation (HY_OP_CODE_POWER, 2)); in _Formula()
550 …se_m2->in_object = tgt.theFormula.AppendNewInstance(new _Operation (HY_OP_CODE_POWER,2))-1; // y^{… in InternalDifferentiate()
576 … y_squared->in_object = tgt.theFormula.AppendNewInstance(new _Operation (HY_OP_CODE_POWER,2)) - 1; in InternalDifferentiate()
624 …f_squared->in_object = tgt.theFormula.AppendNewInstance(new _Operation (HY_OP_CODE_POWER, 2)) - 1L; in InternalDifferentiate()
682 …n2->in_object = tgt.theFormula.AppendNewInstance (new _Operation (HY_OP_CODE_POWER,2)) - 1; // pus… in InternalDifferentiate()
733 …_f_squared->in_object = tgt.theFormula.AppendNewInstance(new _Operation (HY_OP_CODE_POWER, 2)) - 1; in InternalDifferentiate()
742 case HY_OP_CODE_POWER: // ^ in InternalDifferentiate()
747 … f_raise_g->in_object = tgt.theFormula.AppendNewInstance(new _Operation (HY_OP_CODE_POWER, 2)) - 1; in InternalDifferentiate()
772 … inverse_f->in_object = tgt.theFormula.AppendNewInstance(new _Operation (HY_OP_CODE_POWER, 2)) - 1; in InternalDifferentiate()
903 case HY_OP_CODE_POWER: { // ^ in InternalSimplify()
[all …]
H A Dmathobj.cpp367 case HY_OP_CODE_POWER: // ^ in ExecuteSingleOp()
415 case HY_OP_CODE_POWER: // ^ in ExecuteSingleOp()
H A Dparser2.cpp488 if (buffered_op == HY_OP_CODE_POWER) { in checkLHS()
959 …tion (*(_String*)BuiltInFunctions(deref == kStringGlobalDeference ? HY_OP_CODE_POWER : HY_OP_CODE_… in Parse()
1077 …tion (*(_String*)BuiltInFunctions(deref == kStringGlobalDeference ? HY_OP_CODE_POWER : HY_OP_CODE_… in Parse()
H A Dfstring.cpp670 case HY_OP_CODE_POWER: { in ExecuteSingleOp()
H A Dparser.cpp1141 simpleOperationCodes<<HY_OP_CODE_POWER; in SetupOperationLists()
H A Dpolynoml.cpp873 case HY_OP_CODE_POWER: // ^ in ExecuteSingleOp()
881 case HY_OP_CODE_POWER: in ExecuteSingleOp()
H A Dtopology.cpp1009 case HY_OP_CODE_POWER: //^ in ExecuteSingleOp()
1101 case HY_OP_CODE_POWER: //^ in ExecuteSingleOp()
H A Dmatrix.cpp1773 case HY_OP_CODE_POWER: // ^ (Poisson log-likelihood) in ExecuteSingleOp()
1816 case HY_OP_CODE_POWER: // ^ (Poisson log-likelihood) in ExecuteSingleOp()