Home
last modified time | relevance | path

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

/dports/databases/grass7/grass-7.8.6/raster/r.describe/
H A Dtree.c23 #define NCATS 100 macro
28 char cat[NCATS];
55 idx = -(-cat / NCATS) - 1; in add_node_to_tree()
56 offset = cat - idx * NCATS - 1; in add_node_to_tree()
59 idx = cat / NCATS; in add_node_to_tree()
60 offset = cat - idx * NCATS; in add_node_to_tree()
62 if (offset < 0 || offset >= NCATS) in add_node_to_tree()
170 if (curoffset >= NCATS) { in next_cat()
180 *cat = idx * NCATS + curoffset + 1; in next_cat()
182 *cat = idx * NCATS + curoffset; in next_cat()
/dports/databases/grass7/grass-7.8.6/lib/raster/
H A Dcell_stats.c22 static const int NCATS = 1 << SHIFT; variable
164 count = node->count = (long *)G_calloc(i = NCATS, sizeof(long)); in init_node()
333 if (s->curoffset >= NCATS) { in Rast_next_cell_stat()
/dports/databases/grass7/grass-7.8.6/raster/r.mapcalc/
H A Dmap3.c266 #define NCATS (1<<SHIFT) macro
294 key = -(((-cat - 1) >> SHIFT) << SHIFT) - NCATS; in translate_from_cats()
305 for (i = 0; i < NCATS; i++) { in translate_from_cats()
H A Dmap.c319 #define NCATS (1<<SHIFT) macro
351 key = -(((-cat - 1) >> SHIFT) << SHIFT) - NCATS; in translate_from_cats()
361 for (i = 0; i < NCATS; i++) { in translate_from_cats()
/dports/science/rdkit/rdkit-Release_2021_03_5/Contrib/NIBRSubstructureFilters/
H A DSubstructureFilter_HitTriaging_wPubChemExamples.csv74 … Loomis, C. R. Large scale storage stability analysis of molecules in the NCATS SMR (formerly MLSM…
136 … Loomis, C. R. Large scale storage stability analysis of molecules in the NCATS SMR (formerly MLSM…
137 … Loomis, C. R. Large scale storage stability analysis of molecules in the NCATS SMR (formerly MLSM…
200 … Loomis, C. R. Large scale storage stability analysis of molecules in the NCATS SMR (formerly MLSM…
223 … Loomis, C. R. Large scale storage stability analysis of molecules in the NCATS SMR (formerly MLSM…
260 … Loomis, C. R. Large scale storage stability analysis of molecules in the NCATS SMR (formerly MLSM…
283 … Loomis, C. R. Large scale storage stability analysis of molecules in the NCATS SMR (formerly MLSM…
307 … Loomis, C. R. Large scale storage stability analysis of molecules in the NCATS SMR (formerly MLSM…
327 … Loomis, C. R. Large scale storage stability analysis of molecules in the NCATS SMR (formerly MLSM…
389 … Loomis, C. R. Large scale storage stability analysis of molecules in the NCATS SMR (formerly MLSM…
[all …]