Home
last modified time | relevance | path

Searched refs:nextv (Results 1 – 25 of 76) sorted by relevance

1234

/dports/math/polymake/polymake-4.5/bundled/atint/apps/tropical/src/
H A Dcurve_immersion.cc82 Int nextv = queue.front(); in rational_curve_immersion() local
86 …if (nb != nextv && computed[nb] && (nodes_by_sets.row(nb) * nodes_by_sets.row(nextv)).size() > 0) { in rational_curve_immersion()
91 queue.push_back(nextv); in rational_curve_immersion()
98 Int edge_index = *((nodes_by_sets.row(neighbour) * nodes_by_sets.row(nextv)).begin()); in rational_curve_immersion()
101 if (nodes_by_leaves.row(nextv).size() > 0) { in rational_curve_immersion()
102 compare_set += *(nodes_by_leaves.row(nextv).begin()); in rational_curve_immersion()
104 Int otherset = *((nodes_by_sets.row(nextv) - edge_index).begin()); in rational_curve_immersion()
130 rays.row(nextv) = rays.row(neighbour) + coeffs[edge_index] * primitive_direction; in rational_curve_immersion()
131 computed[nextv] = true; in rational_curve_immersion()
136 cone_set += nextv; cone_set += neighbour; in rational_curve_immersion()
/dports/math/igraph/igraph-0.9.5/src/cliques/
H A Dmaximal_cliques_template.h197 igraph_vector_int_t *nextv, in FUNCTION()
215 adjlist, &pivot, nextv, in FUNCTION()
226 pos, adjlist, RESNAME, nextv, H, in FUNCTION()
235 if (igraph_vector_int_tail(nextv) != -1) { in FUNCTION()
256 igraph_vector_int_t PX, R, H, pos, nextv; in FUNCTION() local
300 igraph_vector_int_init(&nextv, 100); in FUNCTION()
301 IGRAPH_FINALLY(igraph_vector_int_destroy, &nextv); in FUNCTION()
333 igraph_vector_int_resize(&nextv, 1); in FUNCTION()
336 VECTOR(nextv)[0] = -1; in FUNCTION() local
384 &adjlist, RESNAME, &nextv, &H, min_size, in FUNCTION()
[all …]
H A Dmaximal_cliques.c51 igraph_vector_int_t *nextv,
156 igraph_vector_int_t *nextv, in igraph_i_maximal_cliques_select_pivot() argument
193 igraph_vector_int_push_back(nextv, -1); in igraph_i_maximal_cliques_select_pivot()
213 igraph_vector_int_push_back(nextv, vcand); in igraph_i_maximal_cliques_select_pivot()
/dports/math/R-cran-igraph/igraph/src/
H A Dmaximal_cliques_template.h191 igraph_vector_int_t *nextv, in FUNCTION()
209 adjlist, &pivot, nextv, in FUNCTION()
220 pos, adjlist, RESNAME, nextv, H, in FUNCTION()
229 if (igraph_vector_int_tail(nextv) != -1) { in FUNCTION()
250 igraph_vector_int_t PX, R, H, pos, nextv; in FUNCTION() local
294 igraph_vector_int_init(&nextv, 100); in FUNCTION()
295 IGRAPH_FINALLY(igraph_vector_int_destroy, &nextv); in FUNCTION()
327 igraph_vector_int_resize(&nextv, 1); in FUNCTION()
330 VECTOR(nextv)[0] = -1; in FUNCTION() local
378 &adjlist, RESNAME, &nextv, &H, min_size, in FUNCTION()
[all …]
H A Dmaximal_cliques.c50 igraph_vector_int_t *nextv,
153 igraph_vector_int_t *nextv, in igraph_i_maximal_cliques_select_pivot() argument
188 igraph_vector_int_push_back(nextv, -1); in igraph_i_maximal_cliques_select_pivot()
208 igraph_vector_int_push_back(nextv, vcand); in igraph_i_maximal_cliques_select_pivot()
/dports/devel/9base/9base-6/mk/
H A Denv.c8 static int nextv; variable
48 if (nextv >= envsize) { in envinsert()
52 envy[nextv].name = name; in envinsert()
53 envy[nextv++].values = value; in envinsert()
90 nextv = 0; in execinit()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/mk/
H A Denv.c8 static int nextv; variable
48 if (nextv >= envsize) { in envinsert()
52 envy[nextv].name = name; in envinsert()
53 envy[nextv++].values = value; in envinsert()
90 nextv = 0; in execinit()
/dports/devel/allegro/allegro-4.4.3.1/src/c/
H A Dcscan.h286 nextv = fv * z1; in FUNC_POLY_SCANLINE_PTEX()
289 dv = (nextv - v) >> 2; in FUNC_POLY_SCANLINE_PTEX()
350 nextv = fv * z1; in FUNC_POLY_SCANLINE_PTEX_MASK()
353 dv = (nextv - v) >> 2; in FUNC_POLY_SCANLINE_PTEX_MASK()
419 nextv = fv * z1; in FUNC_POLY_SCANLINE_PTEX_LIT()
422 dv = (nextv - v) >> 2; in FUNC_POLY_SCANLINE_PTEX_LIT()
488 nextv = fv * z1; in FUNC_POLY_SCANLINE_PTEX_MASK_LIT()
491 dv = (nextv - v) >> 2; in FUNC_POLY_SCANLINE_PTEX_MASK_LIT()
642 nextv = fv * z1; in FUNC_POLY_SCANLINE_PTEX_TRANS()
645 dv = (nextv - v) >> 2; in FUNC_POLY_SCANLINE_PTEX_TRANS()
[all …]
/dports/x11-wm/ctwm/ctwm-4.0.3/
H A Diconmgr.c350 p->nextv = NULL; in AllocateOtherIconManagers()
353 ip->nextv = p; in AllocateOtherIconManagers()
734 ip = ip->nextv; in AddIconManager()
846 tmp->nextv = old; in AddIconManager()
848 ip = ip->nextv; in AddIconManager()
862 tmp = tmp->nextv; in AddIconManager()
868 tmp = tmp->nextv; in AddIconManager()
871 old->nextv = tmp->nextv; in AddIconManager()
988 tmp = tmp->nextv; in RemoveIconManager()
1011 tmp1->nextv = tmp->nextv; in RemoveIconManager()
[all …]
H A Diconmgr.h20 struct WList *nextv; /* pointer to the next virtual Wlist C.L. */ member
40 struct IconMgr *nextv; /* ptr to the next virt icon mgr */ member
H A Dworkspace_utils.c163 wl = wl->nextv; in GotoWorkSpace()
169 wl = wl->nextv; in GotoWorkSpace()
172 wl1->nextv = wl->nextv; in GotoWorkSpace()
173 wl->nextv = twmWin->iconmanagerlist; in GotoWorkSpace()
/dports/cad/ngspice_rework/ngspice-35/src/ciderlib/support/
H A Ddatabase.c53 struct dvec *v, *nextv; in DBfree() local
62 for (v = pl->pl_dvecs; v; v = nextv) { in DBfree()
63 nextv = v->v_next; in DBfree()
/dports/math/freefem++/FreeFem-sources-4.6/plugin/seq/
H A DMetricPk.cpp174 std::vector< int > nextv; in operator ( )() local
175 nextv.resize(nv); in operator ( )()
176 fill(nextv.begin( ), nextv.end( ), -1); in operator ( )()
183 nextv[Th(i, (ie + 1) % 3)] = in operator ( )()
300 if (nextv[u] == -1 && nextv[v] == -1 && nextv[w] == -1) { in operator ( )()
310 if (nextv[u] == -1 && computed.insert(u).second == true) { in operator ( )()
314 if (nextv[v] == -1 && computed.insert(v).second == true) { in operator ( )()
318 if (nextv[w] == -1 && computed.insert(w).second == true) { in operator ( )()
/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dmidvunit.cpp253 vertex_t *nextv = &vert[(vnum + 1) & 3]; in make_vertices_inclusive() local
256 if (nextv->y == currv->y && nextv->x == currv->x) in make_vertices_inclusive()
260 if (nextv->y > currv->y || (nextv->y == currv->y && nextv->x < currv->x)) in make_vertices_inclusive()
264 if (nextv->x < currv->x || (nextv->x == currv->x && nextv->y < currv->y)) in make_vertices_inclusive()
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Dmidvunit.cpp253 vertex_t *nextv = &vert[(vnum + 1) & 3]; in make_vertices_inclusive() local
256 if (nextv->y == currv->y && nextv->x == currv->x) in make_vertices_inclusive()
260 if (nextv->y > currv->y || (nextv->y == currv->y && nextv->x < currv->x)) in make_vertices_inclusive()
264 if (nextv->x < currv->x || (nextv->x == currv->x && nextv->y < currv->y)) in make_vertices_inclusive()
/dports/devel/9base/9base-6/rc/
H A Dhaventfork.c62 word *v, *nextv; in Xbackq() local
107 nextv=v->next; in Xbackq()
110 v=nextv; in Xbackq()
H A Dhavefork.c118 word *v, *nextv; in Xbackq() local
162 nextv = v->next; in Xbackq()
165 v = nextv; in Xbackq()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/rc/
H A Dhaventfork.c62 word *v, *nextv; in Xbackq() local
107 nextv=v->next; in Xbackq()
110 v=nextv; in Xbackq()
H A Dhavefork.c119 word *v, *nextv; in Xbackq() local
173 nextv = v->next; in Xbackq()
176 v = nextv; in Xbackq()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/webrender/src/
H A Dspring.rs100 let nextv = vel + acc; in next() localVariable
103 let next = cur + nextv; in next()
/dports/graphics/geomview/geomview-1.9.5/src/bin/geomutil/clip/
H A Dclip.c284 vertex *v, *nextv; in clip_destroy() local
290 for(v = clip->polyvertex.head; v != NULL; v = nextv) { in clip_destroy()
291 nextv = v->next; in clip_destroy()
/dports/devel/simdjson/simdjson-0.9.6/tools/
H A Drelease.py60 nextv = (currentv[0],currentv[1], currentv[2]+1) variable
61 print ("please specify version number, e.g. "+toversionstring(*nextv))
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/3rdparty/simdjson/tools/
H A Drelease.py60 nextv = (currentv[0],currentv[1], currentv[2]+1) variable
61 print ("please specify version number, e.g. "+toversionstring(*nextv))
/dports/multimedia/gstreamer1-plugins/gst-plugins-base-1.16.2/gst-libs/gst/pbutils/
H A Dgstdiscoverer.c2060 GVariant *nextv = NULL; in _serialize_common_stream_info() local
2074 nextv = gst_discoverer_info_to_variant_recurse (sinfo->next, flags); in _serialize_common_stream_info()
2076 nextv = g_variant_new ("()"); in _serialize_common_stream_info()
2080 misc_str, nextv); in _serialize_common_stream_info()
2186 GVariant *nextv = NULL; in gst_discoverer_info_to_variant_recurse() local
2190 nextv = gst_discoverer_info_to_variant_recurse (ninfo, flags); in gst_discoverer_info_to_variant_recurse()
2194 g_variant_new ("v", nextv)); in gst_discoverer_info_to_variant_recurse()
2264 GVariant *nextv; in _parse_common_stream_info() local
2266 GET_FROM_TUPLE (common, variant, 4, &nextv); in _parse_common_stream_info()
2267 if (g_variant_n_children (nextv) > 0) { in _parse_common_stream_info()
[all …]
/dports/audio/gstreamer1-plugins-vorbis/gst-plugins-base-1.16.2/gst-libs/gst/pbutils/
H A Dgstdiscoverer.c2060 GVariant *nextv = NULL; in _serialize_common_stream_info() local
2074 nextv = gst_discoverer_info_to_variant_recurse (sinfo->next, flags); in _serialize_common_stream_info()
2076 nextv = g_variant_new ("()"); in _serialize_common_stream_info()
2080 misc_str, nextv); in _serialize_common_stream_info()
2186 GVariant *nextv = NULL; in gst_discoverer_info_to_variant_recurse() local
2190 nextv = gst_discoverer_info_to_variant_recurse (ninfo, flags); in gst_discoverer_info_to_variant_recurse()
2194 g_variant_new ("v", nextv)); in gst_discoverer_info_to_variant_recurse()
2264 GVariant *nextv; in _parse_common_stream_info() local
2266 GET_FROM_TUPLE (common, variant, 4, &nextv); in _parse_common_stream_info()
2267 if (g_variant_n_children (nextv) > 0) { in _parse_common_stream_info()
[all …]

1234