Home
last modified time | relevance | path

Searched refs:no_of_points (Results 1 – 25 of 31) sorted by relevance

12

/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/
H A Dgis_data_editor.php233 $no_of_points = 2; variable
236 $no_of_points = 1; variable
240 $no_of_points++;
245 for ($i = 0; $i < $no_of_points; $i++) {
289 $no_of_points = 2; variable
292 $no_of_points = 4; variable
295 $no_of_points++;
301 for ($j = 0; $j < $no_of_points; $j++) {
364 if ($no_of_points < 4) {
365 $no_of_points = 4; variable
[all …]
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/templates/
H A Dgis_data_editor_form.twig79 {% set no_of_points = gis_data[a][type]['no_of_points'] ?? 1 %}
81 {% set no_of_points = 2 %}
84 {% set no_of_points = 1 %}
87 {% set no_of_points = no_of_points + 1 %}
89 …<input type="hidden" value="{{ no_of_points }}" name="gis_data[{{ a }}][{{ type }}][no_of_points]">
91 {% for i in 0..no_of_points - 1 %}
120 {% set no_of_points = gis_data[a][type][i]['no_of_points'] ?? 2 %}
128 {% set no_of_points = no_of_points + 1 %}
130 …<input type="hidden" value="{{ no_of_points }}" name="gis_data[{{ a }}][{{ type }}][{{ i }}][no_of…
175 {% set no_of_points = gis_data[a][type][k][i]['no_of_points'] ?? 4 %}
[all …]
/dports/math/sisl/SISL-SISL-4.6.0-44-g9114631/src/
H A Dsh6trmlist.c56 sh6trimlist (SISLIntpt * pt, SISLIntpt *** ptlist, int *no_of_points, in sh6trimlist() argument
60 sh6trimlist (pt, ptlist, no_of_points, no_alloc) in sh6trimlist()
63 int *no_of_points;
118 if (*no_alloc <= *no_of_points)
139 (*ptlist)[*no_of_points] = pt;
140 (*no_of_points)++;
144 sh6trimlist (pt->pnext[ki], ptlist, no_of_points, no_alloc);
149 for (ki = 0; ki < (*no_of_points); ki++)
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/libraries/classes/Gis/
H A DGisPolygon.php355 if ($no_of_points < 4) {
356 $no_of_points = 4;
359 for ($j = 0; $j < $no_of_points; $j++) {
400 $no_of_points = count($ring);
407 $no_of_points--;
415 for ($i = 0; $i < $no_of_points; $i++) {
416 $j = ($i + 1) % $no_of_points;
462 $no_of_points = count($polygon);
467 for ($i = 1; $i <= $no_of_points; $i++) {
468 $p2 = $polygon[$i % $no_of_points];
[all …]
H A DGisLineString.php287 $no_of_points = isset($gis_data[$index]['LINESTRING']['no_of_points'])
289 if ($no_of_points < 2) {
290 $no_of_points = 2;
293 for ($i = 0; $i < $no_of_points; $i++) {
344 $no_of_points = count($points_arr);
345 $params[$index]['LINESTRING']['no_of_points'] = $no_of_points;
346 for ($i = 0; $i < $no_of_points; $i++) {
H A DGisMultiPolygon.php395 $no_of_points = isset($data_row[$k][$i]['no_of_points'])
397 if ($no_of_points < 4) {
398 $no_of_points = 4;
401 for ($j = 0; $j < $no_of_points; $j++) {
579 $no_of_points = count($points_arr);
580 $param_row[$k][0]['no_of_points'] = $no_of_points;
581 for ($i = 0; $i < $no_of_points; $i++) {
592 $no_of_points = count($points_arr);
593 $param_row[$k][$j]['no_of_points'] = $no_of_points;
594 for ($i = 0; $i < $no_of_points; $i++) {
H A DGisMultiPoint.php288 $no_of_points = isset($gis_data[$index]['MULTIPOINT']['no_of_points'])
290 if ($no_of_points < 1) {
291 $no_of_points = 1;
294 for ($i = 0; $i < $no_of_points; $i++) {
372 $no_of_points = count($points_arr);
373 $params[$index]['MULTIPOINT']['no_of_points'] = $no_of_points;
374 for ($i = 0; $i < $no_of_points; $i++) {
H A DGisMultiLineString.php327 $no_of_points = isset($data_row[$i]['no_of_points'])
329 if ($no_of_points < 2) {
330 $no_of_points = 2;
333 for ($j = 0; $j < $no_of_points; $j++) {
430 $no_of_points = count($points_arr);
431 $params[$index]['MULTILINESTRING'][$j]['no_of_points'] = $no_of_points;
432 for ($i = 0; $i < $no_of_points; $i++) {
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/libraries/classes/Gis/
H A DGisPolygon.php387 if ($no_of_points < 4) {
388 $no_of_points = 4;
391 for ($j = 0; $j < $no_of_points; $j++) {
431 $no_of_points = count($ring);
438 $no_of_points--;
446 for ($i = 0; $i < $no_of_points; $i++) {
447 $j = ($i + 1) % $no_of_points;
495 $no_of_points = count($polygon);
500 for ($i = 1; $i <= $no_of_points; $i++) {
501 $p2 = $polygon[$i % $no_of_points];
[all …]
H A DGisLineString.php310 $no_of_points = $gis_data[$index]['LINESTRING']['no_of_points'] ?? 2;
311 if ($no_of_points < 2) {
312 $no_of_points = 2;
315 for ($i = 0; $i < $no_of_points; $i++) {
366 $no_of_points = count($points_arr);
367 $params[$index]['LINESTRING']['no_of_points'] = $no_of_points;
368 for ($i = 0; $i < $no_of_points; $i++) {
H A DGisMultiPoint.php339 $no_of_points = $gis_data[$index]['MULTIPOINT']['no_of_points'] ?? 1;
340 if ($no_of_points < 1) {
341 $no_of_points = 1;
344 for ($i = 0; $i < $no_of_points; $i++) {
422 $no_of_points = count($points_arr);
423 $params[$index]['MULTIPOINT']['no_of_points'] = $no_of_points;
424 for ($i = 0; $i < $no_of_points; $i++) {
H A DGisMultiPolygon.php432 $no_of_points = $data_row[$k][$i]['no_of_points'] ?? 4;
433 if ($no_of_points < 4) {
434 $no_of_points = 4;
437 for ($j = 0; $j < $no_of_points; $j++) {
619 $no_of_points = count($points_arr);
620 $param_row[$k][0]['no_of_points'] = $no_of_points;
621 for ($i = 0; $i < $no_of_points; $i++) {
632 $no_of_points = count($points_arr);
633 $param_row[$k][$j]['no_of_points'] = $no_of_points;
634 for ($i = 0; $i < $no_of_points; $i++) {
H A DGisMultiLineString.php350 $no_of_points = $data_row[$i]['no_of_points'] ?? 2;
351 if ($no_of_points < 2) {
352 $no_of_points = 2;
355 for ($j = 0; $j < $no_of_points; $j++) {
453 $no_of_points = count($points_arr);
454 $params[$index]['MULTILINESTRING'][$j]['no_of_points'] = $no_of_points;
455 for ($i = 0; $i < $no_of_points; $i++) {
/dports/comms/linrad/linrad-04.02/
H A Dafcsub.c795 int no_of_points; in make_ag_point() local
816 no_of_points=nno; in make_ag_point()
822 no_of_points=(no_of_points&0xfffffffe)+1; in make_ag_point()
823 if(no_of_points < 9)no_of_points=9; in make_ag_point()
824 if(no_of_points > AG_MAKEP)no_of_points=AG_MAKEP; in make_ag_point()
834 for(i=0; i<no_of_points; i++) in make_ag_point()
914 for(j=0; j<no_of_points; j++) in make_ag_point()
940 for(j=0; j<no_of_points; j++) in make_ag_point()
949 t1/=no_of_points; in make_ag_point()
955 for(j=0; j<no_of_points; j++) in make_ag_point()
[all …]
H A Dseldef.h216 void make_ag_point(int np, int no_of_points);
H A Dafc_graph.c217 int no_of_points; in afc_eval_line() local
238 no_of_points=(int)sqrt(t1*t1+25.F); in afc_eval_line()
255 make_ag_point(np,no_of_points); in afc_eval_line()
/dports/math/unuran/unuran-1.8.1/src/methods/
H A Dninv.h251 int unur_ninv_set_table(UNUR_PAR *parameters, int no_of_points);
267 int unur_ninv_chg_table(UNUR_GEN *gen, int no_of_points);
H A Dninv_info.ch135 int unur_ninv_set_table(UNUR_PAR *parameters, int no_of_points);
/dports/graphics/plotutils/plotutils-2.6/graph/
H A Dreader.c149 static dataset_status_t read_dataset (Reader *reader, Point **p, int *length, int *no_of_points);
745 read_dataset (Reader *reader, Point **p_addr, int *length, int *no_of_points) in read_dataset() argument
755 if (*no_of_points >= *length) in read_dataset()
765 status = read_point (reader, &(p[*no_of_points])); in read_dataset()
770 (*no_of_points)++; in read_dataset()
785 read_file (Reader *reader, Point **p_addr, int *length, int *no_of_points) in read_file() argument
791 status = read_dataset (reader, p_addr, length, no_of_points); in read_file()
H A Dgraph.c250 int no_of_points = 0; /* number of points stored in it */ in main() local
984 array_bounds (p, no_of_points, in main()
1048 plot_point_array (multigrapher, p, no_of_points); in main()
1052 no_of_points = 0; in main()
1365 read_file (reader, &p, &points_length, &no_of_points); in main()
1440 array_bounds (p, no_of_points, in main()
1503 plot_point_array (multigrapher, p, no_of_points); in main()
1507 no_of_points = 0; in main()
H A Dextern.h107 extern void read_file (Reader *reader, Point **p, int *length, int *no_of_points);
/dports/math/snns/SNNSv4.3/xgui/sources/
H A Dnet_analyzer.c790 int j , i, no_of_points ; in NA_DrawGraph() local
795 no_of_points = MAX_ARRAY_SIZE ; in NA_DrawGraph()
800 no_of_points = na.gd.i ; in NA_DrawGraph()
804 for (j = 0 ; j < no_of_points ; j ++) in NA_DrawGraph()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/common/include/pcl/range_image/
H A Drange_image.h729 get1dPointAverage (int x, int y, int delta_x, int delta_y, int no_of_points,
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/common/include/pcl/range_image/impl/
H A Drange_image.hpp802 RangeImage::get1dPointAverage (int x, int y, int delta_x, int delta_y, int no_of_points, PointWithR… in get1dPointAverage() argument
819 for (int step=1; step<no_of_points; ++step) in get1dPointAverage()
/dports/math/unuran/unuran-1.8.1/src/
H A Dunuran.h567 int unur_ninv_set_table(UNUR_PAR *parameters, int no_of_points);
568 int unur_ninv_chg_table(UNUR_GEN *gen, int no_of_points);

12