Home
last modified time | relevance | path

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

/dports/misc/libpostal/libpostal-1.1-alpha/src/
H A Dgeodb_builder.c568 khash_t(int_set) *distinct_ids = kh_init(int_set); in import_geonames()
609 if (kh_size(distinct_ids) > 1) { in import_geonames()
617 kh_foreach_key(distinct_ids, key, { in import_geonames()
635 kh_clear(int_set, distinct_ids); in import_geonames()
638 key = kh_get(int_set, distinct_ids, g->geonames_id); in import_geonames()
639 if (key == kh_end(distinct_ids)) { in import_geonames()
668 key = kh_get(int_set, distinct_ids, g->geonames_id); in import_geonames()
670 if (key == kh_end(distinct_ids)) { in import_geonames()
671 key = kh_put(int_set, distinct_ids, g->geonames_id, &ret); in import_geonames()
716 kh_destroy(int_set, distinct_ids); in import_geonames()
/dports/biology/iqtree/IQ-TREE-2.0.6/main/
H A Dtreetesting.cpp454 distinct_ids.push_back(it->second); in countDistinctTrees()
456 distinct_ids.push_back(-1); in countDistinctTrees()
465 distinct_ids.push_back(-1); in countDistinctTrees()
482 return distinct_ids.size(); in countDistinctTrees()
1024 …string treeset_file, Params &params, IQTree *tree, vector<TreeInfo> &info, IntVector &distinct_ids) in evaluateTrees() argument
1032 if (ntrees < distinct_ids.size()) { in evaluateTrees()
1140 for (tree_index = 0, tid = 0; tree_index < distinct_ids.size(); tree_index++) { in evaluateTrees()
1143 if (distinct_ids[tree_index] >= 0) { in evaluateTrees()
1144 cout << " / identical to tree " << distinct_ids[tree_index]+1 << endl; in evaluateTrees()
1473 IntVector distinct_ids; in evaluateTrees() local
[all …]
H A Dtreetesting.h97 …tring treeset_file, Params &params, IQTree *tree, vector<TreeInfo> &info, IntVector &distinct_ids);
/dports/databases/pg_citus/citus-10.2.3/src/test/regress/sql/
H A Dwith_modifying.sql240 WITH distinct_ids AS (
245 id IN (SELECT * FROM distinct_ids) RETURNING *
250 WITH distinct_ids AS (
255 id IN (SELECT * FROM distinct_ids) RETURNING *
/dports/databases/pg_citus/citus-10.2.3/src/test/regress/expected/
H A Dwith_modifying.out381 WITH distinct_ids AS (
386 id IN (SELECT * FROM distinct_ids) RETURNING *
395 WITH distinct_ids AS (
400 id IN (SELECT * FROM distinct_ids) RETURNING *
/dports/biology/iqtree/IQ-TREE-2.0.6/obsolete/
H A Dguidedbootstrap.cpp1291 IntVector distinct_ids; in runBootLhTest() local
1292 evaluateTrees(params, &boot_tree, info, distinct_ids); in runBootLhTest()