Home
last modified time | relevance | path

Searched refs:set_representation (Results 1 – 25 of 89) sorted by relevance

1234

/dports/science/py-rmf/rmf-1.3.1/include/RMF/decorator/
H A Drepresentation.h92 void set_representation(Ints v) { in set_representation() function
111 void set_representation(const NodeConstHandles &v) { in set_representation() function
113 set_representation(set_it(v)); in set_representation()
129 void set_representation(const NodeHandles &v) { in set_representation() function
131 set_representation(set_it(v)); in set_representation()
148 void set_representation(const NodeIDs &v) { in set_representation() function
150 set_representation(set_it(v)); in set_representation()
/dports/science/rmf/rmf-1.3.1/include/RMF/decorator/
H A Drepresentation.h92 void set_representation(Ints v) { in set_representation() function
111 void set_representation(const NodeConstHandles &v) { in set_representation() function
113 set_representation(set_it(v)); in set_representation()
129 void set_representation(const NodeHandles &v) { in set_representation() function
131 set_representation(set_it(v)); in set_representation()
148 void set_representation(const NodeIDs &v) { in set_representation() function
150 set_representation(set_it(v)); in set_representation()
/dports/devel/ppl/ppl-1.2/src/
H A DCongruence_System_inlines.hh105 rows[i].set_representation(representation()); in Congruence_System()
134 Congruence_System::set_representation(Representation r) { in set_representation() function in Parma_Polyhedra_Library::Congruence_System
140 rows[i].set_representation(r); in set_representation()
H A DGrid_Generator_System_inlines.hh109 Grid_Generator_System::set_representation(Representation r) { in set_representation() function in Parma_Polyhedra_Library::Grid_Generator_System
110 sys.set_representation(r); in set_representation()
H A DCongruence_inlines.hh68 Congruence::set_representation(Representation r) { in set_representation() function in Parma_Polyhedra_Library::Congruence
69 expr.set_representation(r); in set_representation()
H A DGrid_Generator_inlines.hh156 Grid_Generator::set_representation(Representation r) { in set_representation() function in Parma_Polyhedra_Library::Grid_Generator
157 expr.set_representation(r); in set_representation()
H A DCongruence_System.cc115 cg.set_representation(representation()); in insert_verbatim()
155 cgs.rows[i].set_representation(representation()); in insert()
509 cg_old.set_representation(representation()); in concatenate()
H A DGenerator_System_inlines.hh82 Generator_System::set_representation(Representation r) { in set_representation() function in Parma_Polyhedra_Library::Generator_System
83 sys.set_representation(r); in set_representation()
H A DConstraint_System_inlines.hh87 Constraint_System::set_representation(Representation r) { in set_representation() function in Parma_Polyhedra_Library::Constraint_System
88 sys.set_representation(r); in set_representation()
H A DGrid_Generator_System_defs.hh209 void set_representation(Representation r);
H A DLinear_Expression.cc166 PPL::Linear_Expression::set_representation(Representation r) { in set_representation() function in PPL::Linear_Expression
H A DCongruence_System_defs.hh157 void set_representation(Representation r);
H A DCongruence_defs.hh203 void set_representation(Representation r);
H A DLinear_System_templates.hh80 tmp.back().set_representation(representation()); in merge_rows_assign()
98 tmp.back().set_representation(representation()); in merge_rows_assign()
269 r.set_representation(representation()); in insert_pending_no_ok()
H A DGenerator_System_defs.hh218 void set_representation(Representation r);
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Simulation/Model/
H A DAppearance.h125 void set_representation(const OpenSim::VisualRepresentation& rep) { in set_representation() function
126 upd_SurfaceProperties().set_representation(rep); } in set_representation()
H A DContactGeometry.cpp70 defaultAppearance.set_representation(VisualRepresentation::DrawWireframe); in constructProperties()
/dports/math/lidia/lidia-2.3.0+latte-patches-2014-10-04/src/base/include/LiDIA/
H A Dbase_matrix.h160 set_representation(art & matrix_flags::representation); in set_storage_mode()
175 void set_representation(unsigned long art) in set_representation() function
178 this->bitfield.set_representation(art); in set_representation()
781 void set_representation(unsigned long art) in set_representation() function
785 bigint_value.bitfield.set_representation(art); in set_representation()
787 long_value.bitfield.set_representation(art); in set_representation()
839 set_representation(art & matrix_flags::representation); in set_storage_mode()
H A Dmatrix_flags.h258 void set_representation(unsigned long art) in set_representation() function
H A Dsparse_base_matrix.cc73 this->bitfield.set_representation(matrix_flags::sparse_representation); in sparse_base_matrix()
92 this->bitfield.set_representation(matrix_flags::sparse_representation); in sparse_base_matrix()
103 this->bitfield.set_representation(matrix_flags::sparse_representation); in sparse_base_matrix()
115 this->bitfield.set_representation(matrix_flags::sparse_representation); in sparse_base_matrix()
137 this->bitfield.set_representation(matrix_flags::sparse_representation); in sparse_base_matrix()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Ddf.h340 enum set_representation enum
348 enum set_representation repr; /* The way the sets are represented. */
/dports/math/lidia/lidia-2.3.0+latte-patches-2014-10-04/src/number_fields/quadratic_order/matrix/
H A Dbigint_matrix_qo.cc1067 set_representation(matrix_flags::sparse_representation); in hnf_cg2()
1084 A.set_representation(matrix_flags::sparse_representation); in hnf_cg2()
1369 set_representation(matrix_flags::sparse_representation); in hnf_cg2()
1773 set_representation(matrix_flags::sparse_representation); in hnf_cg2()
2006 set_representation(matrix_flags::sparse_representation); in hnf_cg2()
2367 set_representation(matrix_flags::sparse_representation); in hnf_cg3()
2447 set_representation(matrix_flags::sparse_representation); in hnf_cg3_mod()
2530 set_representation(matrix_flags::sparse_representation); in hnf_cg3_mod()
2609 set_representation(matrix_flags::sparse_representation); in hnf_cg3()
2726 set_representation(matrix_flags::sparse_representation); in hnf_cg3_mod()
[all …]
/dports/science/py-rmf/rmf-1.3.1/test/
H A Dtest_features.py27 rd.set_representation(reps)
/dports/science/rmf/rmf-1.3.1/test/
H A Dtest_features.py27 rd.set_representation(reps)
/dports/audio/festival/speech_tools/wrappers/interface/
H A DEST_Ngrammar.i113 bool set_representation(representation_t new_representation);

1234