Home
last modified time | relevance | path

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

/dports/games/briquolo/briquolo-0.5.7/src/
H A DExplosionBriqueSouffle.cpp47 _Tableau=static_cast<TableauJeu *>(p_Brique->GetTableau()); in ExplosionBriqueSouffle()
74 _Tableau=static_cast<TableauJeu *>(p_Brique->GetTableau()); in ExplosionBriqueSouffle()
H A DElementTableau.h54 TableauBase * GetTableau() const;
H A DElementTableau.cpp68 TableauBase * ElementTableau::GetTableau() const in GetTableau() function in ElementTableau
/dports/math/gambit/gambit-16.0.1/library/include/gambit/linalg/
H A Dlpsolve.h71 const LPTableau<T> &GetTableau(void) const { return tab; } in GetTableau() function
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/MBSKernelLib/
H A Dtimeint.h160 int GetTableau(mystr tabname, int stages); //tableau-nummer ausw�hlen
H A Dtimeint.cpp3069 int TimeInt::GetTableau(mystr tabname, int stages) in GetTableau() function in TimeInt
3412 act_tableau=GetTableau(solset.tableauname, solset.maxstages); in Integrate()