Home
last modified time | relevance | path

Searched refs:extraCost (Results 1 – 25 of 26) sorted by relevance

12

/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Db_node.c503 fixed_t nx, ny, extraCost; in B_Build_Nodes() local
522 extraCost = 0; in B_Build_Nodes()
532 extraCost = 5000; //because diaginal in B_Build_Nodes()
541 extraCost = 5000; //because diaginal in B_Build_Nodes()
550 extraCost = 5000; //because diaginal in B_Build_Nodes()
559 extraCost = 5000; //because diaginal in B_Build_Nodes()
577 node->costDir[angle] = B_GetNodeCost(node->dir[angle]) + extraCost; in B_Build_Nodes()
/dports/math/clp/Clp-1.17.3/Clp/src/
H A DAbcSimplexPrimal.hpp184 const double extraCost[4],
H A DAbcSimplexPrimal.cpp4098 const double extraCost[4], in createUpdateDuals()
/dports/chinese/libime/libime-1.0.9/src/libime/pinyin/
H A Dpinyindictionary.cpp290 float extraCost = fuzzies * fuzzyCost; in matchWordsOnTrie() local
293 [&path, &callback, extraCost](PinyinTrie::value_type value, in matchWordsOnTrie()
308 value + extraCost + overLengthCost); in matchWordsOnTrie()
321 [&path, &callback, extraCost](PinyinTrie::value_type value, in matchWordsOnTrie()
329 callback(encodedPinyin, hanzi, value + extraCost); in matchWordsOnTrie()
/dports/www/kf5-kjs/kjs-5.89.0/src/kjs/
H A Dcollector.cpp173 size_t extraCost; member
253 heap.extraCost += cost; in recordExtraCost()
339 size_t newCost = numNewObjects + heap.extraCost; in allocate()
860 heap.extraCost = 0; in collect()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DCollector.cpp346 if (m_heap.extraCost > maxExtraCost && m_heap.extraCost > m_heap.usedBlocks * BLOCK_SIZE / 2) { in recordExtraCost()
354 m_heap.extraCost += cost; in recordExtraCost()
1241 m_heap.extraCost = 0; in reset()
1267 m_heap.extraCost = 0; in collectAllGarbage()
H A DCollector.h67 size_t extraCost; member
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DCollector.cpp352 if (m_heap.extraCost > maxExtraCost && m_heap.extraCost > m_heap.usedBlocks * BLOCK_SIZE / 2) { in recordExtraCost()
360 m_heap.extraCost += cost; in recordExtraCost()
1276 m_heap.extraCost = 0; in reset()
1302 m_heap.extraCost = 0; in collectAllGarbage()
H A DCollector.h67 size_t extraCost; member
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DCollector.cpp352 if (m_heap.extraCost > maxExtraCost && m_heap.extraCost > m_heap.usedBlocks * BLOCK_SIZE / 2) { in recordExtraCost()
360 m_heap.extraCost += cost; in recordExtraCost()
1276 m_heap.extraCost = 0; in reset()
1302 m_heap.extraCost = 0; in collectAllGarbage()
H A DCollector.h67 size_t extraCost; member
/dports/games/spring/spring_98.0/rts/Sim/Path/Default/
H A DPathFinder.cpp244 const float extraCost = blockStates.GetNodeExtraCost(square.x, square.y, pfDef.synced); in TestBlock() local
247 const float nodeCost = (dirMoveCost / speedMod) + extraCost; in TestBlock()
H A DPathEstimator.cpp623 const float extraCost = blockStates.GetNodeExtraCost(square.x, square.y, peDef.synced); in TestBlock() local
624 const float nodeCost = vertexCosts[vertexIdx] + flowCost + extraCost; in TestBlock()
/dports/chinese/libime-jyutping/libime-jyutping-1.0.3/src/libime/jyutping/
H A Djyutpingdictionary.cpp279 float extraCost = fuzzies * fuzzyCost; in matchWordsOnTrie() local
286 [&path, &callback, extraCost](JyutpingTrie::value_type value, in matchWordsOnTrie()
294 callback(encodedJyutping, hanzi, value + extraCost); in matchWordsOnTrie()
/dports/net-mgmt/observium/observium/mibs/infinet/
H A DAQUAMINT-MIB112 extraCost Integer32,
246 extraCost OBJECT-TYPE
1201 extraCost,
/dports/devel/spark/spark-2.1.1/docs/
H A Dgraphx-programming-guide.md488 (id, oldCost, extraCost) => oldCost + extraCost)
514 (id: VertexId, oldCost: Double, extraCost: Double) => oldCost + extraCost)
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/
H A DChangeLog3615 so that allocation, which is more common, doesn't have to check extraCost.
H A DChangeLog-2008-08-1027494 ternary expression as extraCost will always be zero for the numeric
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/
H A DChangeLog3629 so that allocation, which is more common, doesn't have to check extraCost.
H A DChangeLog-2008-08-1027494 ternary expression as extraCost will always be zero for the numeric
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/
H A DChangeLog3629 so that allocation, which is more common, doesn't have to check extraCost.
H A DChangeLog-2008-08-1027494 ternary expression as extraCost will always be zero for the numeric
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/
H A DChangeLog-2011-02-163171 (JSC::Heap::reportExtraMemoryCostSlowCase): When we're over the extraCost
H A DChangeLog-2010-05-2412814 so that allocation, which is more common, doesn't have to check extraCost.
H A DChangeLog-2008-08-1027494 ternary expression as extraCost will always be zero for the numeric

12