Home
last modified time | relevance | path

Searched refs:is_loop (Results 1 – 25 of 299) sorted by relevance

12345678910>>...12

/dports/databases/grass7/grass-7.8.6/vector/v.generalize/
H A Dsmoothing.c50 is_loop = 0; in boyle()
56 is_loop = 1; in boyle()
79 if (is_loop) { in boyle()
92 if (is_loop) { in boyle()
120 is_loop = 0; in sliding_averaging()
216 is_loop = 0; in distance_weighting()
300 int is_loop; in chaiken() local
308 is_loop = 0; in chaiken()
335 if (!is_loop) { in chaiken()
410 int is_loop; in hermite() local
[all …]
/dports/lang/python39/Python-3.9.9/Tools/peg_generator/pegen/
H A Dpython_generator.py161 is_loop = node.is_loop()
180 if is_loop:
182 self.visit(rhs, is_loop=is_loop, is_gather=is_gather)
183 if is_loop:
199 def visit_Rhs(self, node: Rhs, is_loop: bool = False, is_gather: bool = False) -> None:
200 if is_loop:
203 self.visit(alt, is_loop=is_loop, is_gather=is_gather)
205 def visit_Alt(self, node: Alt, is_loop: bool, is_gather: bool) -> None:
208 if is_loop:
234 if is_loop:
H A Dc_generator.py157 type = "asdl_seq *" if rule.is_loop() or rule.is_gather() else rule.type
395 if rule.is_loop() or rule.is_gather():
566 rhs, is_loop=True, is_gather=node.is_gather(), rulename=node.name,
583 is_loop = node.is_loop()
586 if is_loop or is_gather:
605 if is_loop:
618 self, node: Rhs, is_loop: bool, is_gather: bool, rulename: Optional[str]
620 if is_loop:
623 self.visit(alt, is_loop=is_loop, is_gather=is_gather, rulename=rulename)
734 self, node: Alt, is_loop: bool, is_gather: bool, rulename: Optional[str]
[all …]
/dports/lang/python310/Python-3.10.1/Tools/peg_generator/pegen/
H A Dpython_generator.py160 is_loop = node.is_loop()
179 if is_loop:
181 self.visit(rhs, is_loop=is_loop, is_gather=is_gather)
182 if is_loop:
198 def visit_Rhs(self, node: Rhs, is_loop: bool = False, is_gather: bool = False) -> None:
199 if is_loop:
202 self.visit(alt, is_loop=is_loop, is_gather=is_gather)
204 def visit_Alt(self, node: Alt, is_loop: bool, is_gather: bool) -> None:
207 if is_loop:
233 if is_loop:
H A Dc_generator.py164 type = "asdl_seq *" if rule.is_loop() or rule.is_gather() else rule.type
424 if rule.is_loop() or rule.is_gather():
606 rhs, is_loop=True, is_gather=node.is_gather(), rulename=node.name,
623 is_loop = node.is_loop()
626 if is_loop or is_gather:
645 if is_loop:
658 self, node: Rhs, is_loop: bool, is_gather: bool, rulename: Optional[str]
660 if is_loop:
663 self.visit(alt, is_loop=is_loop, is_gather=is_gather, rulename=rulename)
774 self, node: Alt, is_loop: bool, is_gather: bool, rulename: Optional[str]
[all …]
/dports/textproc/py-pyx12/pyx12-2.3.3/pyx12/
H A Dmap_walker.py42 while not (map_node.is_loop() or map_node.is_map_root()):
44 if not (map_node.is_loop() or map_node.is_map_root()):
132 if not (node.is_loop() or node.is_map_root()):
142 if node.is_loop() \
147 if orig_node.is_loop() or orig_node.is_map_root():
173 elif child.is_loop():
292 if first_child_node.is_loop():
295 if child_node.is_loop() and self._is_loop_match(child_node,
328 assert loop_node.is_loop(), "_goto_seg_match failed, node %s is not a loop. seg %s" \
341 if child.is_loop():
[all …]
/dports/lang/python311/Python-3.11.0a3/Tools/peg_generator/pegen/
H A Dpython_generator.py248 is_loop = node.is_loop()
268 if is_loop:
270 self.visit(rhs, is_loop=is_loop, is_gather=is_gather)
271 if is_loop:
287 def visit_Rhs(self, node: Rhs, is_loop: bool = False, is_gather: bool = False) -> None:
288 if is_loop:
291 self.visit(alt, is_loop=is_loop, is_gather=is_gather)
293 def visit_Alt(self, node: Alt, is_loop: bool, is_gather: bool) -> None:
298 if is_loop:
334 if is_loop:
H A Dc_generator.py168 type = "asdl_seq *" if rule.is_loop() or rule.is_gather() else rule.type
435 if rule.is_loop() or rule.is_gather():
582 is_loop=False,
618 is_loop=True,
637 is_loop = node.is_loop()
640 if is_loop or is_gather:
659 if is_loop:
672 self, node: Rhs, is_loop: bool, is_gather: bool, rulename: Optional[str]
674 if is_loop:
677 self.visit(alt, is_loop=is_loop, is_gather=is_gather, rulename=rulename)
[all …]
/dports/math/igraph/igraph-0.9.5/tests/unit/
H A Digraph_preference_game.c46 igraph_vector_bool_t is_loop; in main() local
189 igraph_vector_bool_init(&is_loop, 0); in main()
190 igraph_is_loop(&g, &is_loop, igraph_ess_all(IGRAPH_EDGEORDER_ID)); in main()
191 IGRAPH_ASSERT(vector_bool_count(&is_loop) == 100); in main()
192 igraph_vector_bool_destroy(&is_loop); in main()
/dports/devel/p5-Object-Pad/Object-Pad-0.58/hax/
H A Dforbid_outofblock_ops.c.inc9 bool is_loop = FALSE;
65 is_loop = TRUE;
84 if(is_loop) {
90 if(is_loop && labelsv) {
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/r300/compiler/
H A Dr3xx_vertprog_dump.c193 unsigned is_loop = 0; in r300_vertex_program_dump() local
197 case 2: fprintf(stderr, "LOOP"); is_loop = 1; break; in r300_vertex_program_dump()
206 if (is_loop) { in r300_vertex_program_dump()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/r300/compiler/
H A Dr3xx_vertprog_dump.c193 unsigned is_loop = 0; in r300_vertex_program_dump() local
197 case 2: fprintf(stderr, "LOOP"); is_loop = 1; break; in r300_vertex_program_dump()
206 if (is_loop) { in r300_vertex_program_dump()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/r300/compiler/
H A Dr3xx_vertprog_dump.c193 unsigned is_loop = 0; in r300_vertex_program_dump() local
197 case 2: fprintf(stderr, "LOOP"); is_loop = 1; break; in r300_vertex_program_dump()
206 if (is_loop) { in r300_vertex_program_dump()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/r300/compiler/
H A Dr3xx_vertprog_dump.c193 unsigned is_loop = 0; in r300_vertex_program_dump() local
197 case 2: fprintf(stderr, "LOOP"); is_loop = 1; break; in r300_vertex_program_dump()
206 if (is_loop) { in r300_vertex_program_dump()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/r300/compiler/
H A Dr3xx_vertprog_dump.c193 unsigned is_loop = 0; in r300_vertex_program_dump() local
197 case 2: fprintf(stderr, "LOOP"); is_loop = 1; break; in r300_vertex_program_dump()
206 if (is_loop) { in r300_vertex_program_dump()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/r300/compiler/
H A Dr3xx_vertprog_dump.c193 unsigned is_loop = 0; in r300_vertex_program_dump() local
197 case 2: fprintf(stderr, "LOOP"); is_loop = 1; break; in r300_vertex_program_dump()
206 if (is_loop) { in r300_vertex_program_dump()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/r300/compiler/
H A Dr3xx_vertprog_dump.c193 unsigned is_loop = 0; in r300_vertex_program_dump() local
197 case 2: fprintf(stderr, "LOOP"); is_loop = 1; break; in r300_vertex_program_dump()
206 if (is_loop) { in r300_vertex_program_dump()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/r300/compiler/
H A Dr3xx_vertprog_dump.c193 unsigned is_loop = 0; in r300_vertex_program_dump() local
197 case 2: fprintf(stderr, "LOOP"); is_loop = 1; break; in r300_vertex_program_dump()
206 if (is_loop) { in r300_vertex_program_dump()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/r300/compiler/
H A Dr3xx_vertprog_dump.c193 unsigned is_loop = 0; in r300_vertex_program_dump() local
197 case 2: fprintf(stderr, "LOOP"); is_loop = 1; break; in r300_vertex_program_dump()
206 if (is_loop) { in r300_vertex_program_dump()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/r300/compiler/
H A Dr3xx_vertprog_dump.c193 unsigned is_loop = 0; in r300_vertex_program_dump() local
197 case 2: fprintf(stderr, "LOOP"); is_loop = 1; break; in r300_vertex_program_dump()
206 if (is_loop) { in r300_vertex_program_dump()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/r300/compiler/
H A Dr3xx_vertprog_dump.c193 unsigned is_loop = 0; in r300_vertex_program_dump() local
197 case 2: fprintf(stderr, "LOOP"); is_loop = 1; break; in r300_vertex_program_dump()
206 if (is_loop) { in r300_vertex_program_dump()
/dports/math/cgal/CGAL-5.3/demo/Polyhedron/Plugins/Mesh_3/
H A DVolume_plane.h312 void drawRectangle(x_tag, bool is_loop) const { in drawRectangle() argument
317 if(!is_loop){ in drawRectangle()
321 if(!is_loop){ in drawRectangle()
325 if(!is_loop) in drawRectangle()
334 void drawRectangle(y_tag, bool is_loop) const { in drawRectangle() argument
337 if(!is_loop){ in drawRectangle()
341 if(!is_loop){ in drawRectangle()
345 if(!is_loop){ in drawRectangle()
354 if(!is_loop){ in drawRectangle()
358 if(!is_loop){ in drawRectangle()
[all …]
/dports/graphics/vigra/vigra-8acd73a/include/vigra/
H A Dskeleton.hxx59 bool is_loop; member
67 , is_loop(false) in SkeletonNode()
76 , is_loop(false) in SkeletonNode()
651 skeleton[center].is_loop = true; in skeletonizeImageImpl()
704 n.is_loop = true; in skeletonizeImageImpl()
711 if(!n1.is_loop && squared_distance[p1] >= 4) in skeletonizeImageImpl()
730 if(n1.is_loop) in skeletonizeImageImpl()
731 skeleton[n1.parent].is_loop = true; in skeletonizeImageImpl()
754 !n1.is_loop) in skeletonizeImageImpl()
764 if(!n1.is_loop && n1.salience < threshold) in skeletonizeImageImpl()
/dports/www/firefox/firefox-99.0/third_party/rust/wasm-smith/src/
H A Dterminate.rs53 let is_loop = matches!(&inst, Instruction::Loop(_)); in ensure_termination() localVariable
57 if is_loop { in ensure_termination()
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DMesh_domain_with_polyline_features_3.h95 bool is_loop() const in is_loop() function
104 CGAL_assertion(is_loop()); in next()
113 CGAL_assertion(is_loop()); in next()
208 CGAL_precondition(is_loop()); in angle_at_first_point()
249 if(is_loop()) { in signed_geodesic_distance()
272 if ( is_loop() ) in point_at()
310 CGAL_precondition(!is_loop()); in are_ordered_along()
944 if ( ! eit->second.is_loop() )
1497 CGAL_assertion(eit->second.is_loop());
1510 is_loop(const Curve_index& index) const
[all …]

12345678910>>...12