Home
last modified time | relevance | path

Searched refs:new_space_dim (Results 1 – 19 of 19) sorted by relevance

/dports/devel/ppl/ppl-1.2/src/
H A DGenerator_System.cc41 const dimension_type new_space_dim) { in adjust_topology_and_space_dimension() argument
42 PPL_ASSERT(space_dimension() <= new_space_dim); in adjust_topology_and_space_dimension()
73 sys.set_space_dimension(new_space_dim); in adjust_topology_and_space_dimension()
236 const dimension_type new_space_dim = std::max(g.space_dimension(), in insert() local
239 g.set_space_dimension(new_space_dim); in insert()
270 const dimension_type new_space_dim = std::max(g.space_dimension(), in insert_pending() local
273 g.set_space_dimension(new_space_dim); in insert_pending()
H A DPolyhedron_chdims.cc316 const dimension_type new_space_dim = space_dim - vars.size(); in remove_space_dimensions() local
328 space_dim = new_space_dim; in remove_space_dimensions()
335 if (new_space_dim == 0) { in remove_space_dimensions()
347 space_dim = new_space_dim; in remove_space_dimensions()
H A DGrid_chdims.cc288 const dimension_type new_space_dim = space_dim - vars.size(); in remove_space_dimensions() local
293 space_dim = new_space_dim; in remove_space_dimensions()
301 if (new_space_dim == 0) { in remove_space_dimensions()
312 space_dim = new_space_dim; in remove_space_dimensions()
H A DConstraint_System.cc56 const dimension_type new_space_dim) { in adjust_topology_and_space_dimension() argument
57 PPL_ASSERT(space_dimension() <= new_space_dim); in adjust_topology_and_space_dimension()
93 sys.set_space_dimension(new_space_dim); in adjust_topology_and_space_dimension()
H A DCongruence_System.cc92 ::set_space_dimension(const dimension_type new_space_dim) { in set_space_dimension() argument
93 if (space_dimension() != new_space_dim) { in set_space_dimension()
94 space_dimension_ = new_space_dim; in set_space_dimension()
96 rows[i].set_space_dimension(new_space_dim); in set_space_dimension()
H A DCongruence_System_defs.hh396 bool set_space_dimension(dimension_type new_space_dim);
H A DGenerator_System_defs.hh518 dimension_type new_space_dim);
H A DConstraint_System_defs.hh304 dimension_type new_space_dim);
H A DBD_Shape_templates.hh607 const dimension_type new_space_dim = x_space_dim + y_space_dim; in concatenate_assign() local
2785 const dimension_type new_space_dim = space_dim + m; in add_space_dimensions_and_embed() local
2791 dbm.grow(new_space_dim + 1); in add_space_dimensions_and_embed()
2839 const dimension_type new_space_dim = space_dim + m; in add_space_dimensions_and_project() local
2840 dbm.grow(new_space_dim + 1); in add_space_dimensions_and_project()
2879 if (new_space_dim == 0) { in remove_space_dimensions()
2891 dbm.resize_no_copy(new_space_dim + 1); in remove_space_dimensions()
2938 dbm.resize_no_copy(new_space_dim + 1); in remove_space_dimensions()
2960 if (new_space_dim < space_dim) { in map_space_dimensions()
2966 remove_higher_space_dimensions(new_space_dim); in map_space_dimensions()
[all …]
H A DBox_templates.hh2219 const dimension_type new_space_dim = old_space_dim - vars.size(); in remove_space_dimensions() local
2224 if (is_empty() || new_space_dim == 0) { in remove_space_dimensions()
2225 seq.resize(new_space_dim); in remove_space_dimensions()
2250 PPL_ASSERT(dst == new_space_dim); in remove_space_dimensions()
2251 seq.resize(new_space_dim); in remove_space_dimensions()
2294 const dimension_type new_space_dim = pfunc.max_in_codomain() + 1; in map_space_dimensions() local
2297 remove_higher_space_dimensions(new_space_dim); in map_space_dimensions()
2302 Box<ITV> tmp(new_space_dim); in map_space_dimensions()
H A DOctagonal_Shape_templates.hh3621 const dimension_type new_space_dim = space_dim - vars.size(); in remove_space_dimensions() local
3626 if (new_space_dim == 0) { in remove_space_dimensions()
3671 matrix.shrink(new_space_dim); in remove_space_dimensions()
3672 space_dim = new_space_dim; in remove_space_dimensions()
3690 const dimension_type new_space_dim = pfunc.max_in_codomain() + 1; in map_space_dimensions() local
3693 if (new_space_dim < space_dim) { in map_space_dimensions()
3699 remove_higher_space_dimensions(new_space_dim); in map_space_dimensions()
3704 OR_Matrix<N> x(new_space_dim); in map_space_dimensions()
3758 space_dim = new_space_dim; in map_space_dimensions()
H A Dppl.hh.dist74680 if (new_space_dim == 0) {
74725 matrix.shrink(new_space_dim);
74726 space_dim = new_space_dim;
74758 OR_Matrix<N> x(new_space_dim);
74812 space_dim = new_space_dim;
83338 dbm.grow(new_space_dim + 1);
83387 dbm.grow(new_space_dim + 1);
83426 if (new_space_dim == 0) {
89844 seq.resize(new_space_dim);
89870 seq.resize(new_space_dim);
[all …]
/dports/science/hdf5-18/hdf5-1.8.21/src/
H A DH5Shyper.c4306 unsigned new_space_dim; /* Current dimension in the new dataspace */ in H5S_hyper_project_simple() local
4322 new_space_dim = 0; in H5S_hyper_project_simple()
4331 …for(new_space_dim = 0; new_space_dim < (new_space->extent.rank - base_space->extent.rank); new_spa… in H5S_hyper_project_simple()
4349 new_space->select.sel_info.hslab->app_diminfo[new_space_dim].start = in H5S_hyper_project_simple()
4353 new_space->select.sel_info.hslab->app_diminfo[new_space_dim].count = in H5S_hyper_project_simple()
4355 new_space->select.sel_info.hslab->app_diminfo[new_space_dim].block = in H5S_hyper_project_simple()
4358 new_space->select.sel_info.hslab->opt_diminfo[new_space_dim].start = in H5S_hyper_project_simple()
4360 new_space->select.sel_info.hslab->opt_diminfo[new_space_dim].stride = in H5S_hyper_project_simple()
4362 new_space->select.sel_info.hslab->opt_diminfo[new_space_dim].count = in H5S_hyper_project_simple()
4364 new_space->select.sel_info.hslab->opt_diminfo[new_space_dim].block = in H5S_hyper_project_simple()
[all …]
/dports/math/vtk6/VTK-6.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Shyper.c4285 unsigned new_space_dim; /* Current dimension in the new dataspace */ in H5S_hyper_project_simple() local
4301 new_space_dim = 0; in H5S_hyper_project_simple()
4310 …for(new_space_dim = 0; new_space_dim < (new_space->extent.rank - base_space->extent.rank); new_spa… in H5S_hyper_project_simple()
4328 new_space->select.sel_info.hslab->app_diminfo[new_space_dim].start = in H5S_hyper_project_simple()
4332 new_space->select.sel_info.hslab->app_diminfo[new_space_dim].count = in H5S_hyper_project_simple()
4334 new_space->select.sel_info.hslab->app_diminfo[new_space_dim].block = in H5S_hyper_project_simple()
4337 new_space->select.sel_info.hslab->opt_diminfo[new_space_dim].start = in H5S_hyper_project_simple()
4339 new_space->select.sel_info.hslab->opt_diminfo[new_space_dim].stride = in H5S_hyper_project_simple()
4341 new_space->select.sel_info.hslab->opt_diminfo[new_space_dim].count = in H5S_hyper_project_simple()
4343 new_space->select.sel_info.hslab->opt_diminfo[new_space_dim].block = in H5S_hyper_project_simple()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/src/
H A DH5Shyper.c4661 unsigned new_space_dim; /* Current dimension in the new dataspace */ in H5S__hyper_project_simple() local
4677 new_space_dim = 0; in H5S__hyper_project_simple()
4686 …for(new_space_dim = 0; new_space_dim < (new_space->extent.rank - base_space->extent.rank); new_spa… in H5S__hyper_project_simple()
4704 new_space->select.sel_info.hslab->app_diminfo[new_space_dim].start = in H5S__hyper_project_simple()
4708 new_space->select.sel_info.hslab->app_diminfo[new_space_dim].count = in H5S__hyper_project_simple()
4710 new_space->select.sel_info.hslab->app_diminfo[new_space_dim].block = in H5S__hyper_project_simple()
4713 new_space->select.sel_info.hslab->opt_diminfo[new_space_dim].start = in H5S__hyper_project_simple()
4715 new_space->select.sel_info.hslab->opt_diminfo[new_space_dim].stride = in H5S__hyper_project_simple()
4717 new_space->select.sel_info.hslab->opt_diminfo[new_space_dim].count = in H5S__hyper_project_simple()
4719 new_space->select.sel_info.hslab->opt_diminfo[new_space_dim].block = in H5S__hyper_project_simple()
[all …]
/dports/science/hdf5/hdf5-1.10.6/src/
H A DH5Shyper.c4659 unsigned new_space_dim; /* Current dimension in the new dataspace */ in H5S__hyper_project_simple() local
4675 new_space_dim = 0; in H5S__hyper_project_simple()
4684 …for(new_space_dim = 0; new_space_dim < (new_space->extent.rank - base_space->extent.rank); new_spa… in H5S__hyper_project_simple()
4702 new_space->select.sel_info.hslab->app_diminfo[new_space_dim].start = in H5S__hyper_project_simple()
4706 new_space->select.sel_info.hslab->app_diminfo[new_space_dim].count = in H5S__hyper_project_simple()
4708 new_space->select.sel_info.hslab->app_diminfo[new_space_dim].block = in H5S__hyper_project_simple()
4711 new_space->select.sel_info.hslab->opt_diminfo[new_space_dim].start = in H5S__hyper_project_simple()
4713 new_space->select.sel_info.hslab->opt_diminfo[new_space_dim].stride = in H5S__hyper_project_simple()
4715 new_space->select.sel_info.hslab->opt_diminfo[new_space_dim].count = in H5S__hyper_project_simple()
4717 new_space->select.sel_info.hslab->opt_diminfo[new_space_dim].block = in H5S__hyper_project_simple()
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Shyper.c4484 unsigned new_space_dim; /* Current dimension in the new dataspace */ in H5S_hyper_project_simple() local
4500 new_space_dim = 0; in H5S_hyper_project_simple()
4509 …for(new_space_dim = 0; new_space_dim < (new_space->extent.rank - base_space->extent.rank); new_spa… in H5S_hyper_project_simple()
4527 new_space->select.sel_info.hslab->app_diminfo[new_space_dim].start = in H5S_hyper_project_simple()
4531 new_space->select.sel_info.hslab->app_diminfo[new_space_dim].count = in H5S_hyper_project_simple()
4533 new_space->select.sel_info.hslab->app_diminfo[new_space_dim].block = in H5S_hyper_project_simple()
4536 new_space->select.sel_info.hslab->opt_diminfo[new_space_dim].start = in H5S_hyper_project_simple()
4538 new_space->select.sel_info.hslab->opt_diminfo[new_space_dim].stride = in H5S_hyper_project_simple()
4540 new_space->select.sel_info.hslab->opt_diminfo[new_space_dim].count = in H5S_hyper_project_simple()
4542 new_space->select.sel_info.hslab->opt_diminfo[new_space_dim].block = in H5S_hyper_project_simple()
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/rpl/rgrl/
H A Drgrl_util.cxx95 vnl_vector<double> new_space_dim = region_x1 - region_x0; in global_region_from_inv_xformed_points() local
98 new_space *= new_space_dim[d]; in global_region_from_inv_xformed_points()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Shyper.c6783 unsigned new_space_dim; /* Current dimension in the new dataspace */ in H5S__hyper_project_simple() local
6800 new_space_dim = 0; in H5S__hyper_project_simple()
6809 … for (new_space_dim = 0; new_space_dim < (new_space->extent.rank - base_space->extent.rank); in H5S__hyper_project_simple()
6810 new_space_dim++) { in H5S__hyper_project_simple()
6828 new_space->select.sel_info.hslab->diminfo.app[new_space_dim].start = in H5S__hyper_project_simple()
6832 new_space->select.sel_info.hslab->diminfo.app[new_space_dim].count = in H5S__hyper_project_simple()
6834 new_space->select.sel_info.hslab->diminfo.app[new_space_dim].block = in H5S__hyper_project_simple()
6837 new_space->select.sel_info.hslab->diminfo.opt[new_space_dim].start = in H5S__hyper_project_simple()
6841 new_space->select.sel_info.hslab->diminfo.opt[new_space_dim].count = in H5S__hyper_project_simple()
6843 new_space->select.sel_info.hslab->diminfo.opt[new_space_dim].block = in H5S__hyper_project_simple()
[all …]