Home
last modified time | relevance | path

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

/dports/biology/hyphy/hyphy-2.5.33/src/core/
H A Dmatrix.cpp2881 _Formula * entryFla = GetFormula(r,c); in FillInList() local
2882 if (entryFla) { in FillInList()
2883 HBLObjectRef computedValue = FetchObjectFromFormulaByType (*entryFla, STRING); in FillInList()
6364 _Formula * entryFla = (((_Formula**)theData)[ind1*vDim+ind2]); in GetMatrixCell() local
6365 if (entryFla) { in GetMatrixCell()
6366 return (HBLObjectRef)entryFla->Compute()->makeDynamic(); in GetMatrixCell()