Home
last modified time | relevance | path

Searched refs:n_arc (Results 1 – 7 of 7) sorted by relevance

/dports/audio/praat/praat-6.2.03/external/glpk/
H A Dglpnet04.c179 int n_arc; member
211 #define n_arc (csa->n_arc) macro
350 n_arc = n_node * avg_degree; in glp_gridgen()
353 if (n_grid_arc > n_arc) n_arc = n_grid_arc; in glp_gridgen()
354 arc_list = xcalloc(n_arc, sizeof(struct arcs)); in glp_gridgen()
396 for (; i < n_arc; i++, arc_ptr++) in assign_capacities()
432 for (; i < n_arc; i++, arc_ptr++) in assign_costs()
560 for (i = n_grid_arc; i < n_arc; i++, arc_ptr++) in gen_more_arcs()
625 xprintf("p min %d %d\n", n_node, n_arc); in output()
660 for (i = 0, arc_ptr = arc_list; i < n_arc; i++, arc_ptr++) in output()
/dports/cad/horizon-eda/horizon-2.1.0/src/canvas/
H A Dselectables_renderer.cpp123 if (n_arc) { in render()
127 glDrawElements(GL_POINTS, n_arc, GL_UNSIGNED_INT, (void *)(0 * sizeof(unsigned int))); in render()
134 glDrawElements(GL_POINTS, n_box, GL_UNSIGNED_INT, (void *)(n_arc * sizeof(unsigned int))); in render()
161 n_arc = elements.size(); in push()
167 n_box = elements.size() - n_arc; in push()
H A Dselectables_renderer.hpp22 unsigned int n_arc = 0; member in horizon::SelectablesRenderer
/dports/www/firefox-legacy/firefox-52.8.0esr/media/pocketsphinx/src/
H A Dfsg_lextree.c708 int32 n_ci, n_arc; in fsg_psubtree_init() local
721 n_arc = 0; in fsg_psubtree_init()
737 ++n_arc; in fsg_psubtree_init()
739 E_DEBUG(2,("State %d has %d outgoing arcs\n", from_state, n_arc)); in fsg_psubtree_init()
/dports/audio/pocketsphinx/pocketsphinx-0.8/src/libpocketsphinx/
H A Dfsg_lextree.c707 int32 n_ci, n_arc; in fsg_psubtree_init() local
719 n_arc = 0; in fsg_psubtree_init()
735 ++n_arc; in fsg_psubtree_init()
738 E_DEBUG(2,("State %d has %d outgoing arcs\n", from_state, n_arc)); in fsg_psubtree_init()
/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_map.c1881 uint64_t n_arc, k, pt; in gmtmap_radial_boundary_arc() local
1893 if (n_arc < 2) n_arc = 2; /* ...but minimum 2 */ in gmtmap_radial_boundary_arc()
1894 da = d_az / (n_arc - 1); /* Reset da to get exact steps */ in gmtmap_radial_boundary_arc()
1897 gmt_M_malloc2 (GMT, xx, yy, n_arc, NULL, double); in gmtmap_radial_boundary_arc()
1907 return (n_arc); in gmtmap_radial_boundary_arc()
1928 uint64_t n = 0, n_arc; in gmtmap_radial_clip() local
1966 if ((n + n_arc) >= n_alloc) gmt_M_malloc2 (GMT, xx, yy, n + n_arc, &n_alloc, double); in gmtmap_radial_clip()
1968 gmt_M_memcpy (&yy[n], yarc, n_arc, double); /* Copy latitudes of arc */ in gmtmap_radial_clip()
1989 if ((n + n_arc) >= n_alloc) gmt_M_malloc2 (GMT, xx, yy, n + n_arc, &n_alloc, double); in gmtmap_radial_clip()
1990 gmt_M_memcpy (&xx[n], xarc, n_arc, double); /* Copy longitudes of arc */ in gmtmap_radial_clip()
[all …]
H A Dgmt_plot.c9524 int n_arc, k, ko, n_seg; in gmtplot_geo_spider() local
9593 n_arc = MAX (2, irint (fabs (az_stop - az_start) * L /GMT->current.setting.map_line_step)); in gmtplot_geo_spider()
9594 d_az = (az_stop - az_start) / (n_arc - 1); /* Azimuthal sampling rate */ in gmtplot_geo_spider()
9595 GMT_Report (GMT->parent, GMT_MSG_DEBUG, "Arcs will be approximated by %d-point lines\n", n_arc); in gmtplot_geo_spider()
9613 S = GMT_Alloc_Segment (GMT->parent, GMT_NO_STRINGS, n_arc, 2, NULL, NULL); in gmtplot_geo_spider()
9616 for (ko = 0; ko < n_arc; ko++) { in gmtplot_geo_spider()
9644 int n_arc, k, ki, ko, n_path; in gmtplot_geo_wedge_fill() local
9673 n_arc = MAX (2, irint (fabs (az_stop - az_start) * L /GMT->current.setting.map_line_step)); in gmtplot_geo_wedge_fill()
9674 d_az = (az_stop - az_start) / (n_arc - 1); /* Azimuthal sampling rate */ in gmtplot_geo_wedge_fill()
9675 n_path = n_arc; /* Total number of points along outer arc */ in gmtplot_geo_wedge_fill()
[all …]