Home
last modified time | relevance | path

Searched refs:tree_index (Results 101 – 125 of 735) sorted by relevance

12345678910>>...30

/dports/security/liboqs/liboqs-0.7.0/src/sig/sphincs/pqclean_sphincs-shake256-256s-simple_clean/
H A Daddress.c76 uint32_t addr[8], uint32_t tree_index) {
77 addr[7] = tree_index;
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/
H A Dboxm2_block.cxx197 int tree_index = 0; in init_empty_block() local
205 treeBlk[10] = (tree_index) & 0xff; in init_empty_block()
206 treeBlk[11] = (tree_index>>8) & 0xff; in init_empty_block()
207 treeBlk[12] = (tree_index>>16) & 0xff; in init_empty_block()
208 treeBlk[13] = (tree_index>>24) & 0xff; in init_empty_block()
213 ++tree_index; in init_empty_block()
217 tree_index += 9; //root + 1st in init_empty_block()
222 tree_index += 1 + 8 + 64; //root + 1st + 2nd in init_empty_block()
228 tree_index += 1 + 8 + 64 + 512; // root + 1st + 2nd + 3rd... in init_empty_block()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/mesh/
H A Deditmesh_select_similar.c212 int tree_index = 0; in similar_face_select_exec() local
270 BLI_kdtree_1d_insert(tree_1d, tree_index++, &area); in similar_face_select_exec()
275 BLI_kdtree_1d_insert(tree_1d, tree_index++, &perimeter); in similar_face_select_exec()
283 BLI_kdtree_3d_insert(tree_3d, tree_index++, normal); in similar_face_select_exec()
289 BLI_kdtree_4d_insert(tree_4d, tree_index++, plane); in similar_face_select_exec()
677 int tree_index = 0; in similar_edge_select_exec() local
698 BLI_kdtree_1d_insert(tree_1d, tree_index++, (float[1]){0.0f}); in similar_edge_select_exec()
721 BLI_kdtree_3d_insert(tree_3d, tree_index++, dir); in similar_edge_select_exec()
726 BLI_kdtree_1d_insert(tree_1d, tree_index++, &length); in similar_edge_select_exec()
732 BLI_kdtree_1d_insert(tree_1d, tree_index++, &angle); in similar_edge_select_exec()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/net/dsa/
H A Dswitch.c91 if (dst->index == info->tree_index && ds->index == info->sw_index && in dsa_switch_bridge_join()
95 if ((dst->index != info->tree_index || ds->index != info->sw_index) && in dsa_switch_bridge_join()
97 return ds->ops->crosschip_bridge_join(ds, info->tree_index, in dsa_switch_bridge_join()
112 if (dst->index == info->tree_index && ds->index == info->sw_index && in dsa_switch_bridge_leave()
116 if ((dst->index != info->tree_index || ds->index != info->sw_index) && in dsa_switch_bridge_leave()
118 ds->ops->crosschip_bridge_leave(ds, info->tree_index, in dsa_switch_bridge_leave()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/dsa/
H A Dswitch.c91 if (dst->index == info->tree_index && ds->index == info->sw_index && in dsa_switch_bridge_join()
95 if ((dst->index != info->tree_index || ds->index != info->sw_index) && in dsa_switch_bridge_join()
97 return ds->ops->crosschip_bridge_join(ds, info->tree_index, in dsa_switch_bridge_join()
112 if (dst->index == info->tree_index && ds->index == info->sw_index && in dsa_switch_bridge_leave()
116 if ((dst->index != info->tree_index || ds->index != info->sw_index) && in dsa_switch_bridge_leave()
118 ds->ops->crosschip_bridge_leave(ds, info->tree_index, in dsa_switch_bridge_leave()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/dsa/
H A Dswitch.c91 if (dst->index == info->tree_index && ds->index == info->sw_index && in dsa_switch_bridge_join()
95 if ((dst->index != info->tree_index || ds->index != info->sw_index) && in dsa_switch_bridge_join()
97 return ds->ops->crosschip_bridge_join(ds, info->tree_index, in dsa_switch_bridge_join()
112 if (dst->index == info->tree_index && ds->index == info->sw_index && in dsa_switch_bridge_leave()
116 if ((dst->index != info->tree_index || ds->index != info->sw_index) && in dsa_switch_bridge_leave()
118 ds->ops->crosschip_bridge_leave(ds, info->tree_index, in dsa_switch_bridge_leave()
/dports/archivers/jzlib/jzlib-1.1.1/src/main/java/com/jcraft/jzlib/
H A DInfCodes.java76 int tree_index=0; field in InfCodes
154 tree_index=ltree_index; in proc()
174 tindex=(tree_index+(b&inflate_mask[j]))*3; in proc()
194 tree_index = tindex/3+tree[tindex+2]; in proc()
233 tree_index=dtree_index; in proc()
251 tindex=(tree_index+(b & inflate_mask[j]))*3; in proc()
265 tree_index = tindex/3 + tree[tindex+2]; in proc()
/dports/math/reduce/Reduce-svn5758-src/jslisp/src/java/org/mathpiper/mpreduce/zip/
H A DInfCodes.java76 int tree_index=0; field in InfCodes
149 tree_index=ltree_index; in proc()
169 tindex=(tree_index+(b&inflate_mask[j]))*3; in proc()
189 tree_index = tindex/3+tree[tindex+2]; in proc()
228 tree_index=dtree_index; in proc()
246 tindex=(tree_index+(b & inflate_mask[j]))*3; in proc()
260 tree_index = tindex/3 + tree[tindex+2]; in proc()
/dports/net/tigervnc-server/tigervnc-1.12.0/java/com/jcraft/jzlib/
H A DInfCodes.java76 int tree_index=0; field in InfCodes
154 tree_index=ltree_index; in proc()
174 tindex=(tree_index+(b&inflate_mask[j]))*3; in proc()
194 tree_index = tindex/3+tree[tindex+2]; in proc()
233 tree_index=dtree_index; in proc()
251 tindex=(tree_index+(b & inflate_mask[j]))*3; in proc()
265 tree_index = tindex/3 + tree[tindex+2]; in proc()
/dports/net/tigervnc-viewer/tigervnc-1.12.0/java/com/jcraft/jzlib/
H A DInfCodes.java76 int tree_index=0; field in InfCodes
154 tree_index=ltree_index; in proc()
174 tindex=(tree_index+(b&inflate_mask[j]))*3; in proc()
194 tree_index = tindex/3+tree[tindex+2]; in proc()
233 tree_index=dtree_index; in proc()
251 tindex=(tree_index+(b & inflate_mask[j]))*3; in proc()
265 tree_index = tindex/3 + tree[tindex+2]; in proc()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bstm/cpp/algo/
H A Dbstm_ingest_boxm2_scene_function.hxx442 int tree_index = 0; in ingest() local
485 tree_index++; in ingest()
598 blk_t_->tree_index( in move_all_time_trees_data()
603 refined_tree.traverse(local_time_ - blk_t_->tree_index(local_time_)), in move_all_time_trees_data()
608 blk_t_->tree_index(local_time_)) { // if the current time is the in move_all_time_trees_data()
646 if (t == blk_t_->tree_index(local_time_) && is_leaf) { in refine_all_time_trees()
680 float trees_local_time = local_time_ - blk_t_->tree_index(local_time_); in place_curr_data()
709 float trees_local_time = local_time_ - blk_t_->tree_index(local_time_); in refine_time_tree()
H A Dbstm_analyze_coherency_function.cxx62 … int bit_index_t = time_tree.traverse(init_local_time - blk_t->tree_index(init_local_time) ); in bstm_analyze_coherency_function()
72 int bit_index_t = time_tree.traverse(t - blk_t->tree_index(t) ); in bstm_analyze_coherency_function()
H A Dbstm_label_bb_function.h78 int bit_index_t = time_tree.traverse(local_time - blk_t->tree_index(local_time) ); in bstm_label_bb()
150 int bit_index_t = time_tree.traverse(local_time - blk_t->tree_index(local_time) ); in bstm_label_oriented_bb()
215 int bit_index_t = time_tree.traverse(local_time - blk_t->tree_index(local_time) ); in bstm_label_ball()
H A Dbstm_refine_blk_in_time_function.hxx117 …if (t_idx == newTimeBlk->tree_index(local_time_)) { //process only if the ti… in refine()
191 float trees_local_time = local_time_ - blk_t_->tree_index(local_time_); in refine_tt()
222 …int curr_time_tree_leaf = refined_time_tree.traverse(local_time_ - blk_t_->tree_index(local_time_)… in move_data()
/dports/devel/brz/breezy-3.2.0/breezy/bzr/
H A Ddirstate.py2189 if entry[1][tree_index][0] == b'a':
2194 if entry[1][tree_index][0] != b'r':
2198 entry[1][tree_index][0],
2199 tree_index))
2200 real_path = entry[1][tree_index][1]
2308 kind = entry[1][tree_index][0]
2680 for tree_index, tree in enumerate(parent_trees):
2682 tree_index = tree_index + 1
3272 % (this_path, tree_index))
3273 if parent_entry[1][tree_index][0] != b'd':
[all …]
/dports/audio/festival/festival/src/modules/hts_engine/
H A DHTS_model.c749 …ex(HTS_Model * model, size_t state_index, const char *string, size_t * tree_index, size_t * pdf_in… in HTS_Model_get_index() argument
755 (*tree_index) = 2; in HTS_Model_get_index()
775 (*tree_index)++; in HTS_Model_get_index()
1585 size_t tree_index, pdf_index; in HTS_Model_add_parameter() local
1588 HTS_Model_get_index(model, state_index, string, &tree_index, &pdf_index); in HTS_Model_add_parameter()
1590 mean[i] += weight * model->pdf[tree_index][pdf_index][i]; in HTS_Model_add_parameter()
1591 vari[i] += weight * model->pdf[tree_index][pdf_index][i + len]; in HTS_Model_add_parameter()
1594 *msd += weight * model->pdf[tree_index][pdf_index][len + len]; in HTS_Model_add_parameter()
1600 HTS_Model_get_index(&ms->duration[voice_index], 2, string, tree_index, pdf_index); in HTS_ModelSet_get_duration_index()
1620 …HTS_Model_get_index(&ms->stream[voice_index][stream_index], state_index, string, tree_index, pdf_i… in HTS_ModelSet_get_parameter_index()
[all …]
/dports/audio/hts_engine-API/hts_engine_API-1.10/lib/
H A DHTS_model.c755 …ex(HTS_Model * model, size_t state_index, const char *string, size_t * tree_index, size_t * pdf_in… in HTS_Model_get_index() argument
761 (*tree_index) = 2; in HTS_Model_get_index()
781 (*tree_index)++; in HTS_Model_get_index()
1613 size_t tree_index, pdf_index; in HTS_Model_add_parameter() local
1616 HTS_Model_get_index(model, state_index, string, &tree_index, &pdf_index); in HTS_Model_add_parameter()
1618 mean[i] += weight * model->pdf[tree_index][pdf_index][i]; in HTS_Model_add_parameter()
1619 vari[i] += weight * model->pdf[tree_index][pdf_index][i + len]; in HTS_Model_add_parameter()
1622 *msd += weight * model->pdf[tree_index][pdf_index][len + len]; in HTS_Model_add_parameter()
1628 HTS_Model_get_index(&ms->duration[voice_index], 2, string, tree_index, pdf_index); in HTS_ModelSet_get_duration_index()
1649 …HTS_Model_get_index(&ms->stream[voice_index][stream_index], state_index, string, tree_index, pdf_i… in HTS_ModelSet_get_parameter_index()
[all …]
/dports/games/flightgear/flightgear-2020.3.11/3rdparty/hts_engine_API/lib/
H A DHTS_model.c755 …ex(HTS_Model * model, size_t state_index, const char *string, size_t * tree_index, size_t * pdf_in… in HTS_Model_get_index() argument
761 (*tree_index) = 2; in HTS_Model_get_index()
781 (*tree_index)++; in HTS_Model_get_index()
1613 size_t tree_index, pdf_index; in HTS_Model_add_parameter() local
1616 HTS_Model_get_index(model, state_index, string, &tree_index, &pdf_index); in HTS_Model_add_parameter()
1618 mean[i] += weight * model->pdf[tree_index][pdf_index][i]; in HTS_Model_add_parameter()
1619 vari[i] += weight * model->pdf[tree_index][pdf_index][i + len]; in HTS_Model_add_parameter()
1622 *msd += weight * model->pdf[tree_index][pdf_index][len + len]; in HTS_Model_add_parameter()
1628 HTS_Model_get_index(&ms->duration[voice_index], 2, string, tree_index, pdf_index); in HTS_ModelSet_get_duration_index()
1649 …HTS_Model_get_index(&ms->stream[voice_index][stream_index], state_index, string, tree_index, pdf_i… in HTS_ModelSet_get_parameter_index()
[all …]
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/hts_engine/
H A DHTS_model.c767 …onst char *string, const RHVoice_parsed_label_string* parsed, size_t * tree_index, size_t * pdf_in… in HTS_Model_get_index() argument
773 (*tree_index) = 2; in HTS_Model_get_index()
793 (*tree_index)++; in HTS_Model_get_index()
1625 size_t tree_index, pdf_index; in HTS_Model_add_parameter() local
1628 HTS_Model_get_index(model, state_index, string, parsed, &tree_index, &pdf_index); in HTS_Model_add_parameter()
1630 mean[i] += weight * model->pdf[tree_index][pdf_index][i]; in HTS_Model_add_parameter()
1631 vari[i] += weight * model->pdf[tree_index][pdf_index][i + len]; in HTS_Model_add_parameter()
1634 *msd += weight * model->pdf[tree_index][pdf_index][len + len]; in HTS_Model_add_parameter()
1640 HTS_Model_get_index(&ms->duration[voice_index], 2, string, parsed, tree_index, pdf_index); in HTS_ModelSet_get_duration_index()
1661 …_index(&ms->stream[voice_index][stream_index], state_index, string, parsed, tree_index, pdf_index); in HTS_ModelSet_get_parameter_index()
[all …]
/dports/math/dune-pdelab/dune-pdelab-20c7085389d3eb4f8ca99e1bc60f7fa6036536c8/dune/pdelab/common/
H A Ddofindex.hh222 View(EntityIndex& entity_index, const TreeIndex& tree_index) in View() argument
224 , _tree_index_view(tree_index) in View()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bstm/cpp/pro/processes/
H A Dbstm_cpp_change_btw_frames_process.cxx124 … int bit_index_t = time_tree.traverse(local_time_0 - blk_t->tree_index(local_time_0) ); in bstm_cpp_change_btw_frames_process()
131 … int bit_index_t = time_tree.traverse(local_time_1 - blk_t->tree_index(local_time_1) ); in bstm_cpp_change_btw_frames_process()
/dports/graphics/py-geopandas/geopandas-0.10.2/geopandas/
H A Dsindex.py527 tree_index = []
532 tree_index.extend(res)
534 return np.vstack([input_geometry_index, tree_index])
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.dg/tree-ssa/
H A Dfoldconst-2.c21 enum tree_index enum
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.dg/tree-ssa/
H A Dfoldconst-2.c21 enum tree_index enum
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/gcc.dg/tree-ssa/
H A Dfoldconst-2.c21 enum tree_index enum

12345678910>>...30