Home
last modified time | relevance | path

Searched refs:theFormula (Results 1 – 6 of 6) sorted by relevance

/dports/biology/hyphy/hyphy-2.5.33/src/core/
H A Dformula.cpp161 theFormula.Duplicate (& f_cast->theFormula); in Duplicate()
261 theFormula.Clear(); in Clear()
317 tgt.theFormula && theFormula.GetItem(src->in_object); in DuplicateFormula()
1919 if (theFormula.empty()) { in Compute()
2043 if (theFormula.lLength) { in Compute()
2186 if (theFormula.empty()) { in AmISimple()
2305 if (theFormula.empty()) { in ConvertFromSimpleList()
2424 if (theFormula.countitems() == f->theFormula.countitems()) { in EqualFormula()
2711 theFormula&& ref.theFormula(i); in LocalizeFormula()
2731 theFormula&& ref.theFormula(i); in LocalizeFormula()
[all …]
H A Dparser2.cpp337 stackD = f->theFormula.lLength; in ExecuteFormula()
338 f->theFormula.lLength = last0+1; in ExecuteFormula()
340 f->theFormula.lLength = stackD; in ExecuteFormula()
894 f->theFormula.Delete (mergeIndex); in Parse()
922 … (((_Operation*)((f->theFormula)(f->theFormula.lLength-1)))->TheCode()) = HY_OP_CODE_MCOORD; in Parse()
992 newF.theFormula.Clear(); in Parse()
1067 … ((_Operation*)f->theFormula(0))->SetAVariable(-((_Operation*)f->theFormula(0))->GetAVariable()-3); in Parse()
1079 newF.theFormula.InsertElement (f->theFormula(lhs_ops), 0, true); in Parse()
1190 lastCode = ((_Operation*)((f->theFormula)(f->theFormula.lLength-1)))->TheCode(); in Parse()
1194 mergeMAccess << f->theFormula.lLength-1; in Parse()
[all …]
H A Dvariable.cpp87 varFormula->theFormula.Duplicate (&v->varFormula->theFormula); in Duplicate()
242 if (varFormula && varFormula->theFormula.lLength) { in ScanForVariables()
620 if (varFormula && varFormula->theFormula.lLength) { in IsConstant()
/dports/biology/hyphy/hyphy-2.5.33/src/core/include/
H A Dformula.h82 _List theFormula; variable
168 return theFormula; in GetList()
195 unsigned long Length (void) const {return theFormula.lLength;} in Length()
H A Dvariable.h76 return (varFormula&&varFormula->theFormula.lLength)? in IsIndependent()
/dports/math/vampire/vampire-4.5.1/Kernel/
H A DFormula.cpp272 const Formula* theFormula; // nullptr means render ")" instead in toString() member
289 const Formula* f = todo.theFormula; in toString()