Home
last modified time | relevance | path

Searched refs:sparse_idx (Results 1 – 5 of 5) sorted by relevance

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/util/bitset/demo/
H A Dbm_sparse_sample.cpp81 unsigned sparse_idx = bv.count_range(0, 100 - 1); in main() local
82 cout << "Element " << 100 << " " << svect[sparse_idx] << endl; in main()
86 unsigned sparse_idx = bv.count_range(0, 90001 - 1); in main() local
87 cout << "Element " << 90001 << " " << svect[sparse_idx] << endl; in main()
100 unsigned sparse_idx = bv.count_range(0, 100 - 1, rs_index); in main() local
101 cout << "Element " << 100 << " " << svect[sparse_idx] << endl; in main()
105 unsigned sparse_idx = bv.count_range(0, 90001 - 1, rs_index); in main() local
106 cout << "Element " << 90001 << " " << svect[sparse_idx] << endl; in main()
116 unsigned sparse_idx = en.count()-1; in main() local
117 cout << "Element " << bit_idx << " " << svect[sparse_idx] << endl; in main()
/dports/science/conduit/conduit-0.8.0/src/libs/blueprint/
H A Dconduit_blueprint_mesh_examples_venn.cpp196 index_t sparse_idx = 0; in build_material_sparse() local
201 sparse_element_ids[sparse_idx] = (int32)idx; in build_material_sparse()
202 sparse_val[sparse_idx] = src_val[idx]; in build_material_sparse()
204 matset_area_val[sparse_idx] = element_area; in build_material_sparse()
205 matset_importance_val[sparse_idx] = material_importance; in build_material_sparse()
207 sparse_idx += 1; in build_material_sparse()
/dports/biology/ncbi-toolkit/ncbi/tools/
H A Dreaddb.h1160 Int4 sparse_idx;/* Sparse indexes indicator */ member
1661 Int4 sparse_idx; /* To use only limited set of text ids to dump for member
1756 Boolean sparse_idx, /* [in] should sparce ISAM indices be used? */
H A Dreaddb.c3840 rdfp->sparse_idx = ((ISAMDataPtr) rdfp->sisam_opt)->idx_option; in readdb_new_internalEx()
5209 if(rdfp->sparse_idx) { in readdb_seqid2fasta()
5380 if(rdfp->sparse_idx) { in readdb_acc2fasta()
7901 sparse_idx, Boolean test_non_unique, Boolean parse_deflines, in FDBOptionsNew() argument
7964 options->sparse_idx = sparse_idx; in FDBOptionsNew()
9016 Int4 sparse_idx, in FormatdbCreateStringIndex() argument
9069 if((error = ISAMMakeIndex(isamp, 0, sparse_idx)) != ISAMNoError) { in FormatdbCreateStringIndex()
9265 fdbp->options->sparse_idx)) != LOOKUP_NO_ERROR) { in FDBDumpDefline()
10012 fdbp->options->sparse_idx)) != LOOKUP_NO_ERROR) { in process_sep()
10286 fdbp->options->sparse_idx, in FDBFinish()
[all …]
/dports/biology/ncbi-toolkit/ncbi/demo/
H A Dfdselect.c239 options->sparse_idx = flt_args[4].intvalue; in FDB_CreateCLOptions()