Home
last modified time | relevance | path

Searched refs:estimatedCost (Results 1 – 25 of 690) sorted by relevance

12345678910>>...28

/dports/databases/sqlite3/sqlite-src-3350500/ext/misc/
H A Dwholenumber.c223 pIdxInfo->estimatedCost = 1e99; in wholenumberBestIndex()
225 pIdxInfo->estimatedCost = (double)5; in wholenumberBestIndex()
227 pIdxInfo->estimatedCost = (double)1; in wholenumberBestIndex()
H A Dprefixes.c214 pIdxInfo->estimatedCost = (double)10; in prefixesBestIndex()
218 pIdxInfo->estimatedCost = (double)1000000000; in prefixesBestIndex()
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/misc/
H A Dwholenumber.c222 pIdxInfo->estimatedCost = (double)100000000; in wholenumberBestIndex()
224 pIdxInfo->estimatedCost = (double)5; in wholenumberBestIndex()
226 pIdxInfo->estimatedCost = (double)1; in wholenumberBestIndex()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/misc/
H A Dwholenumber.c223 pIdxInfo->estimatedCost = (double)100000000; in wholenumberBestIndex()
225 pIdxInfo->estimatedCost = (double)5; in wholenumberBestIndex()
227 pIdxInfo->estimatedCost = (double)1; in wholenumberBestIndex()
H A Dprefixes.c214 pIdxInfo->estimatedCost = (double)10; in prefixesBestIndex()
218 pIdxInfo->estimatedCost = (double)1000000000; in prefixesBestIndex()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/misc/
H A Dwholenumber.c223 pIdxInfo->estimatedCost = (double)100000000; in wholenumberBestIndex()
225 pIdxInfo->estimatedCost = (double)5; in wholenumberBestIndex()
227 pIdxInfo->estimatedCost = (double)1; in wholenumberBestIndex()
H A Dprefixes.c214 pIdxInfo->estimatedCost = (double)10; in prefixesBestIndex()
218 pIdxInfo->estimatedCost = (double)1000000000; in prefixesBestIndex()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Pathfinder/
H A DPathSearch.cs139 var estimatedCost = gCost + hCost; in Expand()
140 Graph[neighborCPos] = new CellInfo(gCost, estimatedCost, currentMinNode, CellStatus.Open); in Expand()
143 OpenQueue.Add(new GraphConnection(neighborCPos, estimatedCost)); in Expand()
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/fts5/
H A Dfts5_vocab.c267 pInfo->estimatedCost = 100; in fts5VocabBestIndexMethod()
269 pInfo->estimatedCost = 1000000; in fts5VocabBestIndexMethod()
273 pInfo->estimatedCost = pInfo->estimatedCost / 2; in fts5VocabBestIndexMethod()
278 pInfo->estimatedCost = pInfo->estimatedCost / 2; in fts5VocabBestIndexMethod()
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/fts3/
H A Dfts3_aux.c193 pInfo->estimatedCost = 5; in fts3auxBestIndexMethod()
196 pInfo->estimatedCost = 20000; in fts3auxBestIndexMethod()
200 pInfo->estimatedCost /= 2; in fts3auxBestIndexMethod()
205 pInfo->estimatedCost /= 2; in fts3auxBestIndexMethod()
210 pInfo->estimatedCost--; in fts3auxBestIndexMethod()
/dports/databases/sqlite3/sqlite-src-3350500/ext/fts3/
H A Dfts3_aux.c193 pInfo->estimatedCost = 5; in fts3auxBestIndexMethod()
196 pInfo->estimatedCost = 20000; in fts3auxBestIndexMethod()
200 pInfo->estimatedCost /= 2; in fts3auxBestIndexMethod()
205 pInfo->estimatedCost /= 2; in fts3auxBestIndexMethod()
210 pInfo->estimatedCost--; in fts3auxBestIndexMethod()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/fts3/
H A Dfts3_aux.c193 pInfo->estimatedCost = 5; in fts3auxBestIndexMethod()
196 pInfo->estimatedCost = 20000; in fts3auxBestIndexMethod()
200 pInfo->estimatedCost /= 2; in fts3auxBestIndexMethod()
205 pInfo->estimatedCost /= 2; in fts3auxBestIndexMethod()
210 pInfo->estimatedCost--; in fts3auxBestIndexMethod()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/fts3/
H A Dfts3_aux.c193 pInfo->estimatedCost = 5; in fts3auxBestIndexMethod()
196 pInfo->estimatedCost = 20000; in fts3auxBestIndexMethod()
200 pInfo->estimatedCost /= 2; in fts3auxBestIndexMethod()
205 pInfo->estimatedCost /= 2; in fts3auxBestIndexMethod()
210 pInfo->estimatedCost--; in fts3auxBestIndexMethod()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/src/trace_processor/sqlite/
H A Dsqlite_table.cc83 info.estimated_cost = idx->estimatedCost; in BestIndexInternal()
92 idx->estimatedCost = info.estimated_cost; in BestIndexInternal()
116 idx->estimatedCost, static_cast<int64_t>(idx->estimatedRows)); in BestIndexInternal()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/trace_processor/sqlite/
H A Dsqlite_table.cc83 info.estimated_cost = idx->estimatedCost; in BestIndexInternal()
105 idx->estimatedCost = info.estimated_cost; in BestIndexInternal()
129 idx->estimatedCost, static_cast<int64_t>(idx->estimatedRows)); in BestIndexInternal()
/dports/databases/sqlite3/sqlite-src-3350500/ext/fts5/
H A Dfts5_vocab.c291 pInfo->estimatedCost = 100; in fts5VocabBestIndexMethod()
293 pInfo->estimatedCost = 1000000; in fts5VocabBestIndexMethod()
297 pInfo->estimatedCost = pInfo->estimatedCost / 2; in fts5VocabBestIndexMethod()
302 pInfo->estimatedCost = pInfo->estimatedCost / 2; in fts5VocabBestIndexMethod()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/fts5/
H A Dfts5_vocab.c290 pInfo->estimatedCost = 100; in fts5VocabBestIndexMethod()
292 pInfo->estimatedCost = 1000000; in fts5VocabBestIndexMethod()
296 pInfo->estimatedCost = pInfo->estimatedCost / 2; in fts5VocabBestIndexMethod()
301 pInfo->estimatedCost = pInfo->estimatedCost / 2; in fts5VocabBestIndexMethod()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/fts5/
H A Dfts5_vocab.c291 pInfo->estimatedCost = 100; in fts5VocabBestIndexMethod()
293 pInfo->estimatedCost = 1000000; in fts5VocabBestIndexMethod()
297 pInfo->estimatedCost = pInfo->estimatedCost / 2; in fts5VocabBestIndexMethod()
302 pInfo->estimatedCost = pInfo->estimatedCost / 2; in fts5VocabBestIndexMethod()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/ext/fts3/
H A Dfts3_aux.c168 pInfo->estimatedCost = 5; in fts3auxBestIndexMethod()
171 pInfo->estimatedCost = 20000; in fts3auxBestIndexMethod()
175 pInfo->estimatedCost /= 2; in fts3auxBestIndexMethod()
180 pInfo->estimatedCost /= 2; in fts3auxBestIndexMethod()
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/cdogs/
H A DAStar.c60 float estimatedCost; member
153 return record->estimatedCost + record->cost; in GetNodeRank()
161 static void SetNodeEstimatedCost(Node n, float estimatedCost) in SetNodeEstimatedCost() argument
164 record->estimatedCost = estimatedCost; in SetNodeEstimatedCost()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dtest_fs.c186 pIdxInfo->estimatedCost = 1000000000.0; in fsdirBestIndex()
196 pIdxInfo->estimatedCost = 1.0; in fsdirBestIndex()
404 pIdxInfo->estimatedCost = 100000.0; in fstreeBestIndex()
409 pIdxInfo->estimatedCost = 1000000000.0; in fstreeBestIndex()
786 pIdxInfo->estimatedCost = 1.0; in fsBestIndex()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dtest_fs.c186 pIdxInfo->estimatedCost = 1000000000.0; in fsdirBestIndex()
196 pIdxInfo->estimatedCost = 1.0; in fsdirBestIndex()
412 pIdxInfo->estimatedCost = 100000.0; in fstreeBestIndex()
417 pIdxInfo->estimatedCost = 1000000000.0; in fstreeBestIndex()
794 pIdxInfo->estimatedCost = 1.0; in fsBestIndex()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dtest_fs.c186 pIdxInfo->estimatedCost = 1000000000.0; in fsdirBestIndex()
196 pIdxInfo->estimatedCost = 1.0; in fsdirBestIndex()
404 pIdxInfo->estimatedCost = 100000.0; in fstreeBestIndex()
409 pIdxInfo->estimatedCost = 1000000000.0; in fstreeBestIndex()
786 pIdxInfo->estimatedCost = 1.0; in fsBestIndex()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dtest_fs.c186 pIdxInfo->estimatedCost = 1000000000.0; in fsdirBestIndex()
196 pIdxInfo->estimatedCost = 1.0; in fsdirBestIndex()
404 pIdxInfo->estimatedCost = 100000.0; in fstreeBestIndex()
409 pIdxInfo->estimatedCost = 1000000000.0; in fstreeBestIndex()
786 pIdxInfo->estimatedCost = 1.0; in fsBestIndex()
/dports/devel/fossil/fossil-src-2.17/src/
H A Dfoci.c126 pIdxInfo->estimatedCost = 1000000000.0; in fociBestIndex()
138 pIdxInfo->estimatedCost = 1.0; in fociBestIndex()

12345678910>>...28