Home
last modified time | relevance | path

Searched refs:point_counter (Results 1 – 16 of 16) sorted by relevance

/dports/german/BBBike/BBBike-3.18/GPS/
H A DG7toWin_ASCII.pm90 my $point_counter = 0;
91 my %point_counter;
168 if (exists $point_counter{$short_name}) {
169 $point_number .= $point_counter{$short_name};
170 if ($point_counter{$short_name} ge "0" &&
171 $point_counter{$short_name} le "8") {
172 $point_counter{$short_name}++;
174 $point_counter{$short_name} = "A";
176 $point_counter{$short_name} = chr(ord($point_counter{$short_name})+1);
179 $point_counter{$short_name} = 0;
[all …]
H A DGpsmanData.pm272 my $point_counter = 0;
273 my %point_counter;
353 if (exists $point_counter{$short_name}) {
354 $point_number .= $point_counter{$short_name};
355 if ($point_counter{$short_name} ge "0" &&
356 $point_counter{$short_name} le "8") {
357 $point_counter{$short_name}++;
359 $point_counter{$short_name} = "A";
361 $point_counter{$short_name} = chr(ord($point_counter{$short_name})+1);
364 $point_counter{$short_name} = 0;
[all …]
/dports/math/cgal/CGAL-5.3/demo/Segment_Delaunay_graph_2/include/CGAL/
H A DConstraints_loader.h171 int point_counter = 0; in load_edg_file() local
178 constraints.push_back(std::make_pair(point_counter-1, point_counter)); in load_edg_file()
179 ++point_counter; in load_edg_file()
184 constraints.push_back(std::make_pair(point_counter, point_counter+1)); in load_edg_file()
185 point_counter += 2; in load_edg_file()
/dports/math/cgal/CGAL-5.3/demo/Segment_Delaunay_graph_Linf_2/include/CGAL/
H A DConstraints_loader.h171 int point_counter = 0; in load_edg_file() local
178 constraints.push_back(std::make_pair(point_counter-1, point_counter)); in load_edg_file()
179 ++point_counter; in load_edg_file()
184 constraints.push_back(std::make_pair(point_counter, point_counter+1)); in load_edg_file()
185 point_counter += 2; in load_edg_file()
/dports/multimedia/imagination/imagination-3.0/src/
H A Dslideshow_project.c98 gint point_counter; in img_save_slideshow() local
101 for( point_counter = 0; in img_save_slideshow()
102 point_counter < entry->no_points; in img_save_slideshow()
103 point_counter++ ) in img_save_slideshow()
105 ImgStopPoint *my_point = g_list_nth_data(entry->points,point_counter); in img_save_slideshow()
106 my_points[ (point_counter * 4) + 0] = (gdouble)my_point->time; in img_save_slideshow()
107 my_points[ (point_counter * 4) + 1] = my_point->offx; in img_save_slideshow()
108 my_points[ (point_counter * 4) + 2] = my_point->offy; in img_save_slideshow()
109 my_points[ (point_counter * 4) + 3] = my_point->zoom; in img_save_slideshow()
/dports/math/eclib/eclib-20210318/libsrc/eclib/
H A Dsieve_search.h57 class point_counter : public point_processor {
60 point_counter() {tally=0;}; in point_counter() function
61 ~point_counter() {}; in ~point_counter()
/dports/databases/grass7/grass-7.8.6/vector/v.net.timetable/
H A Dmain.c246 int *stop_pnt, i, nlines, point_counter, *route_pnt; in main() local
461 point_counter = line_counter = 1; in main()
528 Vect_cat_set(Cats, 1, point_counter); in main()
530 insert_point(point_driver, point_Fi->table, point_counter, path_id, in main()
533 point_counter++; in main()
558 Vect_cat_set(Cats, 1, point_counter); in main()
564 insert_point(point_driver, point_Fi->table, point_counter, in main()
583 point_counter++; in main()
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/objects/pts_Graph/
H A Dpts_graph_lines.php357 $point_counter = count($result_array);
362 for($i = 0; $i < $point_counter; $i++)
379 … $this->draw_graph_line_process($poly_points, $paint_color, $regression_plots, $point_counter, $g);
413 … $this->draw_graph_line_process($poly_points, $paint_color, $regression_plots, $point_counter, $g);
416 …tion draw_graph_line_process(&$poly_points, &$paint_color, &$regression_plots, $point_counter, &$g) argument
463 if($point_counter < 6 || $plotted_error_bar || $i == 0 || $i == ($poly_points_count - 1))
/dports/science/libghemical/libghemical-3.0.0/src/
H A Dpop_ana.cpp78 int point_counter = 0; in DoPopAna() local
155 point_counter++; in DoPopAna()
165 …cout << _("calculated ") << point_counter << _(" data points for atom ") << atom_counter++ << "." … in DoPopAna()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/IO/TransformMINC/test/
H A DitkMINCTransformAdapterTest.cxx34 static constexpr int point_counter=1000; variable
99 for(int i=0;i<point_counter;i++) in compare_linear()
H A DitkIOTransformMINCTest.cxx32 static constexpr int point_counter=1000; variable
127 for(int i=0;i<point_counter;i++) in check_linear()
/dports/cad/electric/electric-7.00/src/io/
H A Diogdsi.c1238 void io_gdsIdetermine_points(INTBIG min_points, INTBIG max_points, INTBIG *point_counter) in io_gdsIdetermine_points() argument
1240 (*point_counter) = 0; in io_gdsIdetermine_points()
1243 io_gdsvertex[*point_counter].px = rounddouble((double)io_gdstokenvalue32 * io_gdsscale); in io_gdsIdetermine_points()
1245 io_gdsvertex[*point_counter].py = rounddouble((double)io_gdstokenvalue32 * io_gdsscale); in io_gdsIdetermine_points()
1246 (*point_counter)++; in io_gdsIdetermine_points()
1247 if (*point_counter > max_points) in io_gdsIdetermine_points()
1249 ttyputmsg(_("Found %ld points"), *point_counter); in io_gdsIdetermine_points()
1254 if (*point_counter < min_points) in io_gdsIdetermine_points()
1256 ttyputmsg(_("Found %ld points"), *point_counter); in io_gdsIdetermine_points()
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/geometry.hpp-0.9.2/tests/
H A Dtest.cpp188 struct point_counter { struct
196 point_counter counter; in testForEachPoint() argument
/dports/graphics/pfstools/pfstools-2.1.0/src/pfsglview/
H A Dpfsglview.cpp224 int point_counter = 0; variable
816 for (int i = 0 ; i < point_counter ; i++){ in display()
1210 points[point_counter].x = xx ; in mouseListener()
1211 points[point_counter].y = yy ; in mouseListener()
1213 point_counter++ ; in mouseListener()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/common/include/pcl/range_image/impl/
H A Drange_image.hpp1129 int point_counter = 0; in getAverageViewPoint() local
1137 ++point_counter; in getAverageViewPoint()
1139 average_viewpoint /= point_counter; in getAverageViewPoint()
/dports/science/libghemical/libghemical-3.0.0/po/
H A Dde.po730 # _("calculated ") << point_counter << _(" data points for atom ") << counter++