Home
last modified time | relevance | path

Searched refs:cell_no (Results 1 – 25 of 37) sorted by relevance

12

/dports/science/cdo/cdo-2.0.0/src/
H A DVerifygrid.cc28 const auto iy = cell_no / nx; in printIndex2D()
29 const auto ix = cell_no - iy * nx; in printIndex2D()
277 for (size_t cell_no = 0; cell_no < gridsize; cell_no++) in create_sorted_point_array() local
279 center_point_array[cell_no * 2 + 0] = grid_center_lon[cell_no]; in create_sorted_point_array()
280 center_point_array[cell_no * 2 + 1] = grid_center_lat[cell_no]; in create_sorted_point_array()
292 for (size_t cell_no = 0; cell_no < gridsize - 1; cell_no++) in create_sorted_point_array() local
343 for (size_t cell_no = 0; cell_no < gridsize - 1; cell_no++) in get_no_unique_center_points() local
345 if (std::fabs(center_points[cell_no * 2 + 0] - center_points[(cell_no + 1) * 2 + 0]) < eps in get_no_unique_center_points()
519 for (size_t cell_no = 0; cell_no < gridsize; cell_no++) in verify_grid() local
523 gcLLtoXYZdeg(grid_center_lon[cell_no], grid_center_lat[cell_no], center_coordinates); in verify_grid()
[all …]
H A DRemapstat.cc229 find_points_yac(std::vector<char> &vmask, size_t cell_no, size_t ncorner, size_t nadds, Varray<size… in find_points_yac() argument
249 const auto lon = xbounds[cell_no * ncorner + k]; in find_points_yac()
250 const auto lat = ybounds[cell_no * ncorner + k]; in find_points_yac()
289 find_points(std::vector<char> &vmask, size_t cell_no, size_t ncorner, size_t nadds, Varray<size_t> … in find_points() argument
304 …set_cell_corners_xyz(ncorner, &xbounds[cell_no * ncorner], &ybounds[cell_no * ncorner], cell_corne… in find_points()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/matrix_free/
H A Ddof_info.templates.h584 const unsigned int cell_no = in reorder_cells() local
606 row_starts[cell_no].second != in reorder_cells()
607 row_starts[cell_no + n_components].second) in reorder_cells()
755 if (row_starts[cell_no * n_components].second != in compute_cell_index_compression()
756 row_starts[(cell_no + 1) * n_components].second) in compute_cell_index_compression()
773 row_starts[cell_no * n_components].first; in compute_cell_index_compression()
777 row_starts[cell_no * n_components].first); in compute_cell_index_compression()
1302 loop([&](const unsigned int cell_no, in compute_tight_partitioners()
1382 loop([&](const unsigned int cell_no, in compute_tight_partitioners()
1909 for (unsigned int cell_no = 0; cell_no < n_macro_cells; ++cell_no) in compute_dof_renumbering() local
[all …]
H A Dmapping_info.h641 const unsigned int cell_no) const
643 AssertIndexRange(cell_no, cell_type.size());
644 return cell_type[cell_no];
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/cpp/algo/
H A Dboxm2_batch_opt2_functors.h167 int cell_no = 2000000; in process_cell()
169 if (index == cell_no) { in process_cell()
210 if (index == cell_no) { in process_cell()
220 if (index == cell_no) { in process_cell()
231 if (index == cell_no) { in process_cell()
H A Dboxm2_batch_functors.h370 constexpr int cell_no = 2000000; in process_cell()
388 if (index == cell_no) { in process_cell()
444 int cell_no = 2000000; in process_cell() local
471 if (index == cell_no) { in process_cell()
478 if (index == cell_no) { in process_cell()
486 if (index == cell_no) { in process_cell()
504 if (index == cell_no) { in process_cell()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/innobase/mem/
H A Dmem0dbg.cc342 ulint cell_no ; in mem_hash_insert() local
348 cell_no = ut_hash_ulint((ulint) heap, MEM_HASH_SIZE); in mem_hash_insert()
359 UT_LIST_ADD_FIRST(list, *mem_hash_get_nth_cell(cell_no), new_node); in mem_hash_insert()
385 ulint cell_no; in mem_hash_remove() local
393 cell_no = ut_hash_ulint((ulint) heap, MEM_HASH_SIZE); in mem_hash_remove()
396 node = UT_LIST_GET_FIRST(*mem_hash_get_nth_cell(cell_no)); in mem_hash_remove()
416 UT_LIST_REMOVE(list, *mem_hash_get_nth_cell(cell_no), node); in mem_hash_remove()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/innobase/mem/
H A Dmem0dbg.cc342 ulint cell_no ; in mem_hash_insert() local
348 cell_no = ut_hash_ulint((ulint) heap, MEM_HASH_SIZE); in mem_hash_insert()
359 UT_LIST_ADD_FIRST(list, *mem_hash_get_nth_cell(cell_no), new_node); in mem_hash_insert()
385 ulint cell_no; in mem_hash_remove() local
393 cell_no = ut_hash_ulint((ulint) heap, MEM_HASH_SIZE); in mem_hash_remove()
396 node = UT_LIST_GET_FIRST(*mem_hash_get_nth_cell(cell_no)); in mem_hash_remove()
416 UT_LIST_REMOVE(list, *mem_hash_get_nth_cell(cell_no), node); in mem_hash_remove()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/innobase/mem/
H A Dmem0dbg.cc342 ulint cell_no ; in mem_hash_insert() local
348 cell_no = ut_hash_ulint((ulint) heap, MEM_HASH_SIZE); in mem_hash_insert()
359 UT_LIST_ADD_FIRST(list, *mem_hash_get_nth_cell(cell_no), new_node); in mem_hash_insert()
385 ulint cell_no; in mem_hash_remove() local
393 cell_no = ut_hash_ulint((ulint) heap, MEM_HASH_SIZE); in mem_hash_remove()
396 node = UT_LIST_GET_FIRST(*mem_hash_get_nth_cell(cell_no)); in mem_hash_remove()
416 UT_LIST_REMOVE(list, *mem_hash_get_nth_cell(cell_no), node); in mem_hash_remove()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/innobase/mem/
H A Dmem0dbg.cc342 ulint cell_no ; in mem_hash_insert() local
348 cell_no = ut_hash_ulint((ulint) heap, MEM_HASH_SIZE); in mem_hash_insert()
359 UT_LIST_ADD_FIRST(list, *mem_hash_get_nth_cell(cell_no), new_node); in mem_hash_insert()
385 ulint cell_no; in mem_hash_remove() local
393 cell_no = ut_hash_ulint((ulint) heap, MEM_HASH_SIZE); in mem_hash_remove()
396 node = UT_LIST_GET_FIRST(*mem_hash_get_nth_cell(cell_no)); in mem_hash_remove()
416 UT_LIST_REMOVE(list, *mem_hash_get_nth_cell(cell_no), node); in mem_hash_remove()
/dports/databases/mysql56-client/mysql-5.6.51/storage/innobase/mem/
H A Dmem0dbg.cc342 ulint cell_no ; in mem_hash_insert() local
348 cell_no = ut_hash_ulint((ulint) heap, MEM_HASH_SIZE); in mem_hash_insert()
359 UT_LIST_ADD_FIRST(list, *mem_hash_get_nth_cell(cell_no), new_node); in mem_hash_insert()
385 ulint cell_no; in mem_hash_remove() local
393 cell_no = ut_hash_ulint((ulint) heap, MEM_HASH_SIZE); in mem_hash_remove()
396 node = UT_LIST_GET_FIRST(*mem_hash_get_nth_cell(cell_no)); in mem_hash_remove()
416 UT_LIST_REMOVE(list, *mem_hash_get_nth_cell(cell_no), node); in mem_hash_remove()
/dports/databases/mysql55-client/mysql-5.5.62/storage/innobase/mem/
H A Dmem0dbg.c338 ulint cell_no ; in mem_hash_insert() local
344 cell_no = ut_hash_ulint((ulint)heap, MEM_HASH_SIZE); in mem_hash_insert()
355 UT_LIST_ADD_FIRST(list, *mem_hash_get_nth_cell(cell_no), new_node); in mem_hash_insert()
381 ulint cell_no; in mem_hash_remove() local
389 cell_no = ut_hash_ulint((ulint)heap, MEM_HASH_SIZE); in mem_hash_remove()
392 node = UT_LIST_GET_FIRST(*mem_hash_get_nth_cell(cell_no)); in mem_hash_remove()
412 UT_LIST_REMOVE(list, *mem_hash_get_nth_cell(cell_no), node); in mem_hash_remove()
/dports/math/gkmap/gkmap-0.2/src/
H A Dcell_array_table.c16 const gchar *cell_no; member
77 gtk_tooltips_set_tip(tooltips,button_array[i][j],attach_values[i][j].cell_no,NULL); in get_cell_array_table()
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/utilities/building-utility/
H A Ddeconstruct.py174 for cell_no, cell in enumerate(all_cells, 1):
183 cell_no)
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/utilities/building-utility/
H A Ddeconstruct.py174 for cell_no, cell in enumerate(all_cells, 1):
183 cell_no)
/dports/games/ponscripter-07th-mod/ponscripter-fork-3.0.0/src/
H A DPonscripterLabel_image.cpp595 int cell_no, SDL_Rect* check_src_rect, in refreshSprite() argument
602 (cell_no >= 0 && sprite_info[sprite_no].current_cell != cell_no) || in refreshSprite()
606 if (cell_no >= 0) sprite_info[sprite_no].setCell(cell_no); in refreshSprite()
/dports/games/onscripter-1byte/onscripter-20200722/
H A DONScripter_image.cpp640 void ONScripter::refreshSprite( int sprite_no, bool active_flag, int cell_no, in refreshSprite() argument
645 (cell_no >= 0 && sprite_info[ sprite_no ].current_cell != cell_no ) || in refreshSprite()
649 if ( cell_no >= 0 ) in refreshSprite()
650 sprite_info[ sprite_no ].setCell(cell_no); in refreshSprite()
H A DONScripter.cpp1130 int i, sprite_no, sprite_no2, cell_no; local
1136 cell_no = -1;
1142 refreshSprite( i, false, cell_no, NULL, NULL );
1148 cell_no = getNumberFromBuffer( &ctl_str );
1151 cell_no = 0;
1152 refreshSprite( sprite_no, true, cell_no, check_src_rect, check_dst_rect );
/dports/games/onscripter/onscripter-20200722/
H A DONScripter_image.cpp640 void ONScripter::refreshSprite( int sprite_no, bool active_flag, int cell_no, in refreshSprite() argument
645 (cell_no >= 0 && sprite_info[ sprite_no ].current_cell != cell_no ) || in refreshSprite()
649 if ( cell_no >= 0 ) in refreshSprite()
650 sprite_info[ sprite_no ].setCell(cell_no); in refreshSprite()
H A DONScripter.cpp1130 int i, sprite_no, sprite_no2, cell_no; local
1136 cell_no = -1;
1142 refreshSprite( i, false, cell_no, NULL, NULL );
1148 cell_no = getNumberFromBuffer( &ctl_str );
1151 cell_no = 0;
1152 refreshSprite( sprite_no, true, cell_no, check_src_rect, check_dst_rect );
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/examples/step-12b/
H A Dstep-12b.cc559 unsigned int cell_no = 0; in refine_grid() local
561 gradient_indicator(cell_no++) *= in refine_grid()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/examples/step-12/
H A Dstep-12.cc524 unsigned int cell_no = 0; in refine_grid() local
526 gradient_indicator(cell_no++) *= in refine_grid()
/dports/biology/subread/subread-2.0.2-source/src/
H A Dinput-blc.c971 …int cell_no = iCache_get_cell_no(cell_barcode_table, cell_barcode_list, cell_barcode, known_cell_b… local
972 if(cell_no>0) (*valid_cell_barcode)++;
1006 …int cell_no = iCache_get_cell_no(cell_barcode_table, cell_barcode_list, cell_barcode, known_cell_b… local
1007 if(cell_no>0) (*valid_cell_barcode)++;
1051 …int cell_no = iCache_get_cell_no(cell_barcode_table, cell_barcode_list, cell_barcode, known_cell_b… local
1054 if(cell_no>0) (*valid_cell_barcode)++;
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/examples/step-33/
H A Dstep-33.cc465 const unsigned int cell_no = cell->active_cell_index(); in compute_refinement_indicators() local
469 refinement_indicators(cell_no) = std::log( in compute_refinement_indicators()
2250 const unsigned int cell_no = cell->active_cell_index(); in refine_grid() local
2255 (std::fabs(refinement_indicators(cell_no)) > parameters.shock_val)) in refine_grid()
2258 (std::fabs(refinement_indicators(cell_no)) < in refine_grid()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/examples/step-43/
H A Dstep-43.cc1651 const unsigned int cell_no = cell->active_cell_index(); in refine_mesh() local
1656 refinement_indicators(cell_no) = grad_saturation[0].norm(); in refine_mesh()
1663 const unsigned int cell_no = cell->active_cell_index(); in refine_mesh() local
1668 (std::fabs(refinement_indicators(cell_no)) > in refine_mesh()
1673 (std::fabs(refinement_indicators(cell_no)) < in refine_mesh()

12