Home
last modified time | relevance | path

Searched refs:is_line_or_ray (Results 1 – 11 of 11) sorted by relevance

/dports/devel/ppl/ppl-1.2/src/
H A DGenerator_System.cc119 if (!g.is_line_or_ray() && g.epsilon_coefficient() == 0) { in add_corresponding_points()
157 if (!gen.is_line_or_ray()) { in convert_into_non_necessarily_closed()
171 if (!gs[i].is_line_or_ray()) { in has_points()
243 if (!g.is_line_or_ray()) { in insert()
277 if (!g.is_line_or_ray()) { in insert_pending()
325 if (gs[i].is_line_or_ray()) { in num_rays()
825 if (g.is_line_or_ray() && g.expr.all_homogeneous_terms_are_zero()) { in remove_invalid_lines_and_rays()
H A DGenerator_inlines.hh273 Generator::is_line_or_ray() const { in is_line_or_ray() function in Parma_Polyhedra_Library::Generator
279 return is_ray_or_point() && is_line_or_ray(); in is_ray()
287 if (is_line_or_ray()) { in type()
569 if (x.is_line_or_ray() || y.is_line_or_ray()) { in l_m_distance_assign()
H A DGenerator_defs.hh452 bool is_line_or_ray() const;
H A DGenerator.cc172 if (is_line_or_ray() && expr.all_homogeneous_terms_are_zero()) { in remove_space_dimensions()
H A DPolyhedron_public.cc538 if (gen_sys[i].is_line_or_ray()) { in is_bounded()
776 if (gen_sys_i.is_line_or_ray()) { in constrains()
1044 if (!gen_sys[i].is_line_or_ray()) { in OK()
3778 if (gen_sys_i.is_line_or_ray()) { in frequency()
H A DOctagonal_Shape_templates.hh2278 const bool is_line_or_ray = g.is_line_or_ray(); in relation_with() local
2319 if (!is_line_or_ray) { in relation_with()
2338 if (!is_line_or_ray) { in relation_with()
2361 if (!is_line_or_ray) { in relation_with()
2415 if (!is_line_or_ray) { in relation_with()
2436 if (!is_line_or_ray) { in relation_with()
2459 if (!is_line_or_ray) { in relation_with()
2484 if (!is_line_or_ray) { in relation_with()
2505 if (!is_line_or_ray) { in relation_with()
2527 if (!is_line_or_ray) { in relation_with()
H A DPolyhedron_nonpublic.cc591 if (g.is_line_or_ray()) { in bounds()
662 if (gen_sys_i.is_line_or_ray()) { in max_min()
H A DBD_Shape_templates.hh1783 const bool is_line_or_ray = g.is_line_or_ray(); in relation_with() local
1813 if (!is_line_or_ray) { in relation_with()
1830 if (!is_line_or_ray) { in relation_with()
1854 if (!is_line_or_ray) { in relation_with()
H A DBox_templates.hh1036 if (g.is_line_or_ray()) { in relation_with()
H A Dppl.hh.dist32371 bool is_line_or_ray() const;
33215 if (is_line_or_ray()) {
33497 if (x.is_line_or_ray() || y.is_line_or_ray()) {
73332 const bool is_line_or_ray = g.is_line_or_ray();
73373 if (!is_line_or_ray) {
73392 if (!is_line_or_ray) {
73415 if (!is_line_or_ray) {
73469 if (!is_line_or_ray) {
73538 if (!is_line_or_ray) {
82330 const bool is_line_or_ray = g.is_line_or_ray();
[all …]
/dports/devel/ppl/ppl-1.2/
H A DChangeLog_2001-200820692 g.is_line_or_ray() and g.is_line() with respect to g.type()
57497 Generator::is_line_or_ray.
57538 Generator::is_line_or_ray instead of Generator::is_point.
60277 exploit new method Generator::is_line_or_ray().