Home
last modified time | relevance | path

Searched refs:tight_coherence_would_make_empty (Results 1 – 4 of 4) sorted by relevance

/dports/devel/ppl/ppl-1.2/src/
H A DOctagonal_Shape_defs.hh2163 bool tight_coherence_would_make_empty() const;
H A DOctagonal_Shape_templates.hh1356 return !tight_coherence_would_make_empty(); in contains_integer_point()
1395 return !oct_z.tight_coherence_would_make_empty(); in contains_integer_point()
2724 Octagonal_Shape<T>::tight_coherence_would_make_empty() const { in tight_coherence_would_make_empty() function in Parma_Polyhedra_Library::Octagonal_Shape
2753 if (tight_coherence_would_make_empty()) { in tight_closure_assign()
7826 else if (x.is_empty() || x.tight_coherence_would_make_empty()) { in integer_upper_bound_assign_if_exact()
7831 else if (y.is_empty() || y.tight_coherence_would_make_empty()) { in integer_upper_bound_assign_if_exact()
H A Dppl.hh.dist69436 bool tight_coherence_would_make_empty() const;
72410 return !tight_coherence_would_make_empty();
72449 return !oct_z.tight_coherence_would_make_empty();
73778 Octagonal_Shape<T>::tight_coherence_would_make_empty() const {
73807 if (tight_coherence_would_make_empty()) {
78880 else if (x.is_empty() || x.tight_coherence_would_make_empty()) {
78885 else if (y.is_empty() || y.tight_coherence_would_make_empty()) {
/dports/devel/ppl/ppl-1.2/
H A DChangeLog_2001-200837291 Used is_even() in tight_coherence_would_make_empty(). Corrected