Home
last modified time | relevance | path

Searched refs:num_neighs (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/recognition/include/pcl/recognition/impl/ransac_based/
H A Dvoxel_structure.hpp124 int num_neighs = 0; in getNeighbors() local
126 voxel = this->getVoxel (x_p1, y_p1, z_p1); if ( voxel ) neighs[num_neighs++] = voxel; in getNeighbors()
127 voxel = this->getVoxel (x_p1, y_p1, z ); if ( voxel ) neighs[num_neighs++] = voxel; in getNeighbors()
128 voxel = this->getVoxel (x_p1, y_p1, z_m1); if ( voxel ) neighs[num_neighs++] = voxel; in getNeighbors()
129 voxel = this->getVoxel (x_p1, y , z_p1); if ( voxel ) neighs[num_neighs++] = voxel; in getNeighbors()
130 voxel = this->getVoxel (x_p1, y , z ); if ( voxel ) neighs[num_neighs++] = voxel; in getNeighbors()
131 voxel = this->getVoxel (x_p1, y , z_m1); if ( voxel ) neighs[num_neighs++] = voxel; in getNeighbors()
132 voxel = this->getVoxel (x_p1, y_m1, z_p1); if ( voxel ) neighs[num_neighs++] = voxel; in getNeighbors()
133 voxel = this->getVoxel (x_p1, y_m1, z ); if ( voxel ) neighs[num_neighs++] = voxel; in getNeighbors()
134 voxel = this->getVoxel (x_p1, y_m1, z_m1); if ( voxel ) neighs[num_neighs++] = voxel; in getNeighbors()
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/src/KOKKOS/
H A Dneigh_list_kokkos.h28 const int num_neighs;
33 num_neighs(_num_neighs), _firstneigh(firstneigh), _stride(stride) {}; in AtomNeighbors()
48 const int num_neighs; variable
53 _firstneigh(firstneigh), num_neighs(_num_neighs), _stride(stride) {}; in AtomNeighborsConst()
100 int& num_neighs(const int & i) const { in num_neighs() function
H A Dpair_snap_kokkos_impl.h135 const int num_neighs = k_list.d_numneigh[i]; in operator() local
136 if (max_neighs<num_neighs) max_neighs = num_neighs; in operator()
689 const int num_neighs = d_numneigh[i]; in operator() local
699 Kokkos::parallel_reduce(Kokkos::ThreadVectorRange(team,num_neighs), in operator()
721 Kokkos::parallel_scan(Kokkos::ThreadVectorRange(team,num_neighs), in operator()
1050 const int num_neighs = d_numneigh[i]; in operator() local
1059 Kokkos::parallel_reduce(Kokkos::TeamThreadRange(team,num_neighs), in operator()
1078 Kokkos::parallel_scan(Kokkos::ThreadVectorRange(team,num_neighs), in operator()
H A Dcompute_orientorder_atom_kokkos.cpp112 const int num_neighs = k_list.d_numneigh[i]; in operator ()() local
113 if (maxneigh < num_neighs) maxneigh = num_neighs; in operator ()()
/dports/net/frr7-pythontools/frr-frr-7.5.1/zebra/
H A Dzebra_evpn_neigh.c95 uint32_t num_neighs = 0; in num_dup_detected_neighs() local
102 return num_neighs; in num_dup_detected_neighs()
107 num_neighs++; in num_dup_detected_neighs()
111 return num_neighs; in num_dup_detected_neighs()
/dports/net/frr7/frr-frr-7.5.1/zebra/
H A Dzebra_evpn_neigh.c95 uint32_t num_neighs = 0; in num_dup_detected_neighs() local
102 return num_neighs; in num_dup_detected_neighs()
107 num_neighs++; in num_dup_detected_neighs()
111 return num_neighs; in num_dup_detected_neighs()
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Ddynamicpaint.c4838 const int num_neighs = adj_data->n_num[index]; in dynamic_paint_prepare_adjacency_cb() local
4840 for (int i = 0; i < num_neighs; i++) { in dynamic_paint_prepare_adjacency_cb()