Home
last modified time | relevance | path

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

/dports/math/gap/gap-4.11.0/pkg/ferret-1.0.2/YAPB++/source/rbase/
H A Dbuild_rbase.hpp125 vec1<int> best_cells; in choose_branch_cell() local
134 best_cells.clear(); in choose_branch_cell()
135 best_cells.push_back(branch_cell); in choose_branch_cell()
139 best_cells.push_back(branch_cell); in choose_branch_cell()
144 if(best_cells.empty()) in choose_branch_cell()
147 return best_cells[(random() % best_cells.size())+1]; in choose_branch_cell()
/dports/graphics/s2/s2geometry-0.9.0/src/s2/
H A Ds2builderutil_snap_functions_test.cc172 for (S2CellId parent : *best_cells) { in GetS2CellIdMinVertexSeparation()
183 best_cells->clear(); in GetS2CellIdMinVertexSeparation()
194 if (best_cells->insert(id).second && --num_to_keep <= 0) break; in GetS2CellIdMinVertexSeparation()
221 set<S2CellId> best_cells; in TEST() local
283 int level, set<S2CellId>* best_cells) { in GetS2CellIdMinEdgeSeparation() argument
313 for (S2CellId parent : *best_cells) { in GetS2CellIdMinEdgeSeparation()
363 best_cells->clear(); in GetS2CellIdMinEdgeSeparation()
381 if (best_cells->insert(nbr).second && --num_to_keep <= 0) { in GetS2CellIdMinEdgeSeparation()
393 set<S2CellId> best_cells; in GetS2CellIdMinEdgeSeparation() local
394 best_cells.insert(kSearchRootId); in GetS2CellIdMinEdgeSeparation()
[all …]
/dports/graphics/py-s2/s2geometry-0.9.0/src/s2/
H A Ds2builderutil_snap_functions_test.cc172 for (S2CellId parent : *best_cells) { in GetS2CellIdMinVertexSeparation()
183 best_cells->clear(); in GetS2CellIdMinVertexSeparation()
194 if (best_cells->insert(id).second && --num_to_keep <= 0) break; in GetS2CellIdMinVertexSeparation()
221 set<S2CellId> best_cells; in TEST() local
283 int level, set<S2CellId>* best_cells) { in GetS2CellIdMinEdgeSeparation() argument
313 for (S2CellId parent : *best_cells) { in GetS2CellIdMinEdgeSeparation()
363 best_cells->clear(); in GetS2CellIdMinEdgeSeparation()
381 if (best_cells->insert(nbr).second && --num_to_keep <= 0) { in GetS2CellIdMinEdgeSeparation()
393 set<S2CellId> best_cells; in GetS2CellIdMinEdgeSeparation() local
394 best_cells.insert(kSearchRootId); in GetS2CellIdMinEdgeSeparation()
[all …]
/dports/graphics/tesseract/tesseract-5.0.0/src/textord/
H A Dtopitch.h119 ICOORDELT_LIST *best_cells, // row cells
131 ICOORDELT_LIST *best_cells, // row cells
H A Dtopitch.cpp1107 ICOORDELT_LIST *best_cells, // row cells in tune_row_pitch() argument
1124 best_mid_cuts, best_cells, testing_on); in tune_row_pitch()
1131 initial_pitch, best_sp_sd, best_mid_cuts, best_cells, testing_on); in tune_row_pitch()
1149 best_cells->clear(); in tune_row_pitch()
1150 best_it.set_to_list(best_cells); in tune_row_pitch()
1171 best_cells->clear(); in tune_row_pitch()
1172 best_it.set_to_list(best_cells); in tune_row_pitch()
1206 ICOORDELT_LIST *best_cells, // row cells in tune_row_pitch2() argument
1270 initial_pitch, best_sp_sd, best_mid_cuts, best_cells, testing_on, in tune_row_pitch2()