Home
last modified time | relevance | path

Searched refs:has_gaps (Results 1 – 25 of 39) sorted by relevance

12

/dports/math/polymake/polymake-4.5/apps/common/cpperl/
H A Dauto-has_gaps.cpperl3 …const Graph<Undirected>&>"], "func": "has_gaps", "include": ["polymake/Graph.h"], "kind": "meth", …
4 …d<const Graph<Directed>&>"], "func": "has_gaps", "include": ["polymake/Graph.h"], "kind": "meth", …
/dports/math/polymake/polymake-4.5/lib/core/include/
H A DGenericGraph.h135 if (this->top().has_gaps() || g2.top().has_gaps())
149 if (this->top().has_gaps() || g2.top().has_gaps())
163 if (this->top().has_gaps() || g2.top().has_gaps())
177 if (this->top().has_gaps() || g2.top().has_gaps())
193 if (this->top().has_gaps() || g2.top().has_gaps())
206 if (this->top().has_gaps() || g2.top().has_gaps())
218 if (this->top().has_gaps() || g2.top().has_gaps())
230 if (this->top().has_gaps() || g2.top().has_gaps())
240 if (this->top().has_gaps())
444 return this->hidden().has_gaps();
[all …]
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/gl-1.0/
H A Dorthpos.c60 bool has_gaps, has_overlaps, has_bad_edges; member
92 if (r->has_gaps || r->has_overlaps || r->has_bad_edges) { in log_results()
93 printf("%s %s %s\n", (r->has_gaps? "Gaps.": ""), in log_results()
151 res.has_gaps = false; in verify_orth_pos()
222 if (!res.has_gaps) { in verify_orth_pos()
226 res.has_gaps = true; in verify_orth_pos()
/dports/biology/py-scikit-bio/scikit-bio-0.5.6/skbio/sequence/tests/
H A Dtest_grammared_sequence.py380 self.assertIs(type(ExampleGrammaredSequence("").has_gaps()), bool)
381 self.assertIs(type(ExampleGrammaredSequence("-").has_gaps()), bool)
383 self.assertFalse(ExampleGrammaredSequence("").has_gaps())
384 self.assertFalse(ExampleGrammaredSequence("ABCXYZ").has_gaps())
386 self.assertTrue(ExampleGrammaredSequence("-").has_gaps())
387 self.assertTrue(ExampleGrammaredSequence("ABCXYZ-").has_gaps())
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dstmt.c749 bool has_gaps = false; in emit_case_dispatch_table() local
771 has_gaps = true; in emit_case_dispatch_table()
811 has_gaps = true; in emit_case_dispatch_table()
815 if (has_gaps && default_label) in emit_case_dispatch_table()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dstmt.c747 bool has_gaps = false; in emit_case_dispatch_table() local
769 has_gaps = true; in emit_case_dispatch_table()
809 has_gaps = true; in emit_case_dispatch_table()
813 if (has_gaps && default_label) in emit_case_dispatch_table()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dstmt.c749 bool has_gaps = false; in emit_case_dispatch_table() local
771 has_gaps = true; in emit_case_dispatch_table()
811 has_gaps = true; in emit_case_dispatch_table()
815 if (has_gaps && default_label) in emit_case_dispatch_table()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dstmt.c749 bool has_gaps = false; in emit_case_dispatch_table() local
771 has_gaps = true; in emit_case_dispatch_table()
811 has_gaps = true; in emit_case_dispatch_table()
815 if (has_gaps && default_label) in emit_case_dispatch_table()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dstmt.c749 bool has_gaps = false; in emit_case_dispatch_table() local
771 has_gaps = true; in emit_case_dispatch_table()
811 has_gaps = true; in emit_case_dispatch_table()
815 if (has_gaps && default_label) in emit_case_dispatch_table()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dstmt.c749 bool has_gaps = false; in emit_case_dispatch_table() local
771 has_gaps = true; in emit_case_dispatch_table()
811 has_gaps = true; in emit_case_dispatch_table()
815 if (has_gaps && default_label) in emit_case_dispatch_table()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dstmt.c747 bool has_gaps = false; in emit_case_dispatch_table() local
769 has_gaps = true; in emit_case_dispatch_table()
809 has_gaps = true; in emit_case_dispatch_table()
813 if (has_gaps && default_label) in emit_case_dispatch_table()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dstmt.c747 bool has_gaps = false; in emit_case_dispatch_table() local
769 has_gaps = true; in emit_case_dispatch_table()
809 has_gaps = true; in emit_case_dispatch_table()
813 if (has_gaps && default_label) in emit_case_dispatch_table()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dstmt.c749 bool has_gaps = false; in emit_case_dispatch_table() local
771 has_gaps = true; in emit_case_dispatch_table()
811 has_gaps = true; in emit_case_dispatch_table()
815 if (has_gaps && default_label) in emit_case_dispatch_table()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dstmt.c752 bool has_gaps = false; in emit_case_dispatch_table() local
774 has_gaps = true; in emit_case_dispatch_table()
814 has_gaps = true; in emit_case_dispatch_table()
818 if (has_gaps && default_label) in emit_case_dispatch_table()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dstmt.c747 bool has_gaps = false; in emit_case_dispatch_table() local
769 has_gaps = true; in emit_case_dispatch_table()
809 has_gaps = true; in emit_case_dispatch_table()
813 if (has_gaps && default_label) in emit_case_dispatch_table()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dstmt.c752 bool has_gaps = false; in emit_case_dispatch_table() local
774 has_gaps = true; in emit_case_dispatch_table()
814 has_gaps = true; in emit_case_dispatch_table()
818 if (has_gaps && default_label) in emit_case_dispatch_table()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dstmt.c747 bool has_gaps = false; in emit_case_dispatch_table() local
769 has_gaps = true; in emit_case_dispatch_table()
809 has_gaps = true; in emit_case_dispatch_table()
813 if (has_gaps && default_label) in emit_case_dispatch_table()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dstmt.c752 bool has_gaps = false; in emit_case_dispatch_table() local
774 has_gaps = true; in emit_case_dispatch_table()
814 has_gaps = true; in emit_case_dispatch_table()
818 if (has_gaps && default_label) in emit_case_dispatch_table()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dstmt.c747 bool has_gaps = false; in emit_case_dispatch_table() local
769 has_gaps = true; in emit_case_dispatch_table()
809 has_gaps = true; in emit_case_dispatch_table()
813 if (has_gaps && default_label) in emit_case_dispatch_table()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dstmt.c752 bool has_gaps = false; in emit_case_dispatch_table() local
774 has_gaps = true; in emit_case_dispatch_table()
814 has_gaps = true; in emit_case_dispatch_table()
818 if (has_gaps && default_label) in emit_case_dispatch_table()
/dports/biology/py-scikit-bio/scikit-bio-0.5.6/skbio/sequence/
H A D_grammared_sequence.py377 def has_gaps(self): member in GrammaredSequence
807 stats.append(('has gaps', '%r' % self.has_gaps()))
/dports/math/polymake/polymake-4.5/apps/graph/perllib/Visual/
H A DGraph.pm60 if ($self->Graph->ADJACENCY->has_gaps) {
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dstmt.c958 bool has_gaps = false; in emit_case_dispatch_table() local
980 has_gaps = true; in emit_case_dispatch_table()
1018 has_gaps = true; in emit_case_dispatch_table()
1022 if (has_gaps) in emit_case_dispatch_table()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dstmt.c999 bool has_gaps = false; in emit_case_dispatch_table() local
1021 has_gaps = true; in emit_case_dispatch_table()
1059 has_gaps = true; in emit_case_dispatch_table()
1063 if (has_gaps) in emit_case_dispatch_table()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dstmt.c958 bool has_gaps = false; in emit_case_dispatch_table() local
980 has_gaps = true; in emit_case_dispatch_table()
1018 has_gaps = true; in emit_case_dispatch_table()
1022 if (has_gaps) in emit_case_dispatch_table()

12