Home
last modified time | relevance | path

Searched refs:DB_Row (Results 1 – 18 of 18) sorted by relevance

/dports/devel/ppl/ppl-1.2/src/
H A DDB_Row_inlines.hh168 DB_Row<T>::DB_Row() in DB_Row() function in Parma_Polyhedra_Library::DB_Row
245 DB_Row<T>::DB_Row(const dimension_type sz, in DB_Row() function in Parma_Polyhedra_Library::DB_Row
253 DB_Row<T>::DB_Row(const dimension_type sz) { in DB_Row() function in Parma_Polyhedra_Library::DB_Row
259 DB_Row<T>::DB_Row(const DB_Row& y) in DB_Row() function in Parma_Polyhedra_Library::DB_Row
269 DB_Row<T>::DB_Row(const DB_Row& y, in DB_Row() function in Parma_Polyhedra_Library::DB_Row
280 DB_Row<T>::DB_Row(const DB_Row& y, in DB_Row() function in Parma_Polyhedra_Library::DB_Row
293 DB_Row<T>::~DB_Row() { in ~DB_Row()
306 DB_Row<T>::m_swap(DB_Row& y) { in m_swap()
317 DB_Row<T>::assign(DB_Row& y) { in assign()
327 DB_Row<T>::operator=(const DB_Row& y) { in operator =()
[all …]
H A DDB_Row_defs.hh123 DB_Row();
172 DB_Row(const DB_Row& y);
178 DB_Row(const DB_Row& y, dimension_type capacity);
186 DB_Row(const DB_Row& y, dimension_type sz, dimension_type capacity);
189 ~DB_Row();
192 DB_Row& operator=(const DB_Row& y);
195 void m_swap(DB_Row& y);
198 void assign(DB_Row& y);
315 void swap(DB_Row<T>& x, DB_Row<T>& y);
331 bool operator==(const DB_Row<T>& x, const DB_Row<T>& y);
[all …]
H A DDB_Matrix_templates.hh65 std::vector<DB_Row<T> > new_rows; in grow()
67 new_rows.insert(new_rows.end(), new_n_rows, DB_Row<T>()); in grow()
84 rows.insert(rows.end(), new_n_rows - old_n_rows, DB_Row<T>()); in grow()
94 new_matrix.rows.insert(new_matrix.rows.end(), new_n_rows, DB_Row<T>()); in grow()
108 DB_Row<T> new_row(rows[i], in grow()
134 DB_Row<T> new_row(rows[i], new_n_rows, new_row_capacity); in grow()
155 std::vector<DB_Row<T> > new_rows; in resize_no_copy()
157 new_rows.insert(new_rows.end(), new_n_rows, DB_Row<T>()); in resize_no_copy()
175 rows.insert(rows.end(), new_n_rows - old_n_rows, DB_Row<T>()); in resize_no_copy()
214 DB_Row<T> new_row(new_n_rows, new_row_capacity); in resize_no_copy()
[all …]
H A DDB_Matrix_defs.hh98 typedef typename std::vector<DB_Row<T> >::const_iterator Iter;
164 std::vector<DB_Row<T> > rows;
206 DB_Row<T>& operator[](dimension_type k);
209 const DB_Row<T>& operator[](dimension_type k) const;
H A DBD_Shape_templates.hh69 DB_Row<N>& dbm_0 = dbm[0]; in BD_Shape()
609 DB_Row<N>& dbm_i = dbm[i]; in concatenate_assign()
1961 DB_Row<N>& x_v = x.dbm[v]; in incremental_shortest_path_closure_assign()
2843 DB_Row<N>& dbm_0 = dbm[0]; in add_space_dimensions_and_project()
2980 DB_Row<N>& dbm_0 = dbm[0]; in map_space_dimensions()
2981 DB_Row<N>& x_0 = x[0]; in map_space_dimensions()
3492 DB_Row<N>& dbm_0 = dbm[0]; in deduce_u_minus_v_bounds()
3493 DB_Row<N>& dbm_v = dbm[v]; in deduce_u_minus_v_bounds()
3546 DB_Row<N>& dbm_v = dbm[v]; in forget_all_dbm_constraints()
3557 DB_Row<N>& dbm_v = dbm[v]; in forget_binary_dbm_constraints()
[all …]
H A DDB_Matrix_inlines.hh47 return std::vector<DB_Row<T> >().max_size(); in max_num_rows()
53 return DB_Row<T>::max_size(); in max_num_columns()
150 inline DB_Row<T>&
157 inline const DB_Row<T>&
222 const DB_Row<T>& x_i = x[i]; in l_m_distance_assign()
223 const DB_Row<T>& y_i = y[i]; in l_m_distance_assign()
H A DDB_Row_templates.hh129 DB_Row<T>::OK(const dimension_type row_size, in OK()
140 const DB_Row<T>& x = *this; in OK()
207 operator==(const DB_Row<T>& x, const DB_Row<T>& y) { in operator ==()
H A DOR_Matrix_defs.hh338 typedef typename DB_Row<T>::iterator element_iterator;
341 typedef typename DB_Row<T>::const_iterator const_element_iterator;
381 DB_Row<T> vec;
H A DDB_Row_types.hh22 class DB_Row;
H A DOR_Matrix_inlines.hh471 const dimension_type k = isqrt(2*DB_Row<T>::max_size() + 1); in max_num_rows()
556 DB_Row<T>::max_size())) { in OR_Matrix()
566 DB_Row<T>::max_size())) { in OR_Matrix()
576 vec_capacity = compute_capacity(y.vec.size(), DB_Row<T>::max_size()); in operator =()
H A Dppl.hh.dist60726 DB_Row(const DB_Row& y);
60746 DB_Row& operator=(const DB_Row& y);
60869 void swap(DB_Row<T>& x, DB_Row<T>& y);
61166 DB_Row<T>::DB_Row()
61257 DB_Row<T>::DB_Row(const DB_Row& y)
61267 DB_Row<T>::DB_Row(const DB_Row& y,
61278 DB_Row<T>::DB_Row(const DB_Row& y,
61291 DB_Row<T>::~DB_Row() {
61304 DB_Row<T>::m_swap(DB_Row& y) {
61315 DB_Row<T>::assign(DB_Row& y) {
[all …]
H A DBox_templates.hh275 const DB_Row<Coeff>& dbm_0 = bds.dbm[0]; in Box()
/dports/databases/pear-DB_ldap2/DB_ldap2-0.5.1/tests/
H A Dfetchmode_object.inc34 echo "--- fetch with default fetchmode DB_FETCHMODE_OBJECT and class DB_Row ---\n";
35 $dbh->setFetchMode(DB_FETCHMODE_OBJECT, 'DB_Row');
/dports/databases/pear-DB_ldap2/DB_ldap2-0.5.1/tests/ldap2/
H A D14fetchmode_object.phpt17 --- fetch with default fetchmode DB_FETCHMODE_OBJECT and class DB_Row ---
/dports/www/crp/CRP/Code/PEAR-DB/
H A Dcommon.inc313 * 'DB_Row' class.
319 * @see DB_Row::DB_Row()
/dports/devel/ppl/ppl-1.2/
H A DSTANDARDS638 6556 : const DB_Row<N>& x_dbm_k = x.dbm[k];
640 26536 : DB_Row<N>& x_dbm_i = x.dbm[i];
H A DChangeLog_2001-200817200 src/DB_Row.inlines.hh, src/DB_Row.templates.hh,
26063 src/DB_Row.inlines.hh, src/DB_Row.templates.hh,
29823 src/DB_Row.inlines.hh, src/DB_Row.templates.hh,
33021 src/DB_Row.defs.hh, src/DB_Row.inlines.hh,
33022 src/DB_Row.templates.hh, src/DB_Row.types.hh,
35793 DB_Row.defs.hh (1.20), DB_Row.inlines.hh (1.19),
43724 src/DB_Row.defs.hh, src/DB_Row.inlines.hh,
44222 src/DB_Row.defs.hh, src/DB_Row.inlines.hh,
51011 src/DB_Row.defs.hh, src/DB_Row.inlines.hh, src/DB_Row.types.hh,
52823 src/DB_Row.inlines.hh, src/DB_Row.types.hh,
[all …]
H A DChangeLog5423 src/DB_Row.defs.hh, src/DB_Row.inlines.hh, src/DB_Row.templates.hh,
9996 src/DB_Matrix.types.hh, src/DB_Row.defs.hh, src/DB_Row.inlines.hh,
9997 src/DB_Row.templates.hh, src/DB_Row.types.hh, src/Dense_Matrix.cc,
10607 src/DB_Row.inlines.hh, src/DB_Row.templates.hh,
10709 src/DB_Row.inlines.hh, src/DB_Row.templates.hh,
11258 src/DB_Row.defs.hh, src/DB_Row.inlines.hh, src/Dense_Matrix.cc,
12037 src/DB_Row.inlines.hh, src/DB_Row.templates.hh,
13750 src/DB_Matrix.types.hh, src/DB_Row.defs.hh, src/DB_Row.inlines.hh,
13751 src/DB_Row.templates.hh, src/DB_Row.types.hh, src/Dense_Matrix.cc,
14629 src/DB_Matrix.types.hh, src/DB_Row.defs.hh, src/DB_Row.inlines.hh,
[all …]