Home
last modified time | relevance | path

Searched defs:fCost (Results 1 – 14 of 14) sorted by relevance

/dports/math/gnumeric/gnumeric-1.12.50/plugins/fn-financial/
H A Dsc-fin.c119 get_amordegrc (gnm_float fCost, GDate *nDate, GDate *nFirstPer, in get_amordegrc()
169 get_amorlinc (gnm_float fCost, GDate *nDate, GDate *nFirstPer, in get_amorlinc()
H A Dfunctions.c2931 gnm_float fRestVal, fRate, fCost; in gnumeric_amordegrc() local
2977 gnm_float fCost, fRestVal, fRate; in gnumeric_amorlinc() local
/dports/games/spring/spring_98.0/rts/Sim/Path/Default/
H A DPathFinder.cpp251 const float fCost = gCost + hCost; // f in TestBlock() local
H A DPathDataTypes.h23 float fCost; ///< f member
H A DPathEstimator.cpp628 const float fCost = gCost + hCost; in TestBlock() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/tool/
H A Dinterpr2.cxx1656 double fCost = GetDouble(); in ScSYD() local
1663 double ScInterpreter::ScGetDDB(double fCost, double fSalvage, double fLife, in ScGetDDB()
1692 double fCost = GetDouble(); in ScDDB() local
1710 double fCost = GetDouble(); in ScDB() local
1741 double ScInterpreter::ScInterVDB(double fCost, double fSalvage, double fLife, in ScInterVDB()
1799 double fCost = GetDouble(); in ScVDB() local
1884 double fCost = GetDouble(); in ScSLN() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/tool/
H A Dinterpr2.cxx1664 double fCost = GetDouble(); in ScSYD() local
1671 double ScInterpreter::ScGetDDB(double fCost, double fSalvage, double fLife, in ScGetDDB()
1711 double fCost = GetDouble(); in ScDDB() local
1734 double fCost = GetDouble(); in ScDB() local
1765 double ScInterpreter::ScInterVDB(double fCost, double fSalvage, double fLife, in ScInterVDB()
1816 double fCost, fSalvage, fLife, fStart, fEnd, fFactor, fVdb = 0.0; in ScVDB() local
1917 double fCost = GetDouble(); in ScSLN() local
/dports/games/spring/spring_98.0/rts/Sim/Path/QTPFS/
H A DNode.hpp91 float fCost; member
/dports/editors/libreoffice/libreoffice-7.2.6.2/scaddins/source/analysis/
H A Dfinancial.cxx28 double fCost, sal_Int32 nDate, sal_Int32 nFirstPer, double fRestVal, in getAmordegrc()
41 double fCost, sal_Int32 nDate, sal_Int32 nFirstPer, double fRestVal, in getAmorlinc()
H A Danalysishelper.cxx961 double GetAmordegrc( sal_Int32 nNullDate, double fCost, sal_Int32 nDate, sal_Int32 nFirstPer, in GetAmordegrc()
1006 double GetAmorlinc( sal_Int32 nNullDate, double fCost, sal_Int32 nDate, sal_Int32 nFirstPer, in GetAmorlinc()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/scaddins/source/analysis/
H A Dfinancial.cxx29 double fCost, sal_Int32 nDate, sal_Int32 nFirstPer, double fRestVal, in getAmordegrc()
42 double fCost, sal_Int32 nDate, sal_Int32 nFirstPer, double fRestVal, in getAmorlinc()
H A Danalysishelper.cxx961 double GetAmordegrc( sal_Int32 nNullDate, double fCost, sal_Int32 nDate, sal_Int32 nFirstPer, in GetAmordegrc()
1006 double GetAmorlinc( sal_Int32 nNullDate, double fCost, sal_Int32 nDate, sal_Int32 nFirstPer, in GetAmorlinc()
/dports/games/spring/spring_98.0/AI/Skirmish/RAI/
H A DUnitDefHandler.cpp1031 float fCost=ud->energyCost+(ud->metalCost*EnergyToMetalRatio); in cRAIUnitDefHandler() local
/dports/games/opendungeons/OpenDungeons-0.7.1/source/gamemap/
H A DGameMap.cpp117 inline double fCost() const in fCost() function in AstarEntry