Home
last modified time | relevance | path

Searched refs:max_num_levels (Results 1 – 11 of 11) sorted by relevance

/dports/misc/xgboost/xgboost-1.5.1/cub/test/
H A Dtest_device_histogram.cu1159 int max_num_levels) in TestEven() argument
1165 int max_bins = max_num_levels - 1; in TestEven()
1205 int max_num_levels) in TestRange() argument
1208 int max_bins = max_num_levels - 1; in TestRange()
1250 int max_num_levels) in Test() argument
1276 int max_num_levels) in Test() argument
1290 num_levels[0] = max_num_levels; in Test()
1316 int max_num_levels) in Test() argument
1343 int max_num_levels) in Test() argument
1369 int max_num_levels) in Test() argument
[all …]
/dports/science/hypre/hypre-2.23.0/src/parcsr_ls/
H A DHYPRE_parcsr_mgr.c134 HYPRE_Int max_num_levels, in HYPRE_MGRSetCpointsByContiguousBlock() argument
139 …return( hypre_MGRSetCpointsByContiguousBlock( (void *) solver, block_size, max_num_levels, idx_arr… in HYPRE_MGRSetCpointsByContiguousBlock()
149 HYPRE_Int max_num_levels, in HYPRE_MGRSetCpointsByBlock() argument
153 …return( hypre_MGRSetCpointsByBlock( (void *) solver, block_size, max_num_levels, block_num_coarse_… in HYPRE_MGRSetCpointsByBlock()
163 HYPRE_Int max_num_levels, in HYPRE_MGRSetCpointsByPointMarkerArray() argument
168 …return( hypre_MGRSetCpointsByPointMarkerArray( (void *) solver, block_size, max_num_levels, num_bl… in HYPRE_MGRSetCpointsByPointMarkerArray()
H A Dpar_mgr.c524 HYPRE_Int max_num_levels, in hypre_MGRSetCpointsByContiguousBlock() argument
552 HYPRE_Int max_num_levels, in hypre_MGRSetCpointsByBlock() argument
584 for (i = 0; i < max_num_levels; i++) in hypre_MGRSetCpointsByBlock()
589 for (i = 0; i < max_num_levels; i++) in hypre_MGRSetCpointsByBlock()
598 if(max_num_levels > 0) in hypre_MGRSetCpointsByBlock()
601 for(i=0; i<max_num_levels; i++) in hypre_MGRSetCpointsByBlock()
617 HYPRE_Int max_num_levels, in hypre_MGRSetCpointsByPointMarkerArray() argument
649 for (i = 0; i < max_num_levels; i++) in hypre_MGRSetCpointsByPointMarkerArray()
654 for (i = 0; i < max_num_levels; i++) in hypre_MGRSetCpointsByPointMarkerArray()
663 if(max_num_levels > 0) in hypre_MGRSetCpointsByPointMarkerArray()
[all …]
H A Dpar_amg.c4496 HYPRE_Int i, max_num_levels; in hypre_BoomerAMGSetNonGalerkinTol() local
4509 max_num_levels = hypre_ParAMGDataMaxLevels(amg_data); in hypre_BoomerAMGSetNonGalerkinTol()
4514 nongal_tol_array = hypre_CTAlloc(HYPRE_Real, max_num_levels, HYPRE_MEMORY_HOST); in hypre_BoomerAMGSetNonGalerkinTol()
4519 for (i=0; i < max_num_levels; i++) in hypre_BoomerAMGSetNonGalerkinTol()
4532 HYPRE_Int max_num_levels; in hypre_BoomerAMGSetLevelNonGalerkinTol() local
4547 max_num_levels = hypre_ParAMGDataMaxLevels(amg_data); in hypre_BoomerAMGSetLevelNonGalerkinTol()
4551 nongal_tol_array = hypre_CTAlloc(HYPRE_Real, max_num_levels, HYPRE_MEMORY_HOST); in hypre_BoomerAMGSetLevelNonGalerkinTol()
4555 if (level+1 > max_num_levels) in hypre_BoomerAMGSetLevelNonGalerkinTol()
H A DHYPRE_parcsr_ls.h3657 HYPRE_Int max_num_levels,
3674 HYPRE_Int max_num_levels,
3695 HYPRE_Int max_num_levels,
H A Dprotos.h1387 …etCpointsByBlock( void *mgr_vdata, HYPRE_Int block_size, HYPRE_Int max_num_levels, HYPRE_Int *bl…
1388 …yContiguousBlock( void *mgr_vdata, HYPRE_Int block_size, HYPRE_Int max_num_levels, HYPRE_BigInt …
1389 …PointMarkerArray( void *mgr_vdata, HYPRE_Int block_size, HYPRE_Int max_num_levels, HYPRE_Int *bl…
H A D_hypre_parcsr_ls.h2164 …etCpointsByBlock( void *mgr_vdata, HYPRE_Int block_size, HYPRE_Int max_num_levels, HYPRE_Int *bl…
2165 …yContiguousBlock( void *mgr_vdata, HYPRE_Int block_size, HYPRE_Int max_num_levels, HYPRE_BigInt …
2166 …PointMarkerArray( void *mgr_vdata, HYPRE_Int block_size, HYPRE_Int max_num_levels, HYPRE_Int *bl…
/dports/biology/hyphy/hyphy-2.5.33/src/new/
H A Dbayesgraph2.cpp736 max_num_levels = r_i, in ImputeDiscreteNodeScore() local
758 if (nlev > max_num_levels) { in ImputeDiscreteNodeScore()
759 max_num_levels = nlev; in ImputeDiscreteNodeScore()
766 observed_values (family_size, Maximum (max_num_levels, 3L), false, true); in ImputeDiscreteNodeScore()
991 max_num_levels = r_i, in ImputeCGNodeScore() local
1025 if (nlev > max_num_levels) { in ImputeCGNodeScore()
1026 max_num_levels = nlev; in ImputeCGNodeScore()
1051 observed_values (family_size, Maximum (max_num_levels, 3L), false, true); in ImputeCGNodeScore()
H A Dbgm2.cpp324 long max_num_levels = num_levels.list_data [node_id], in ImputeDiscreteScore() local
327 _SimpleList family_nlevels (max_num_levels); in ImputeDiscreteScore()
343 if (par_nlevels > max_num_levels) { in ImputeDiscreteScore()
344 max_num_levels = par_nlevels; in ImputeDiscreteScore()
348 CreateMatrix (&observed_freqs, family_size, max_num_levels, false, true, false); in ImputeDiscreteScore()
1453 max_num_levels = r_i,
1498 if (family_nlevels.list_data[par+1] > max_num_levels) {
1499 max_num_levels = family_nlevels.list_data[par+1];
1509 CreateMatrix (&reassign_probs, max_num_levels, 1, false, true, false);
/dports/graphics/openjph/OpenJPH-0.7.3/src/core/codestream/
H A Dojph_codestream_local.h285 int max_num_levels; variable
H A Dojph_codestream.cpp2275 max_num_levels = ojph_max(ratio.w, ratio.h); in finalize_alloc()
2276 ui32 val = 1u << (max_num_levels << 1); in finalize_alloc()
2278 ++max_num_levels; in finalize_alloc()
2280 for (int i = 1; i <= max_num_levels; ++i, val >>= 2) in finalize_alloc()