Home
last modified time | relevance | path

Searched defs:totalCost (Results 1 – 25 of 262) sorted by relevance

1234567891011

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/valgrind/callgrind/
H A Dcallgrinddatamodel.cpp258 quint64 totalCost = d->m_data->totalCost(i); in data() local
280 const quint64 totalCost = d->m_data->totalCost(d->m_event); in data() local
286 const quint64 totalCost = d->m_data->totalCost(d->m_event); in data() local
H A Dcallgrindproxymodel.cpp149 const quint64 totalCost = data->totalCost(0); in filterAcceptsRow() local
H A Dcallgrindcallmodel.cpp176 const quint64 totalCost = d->m_data->totalCost(d->m_event); in data() local
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/
H A Dqgstilecache.h54 … static int totalCost() { QMutexLocker locker( &sTileCacheMutex ); return sTileCache.totalCost(); } in totalCost() function
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/actions/
H A DClearAction.cpp71 money32 totalCost = 0; in QueryExecute() local
118 money32 totalCost = 0; in ClearSceneryFromTile() local
H A DLandSmoothAction.cpp95 money32 totalCost = 0; in SmoothLandRowByEdge() local
238 money32 totalCost = 0; in SmoothLandRowByCorner() local
/dports/misc/ompl/ompl-1.5.2/src/ompl/base/objectives/src/
H A DStateCostIntegralObjective.cpp55 Cost totalCost = this->identityCost(); in motionCost() local
/dports/converters/wkhtmltopdf/qt-5db36ec/src/qt3support/tools/
H A Dq3gcache.h75 int totalCost() const { return tCost; } in totalCost() function
/dports/math/ogdf/OGDF/src/ogdf/planarity/
H A DPlanarSubgraphBoyerMyrvold.cpp67 int totalCost = 0; in doCall() local
/dports/devel/datadraw/datadraw3.1.1/dataview/
H A Ddwanneal.c20 int64 totalCost = 0; in findInitialTemperature() local
/dports/devel/qmake/qt-x11-free-3.3.8/src/tools/
H A Dqgcache.h69 int totalCost() const { return tCost; } in totalCost() function
H A Dqcache.h61 int totalCost() const { return QGCache::totalCost(); } in totalCost() function
H A Dqasciicache.h63 int totalCost() const { return QGCache::totalCost(); } in totalCost() function
H A Dqintcache.h62 int totalCost() const { return QGCache::totalCost(); } in totalCost() function
/dports/graphics/qgis/qgis-3.22.3/src/core/
H A Dqgstilecache.cpp69 int QgsTileCache::totalCost() in totalCost() function in QgsTileCache
/dports/www/wt/wt-4.6.1/src/Wt/Payment/
H A DOrder.C51 void Order::setTotalOrderCost(const Money& totalCost) in setTotalOrderCost()
/dports/math/py-or-tools/or-tools-9.2/examples/contrib/
H A DStiglerMIP.java169 MPVariable totalCost = solver.makeNumVar(0, 1000, "total_cost"); in solve() local
/dports/devel/kcachegrind/kcachegrind-21.12.3/libviews/
H A Dcallitem.cpp79 ProfileCostArray* totalCost; in updateCost() local
/dports/graphics/qgis/qgis-3.22.3/src/app/devtools/profiler/
H A Dqgsprofilerpanelwidget.cpp119 const auto totalCost = index.data( m_totalCostRole ).toDouble(); in paint() local
/dports/graphics/qgis-ltr/qgis-3.16.16/src/app/devtools/profiler/
H A Dqgsprofilerpanelwidget.cpp119 const auto totalCost = index.data( m_totalCostRole ).toDouble(); in paint() local
/dports/java/apache-commons-lang/commons-lang-2.6-src/src/main/java/org/apache/commons/lang/reflect/
H A DMemberUtils.java148 float totalCost = 0.0f; in getTotalTransformationCost() local
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sword25/math/
H A Dwalkregion.cpp139 int totalCost = (*curNodeIter).cost + cost; in relaxNodes() local
154 int totalCost = (*curNodeIter).cost + curNodePos.distance(endPointPos); in relaxEndPoint() local
/dports/games/scummvm/scummvm-2.5.1/engines/sword25/math/
H A Dwalkregion.cpp139 int totalCost = (*curNodeIter).cost + cost; in relaxNodes() local
154 int totalCost = (*curNodeIter).cost + curNodePos.distance(endPointPos); in relaxEndPoint() local
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/pal/
H A Dproblem.h211 double totalCost = 0; variable
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/les/utils/
H A Dlimiter_test.go52 expCost, totalCost uint member

1234567891011