Home
last modified time | relevance | path

Searched refs:inext (Results 1 – 25 of 606) sorted by relevance

12345678910>>...25

/dports/graphics/gle/gle-3.1.0/src/
H A Dex_angle.c244 int inext, inextnext; in extrusion_angle_join() local
285 inext = i; in extrusion_angle_join()
329 inextnext = inext; in extrusion_angle_join()
503 color_array[inext], inext, len_seg); in extrusion_angle_join()
511 color_array[inext], inext, len_seg); in extrusion_angle_join()
518 color_array[inext], inext, len_seg); in extrusion_angle_join()
545 color_array[inext], inext, len_seg); in extrusion_angle_join()
554 color_array[inext], inext, len_seg); in extrusion_angle_join()
562 color_array[inext], inext, len_seg); in extrusion_angle_join()
573 i = inext; in extrusion_angle_join()
[all …]
H A Dex_raw.c292 BGNTMESH (inext, len); in draw_raw_segment_plain()
346 BGNTMESH (inext, len); in draw_raw_segment_color()
355 C3F (color_array[inext]); in draw_raw_segment_color()
410 BGNTMESH (inext, len); in draw_raw_segment_edge_n()
482 BGNTMESH (inext, len); in draw_raw_segment_c_and_edge_n()
567 BGNTMESH (inext, len); in draw_raw_segment_facet_n()
655 BGNTMESH (inext, len); in draw_raw_segment_c_and_facet_n()
768 int inext; in extrusion_raw_join() local
811 inext = i; in extrusion_raw_join()
833 while (inext<npoints-1) { in extrusion_raw_join()
[all …]
H A Dsegment.h21 int inext, double len);
28 int inext, double len);
35 int inext, double len);
41 int inext, double len);
49 int inext, double len);
57 int inext, double len);
63 int inext, double len);
71 int inext, double len);
79 int inext, double len);
88 int inext, double len);
[all …]
H A Dex_cut_round.c848 int inext, inextnext; in extrusion_round_or_cut_join() local
929 inext = i; in extrusion_round_or_cut_join()
974 inextnext = inext; in extrusion_round_or_cut_join()
1186 color_array[inext], inext, seg_len); in extrusion_round_or_cut_join()
1192 color_array[inext], inext, seg_len); in extrusion_round_or_cut_join()
1197 color_array[inext], inext, seg_len); in extrusion_round_or_cut_join()
1218 color_array[inext], inext, seg_len); in extrusion_round_or_cut_join()
1225 color_array[inext], inext, seg_len); in extrusion_round_or_cut_join()
1231 color_array[inext], inext, seg_len); in extrusion_round_or_cut_join()
1389 i = inext; in extrusion_round_or_cut_join()
[all …]
H A Dsegment.c37 int inext, double len) in draw_segment_plain() argument
42 BGNTMESH (inext, len); in draw_segment_plain()
69 BGNTMESH (inext, len); in draw_segment_color()
102 BGNTMESH (inext,len); in draw_segment_edge_n()
132 BGNTMESH (inext, len); in draw_segment_c_and_edge_n()
168 BGNTMESH (inext, len); in draw_segment_facet_n()
213 BGNTMESH (inext, len); in draw_segment_c_and_facet_n()
271 BGNTMESH (inext, len); in draw_binorm_segment_edge_n()
305 BGNTMESH (inext, len); in draw_binorm_segment_c_and_edge_n()
348 BGNTMESH (inext, len); in draw_binorm_segment_facet_n()
[all …]
/dports/www/srt/srt-1.4.4/srtcore/
H A Dlist.cpp255 m_caSeq[loc].inext = m_caSeq[m_iHead].inext; in removeUpTo()
286 m_caSeq[loc].inext = m_caSeq[temp].inext; in removeUpTo()
311 m_caSeq[loc].inext = m_caSeq[i].inext; in removeUpTo()
383 m_caSeq[loc].inext = m_caSeq[m_iHead].inext; in popLostSeq()
415 m_caSeq[pos].inext = m_caSeq[pos_after].inext; in insertAfter()
454 m_caSeq[loc].inext = m_caSeq[i].inext; in coalesce()
589 m_caSeq[m_caSeq[loc].iprior].inext = m_caSeq[loc].inext; in remove()
618 m_caSeq[i].inext = m_caSeq[loc].inext; in remove()
677 m_caSeq[loc].inext = m_caSeq[i].inext; in remove()
725 p = m_caSeq[p].inext; in find()
[all …]
/dports/cad/calculix-ccx/CalculiX/ccx_2.18/src/
H A Dchecktime.f19 subroutine checktime(itpamp,namta,tinc,ttime,amta,tmin,inext,itp, argument
27 integer namta(3,*),itpamp,id,inew,inext,istart,iend,itp,istep local
40 if((namta(3,itpamp).ge.0).or.(inext.eq.0)) then
50 inext=istart
52 inext=id+1
77 if((inext.eq.inew).and.(inew.le.iend)) then
84 if(inew.gt.inext) then
86 tinc=amta(1,inext)-ttime
88 tinc=amta(1,inext)
90 inext=inext+1
/dports/science/lammps/lammps-stable_29Sep2021/src/MC/
H A Dfix_bond_swap.cpp302 if (inext >= nlocal || inext < 0) continue; in post_integrate()
313 if (inext == jnext || inext == j) continue; in post_integrate()
333 inexttag = tag[inext]; in post_integrate()
464 if (bond_atom[inext][ibond] == tag[i]) bond_atom[inext][ibond] = tag[j]; in post_integrate()
471 inexttag = tag[inext]; in post_integrate()
485 if (special[inext][m] == itag) special[inext][m] = jtag; in post_integrate()
557 i1 = angle_atom1[inext][iangle]; in post_integrate()
558 i2 = angle_atom2[inext][iangle]; in post_integrate()
559 i3 = angle_atom3[inext][iangle]; in post_integrate()
563 angle_atom2[inext][iangle] = jtag; in post_integrate()
[all …]
/dports/math/sisl/SISL-SISL-4.6.0-44-g9114631/src/
H A Ds1507.c187 inext = (i < nc-1 ? i+1 : 0);
193 curves2[inext]->ecoef[k]) * 0.5;
195 curves2[inext]->ecoef[k] = average;
216 inext = (i < nc-1 ? i+1 : 0);
220 k2 = curves2[inext]->ik;
224 knotdiff2 = (curves2[inext]->et[k2] - curves2[inext]->et[1])
232 c2 = curves2[inext]->ecoef[k];
234 c3 = curves2[inext]->ecoef[dim+k];
240 curves2[inext]->ecoef[dim+k]
246 + lambda * curves2[inext]->ecoef[dim+k];
[all …]
/dports/science/axom/axom-0.6.1/src/axom/primal/operators/detail/
H A Dclip_impl.hpp281 int inext = neighborIndex; in poly_clip_fix_nbrs() local
282 int itmp = inext; in poly_clip_fix_nbrs()
288 itmp = inext; in poly_clip_fix_nbrs()
293 if(poly_nbrs[inext][ni] == iprev) in poly_clip_fix_nbrs()
295 inext = (ni == 0) ? poly_nbrs[inext][next_nbrs - 1] in poly_clip_fix_nbrs()
307 inext || in poly_clip_fix_nbrs()
308 inext == vIndex) in poly_clip_fix_nbrs()
316 poly_nbrs[vIndex][j] = inext; in poly_clip_fix_nbrs()
318 if(inext >= oldVerts) in poly_clip_fix_nbrs()
321 old_nbrs.insertNeighborAtPos(inext, -1, 0); in poly_clip_fix_nbrs()
[all …]
/dports/devel/ga/ga-5.8/global/examples/md_cluster/
H A Dran3.F17 save iff, mj, ma, mk, inext, inextp
37 inext=0
41 inext=inext+1
42 if(inext.eq.56)inext=1
45 mj=ma(inext)-ma(inextp)
47 ma(inext)=mj
/dports/lang/yorick/yorick-y_2_2_04/hex/
H A Dregul.c25 long inext[3], stride[3], cell; in reg_track() local
41 inext[i]= forward[i]? 0 : nxyz[i]-1; in reg_track()
42 snext[i]= (xyz[i][inext[i]]-p[i])*qr[i]; in reg_track()
47 cell= (inext[i]+!forward[i])*stride[i]; in reg_track()
50 inext[j]= reg_scan(nxyz[j], xyz[j], p[j]+q[j]*snext[i], forward[j]); in reg_track()
51 if (inext[j]>=0 && cell>=0) { in reg_track()
52 cell+= (inext[j]+!forward[j])*stride[j]; in reg_track()
53 snext[j]= (xyz[j][inext[j]]-p[j])*qr[j]; in reg_track()
66 if ((++inext[i]) >= nxyz[i]) break; in reg_track()
69 if ((--inext[i]) < 0) break; in reg_track()
[all …]
/dports/math/taucs/taucs-2.2_23/external/src/
H A Damdtru.c557 last[inext] = i;
559 next[i] = inext;
609 inext = next[me];
610 if (inext != 0) {
611 last[inext] = 0;
613 head[deg] = inext;
845 inext = next[i];
846 if (inext != 0) {
1255 inext = head[deg];
1256 if (inext != 0) {
[all …]
H A Damdexa.c553 last[inext] = i;
555 next[i] = inext;
604 inext = next[me];
605 if (inext != 0) {
606 last[inext] = 0;
608 head[deg] = inext;
840 inext = next[i];
841 if (inext != 0) {
1252 inext = head[deg];
1253 if (inext != 0) {
[all …]
H A Damdhat.c561 last[inext] = i;
563 next[i] = inext;
612 inext = next[me];
613 if (inext != 0) {
614 last[inext] = 0;
616 head[deg] = inext;
848 inext = next[i];
849 if (inext != 0) {
1233 inext = head[deg];
1234 if (inext != 0) {
[all …]
H A Damdatr.c568 last[inext] = i;
570 next[i] = inext;
620 inext = next[me];
621 if (inext != 0) {
622 last[inext] = 0;
624 head[deg] = inext;
856 inext = next[i];
857 if (inext != 0) {
1312 inext = head[deg];
1313 if (inext != 0) {
[all …]
H A Damdhaf.c562 last[inext] = i;
564 next[i] = inext;
613 inext = next[me];
614 if (inext != 0) {
615 last[inext] = 0;
617 head[deg] = inext;
849 inext = next[i];
850 if (inext != 0) {
1278 inext = head[deg];
1279 if (inext != 0) {
[all …]
H A Damdbar.c566 last[inext] = i;
568 next[i] = inext;
617 inext = next[me];
618 if (inext != 0) {
619 last[inext] = 0;
621 head[deg] = inext;
853 inext = next[i];
854 if (inext != 0) {
1311 inext = head[deg];
1312 if (inext != 0) {
[all …]
/dports/www/mod_auth_gssapi/mod_auth_gssapi-1.6.3/src/asn1c/
H A DNativeEnumerated.c98 int inext = per_get_few_bits(pd, 1); in NativeEnumerated_decode_uper() local
99 if(inext < 0) _ASN_DECODE_STARVED; in NativeEnumerated_decode_uper()
100 if(inext) ct = 0; in NativeEnumerated_decode_uper()
146 int inext = 0; in NativeEnumerated_encode_uper() local
177 inext = 1; in NativeEnumerated_encode_uper()
180 if(per_put_few_bits(po, inext, 1)) in NativeEnumerated_encode_uper()
182 if(inext) ct = 0; in NativeEnumerated_encode_uper()
183 } else if(inext) { in NativeEnumerated_encode_uper()
200 value, specs->extension, inext, in NativeEnumerated_encode_uper()
201 value - (inext ? (specs->extension - 1) : 0)); in NativeEnumerated_encode_uper()
[all …]
/dports/biology/biosig/biosig-2.3.3/biosig4c++/t240/
H A DNativeEnumerated.c98 int inext = per_get_few_bits(pd, 1); in NativeEnumerated_decode_uper() local
99 if(inext < 0) _ASN_DECODE_STARVED; in NativeEnumerated_decode_uper()
100 if(inext) ct = 0; in NativeEnumerated_decode_uper()
146 int inext = 0; in NativeEnumerated_encode_uper() local
177 inext = 1; in NativeEnumerated_encode_uper()
180 if(per_put_few_bits(po, inext, 1)) in NativeEnumerated_encode_uper()
182 if(inext) ct = 0; in NativeEnumerated_encode_uper()
183 } else if(inext) { in NativeEnumerated_encode_uper()
200 value, specs->extension, inext, in NativeEnumerated_encode_uper()
201 value - (inext ? (specs->extension - 1) : 0)); in NativeEnumerated_encode_uper()
[all …]
/dports/lang/asn1c/asn1c-0.9.27/skeletons/
H A DNativeEnumerated.c98 int inext = per_get_few_bits(pd, 1); in NativeEnumerated_decode_uper() local
99 if(inext < 0) _ASN_DECODE_STARVED; in NativeEnumerated_decode_uper()
100 if(inext) ct = 0; in NativeEnumerated_decode_uper()
146 int inext = 0; in NativeEnumerated_encode_uper() local
177 inext = 1; in NativeEnumerated_encode_uper()
180 if(per_put_few_bits(po, inext, 1)) in NativeEnumerated_encode_uper()
182 if(inext) ct = 0; in NativeEnumerated_encode_uper()
183 } else if(inext) { in NativeEnumerated_encode_uper()
200 value, specs->extension, inext, in NativeEnumerated_encode_uper()
201 value - (inext ? (specs->extension - 1) : 0)); in NativeEnumerated_encode_uper()
[all …]
/dports/cad/scotch/scotch-6.0.4/src/libscotch/
H A Dhall_order_hf.c523 inext = head[deg]; in hallOrderHfR2hamdf4()
524 if (inext != 0) in hallOrderHfR2hamdf4()
525 last[inext] = i; in hallOrderHfR2hamdf4()
526 next[i] = inext; in hallOrderHfR2hamdf4()
562 inext = next[me]; in hallOrderHfR2hamdf4()
563 if (inext != 0) in hallOrderHfR2hamdf4()
571 inext = next[me]; in hallOrderHfR2hamdf4()
572 if (inext != 0) in hallOrderHfR2hamdf4()
573 last[inext] = 0; in hallOrderHfR2hamdf4()
574 head[deg] = inext; in hallOrderHfR2hamdf4()
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/beam/
H A Derl_thr_queue.c297 erts_aint_t inext; in enqueue_marker() local
410 erts_aint_t inext; in clean() local
464 erts_aint_t inext; in erts_thr_q_inspect() local
466 if (inext != ERTS_AINT_NULL) { in erts_thr_q_inspect()
473 if (inext != ERTS_AINT_NULL) in erts_thr_q_inspect()
481 erts_aint_t inext; in erts_thr_q_inspect() local
483 if (inext == ERTS_AINT_NULL) in erts_thr_q_inspect()
641 erts_aint_t inext; in erts_thr_q_dequeue() local
646 if (inext == ERTS_AINT_NULL) in erts_thr_q_dequeue()
652 if (inext == ERTS_AINT_NULL) in erts_thr_q_dequeue()
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_thr_queue.c297 erts_aint_t inext; in enqueue_marker() local
410 erts_aint_t inext; in clean() local
464 erts_aint_t inext; in erts_thr_q_inspect() local
466 if (inext != ERTS_AINT_NULL) { in erts_thr_q_inspect()
473 if (inext != ERTS_AINT_NULL) in erts_thr_q_inspect()
481 erts_aint_t inext; in erts_thr_q_inspect() local
483 if (inext == ERTS_AINT_NULL) in erts_thr_q_inspect()
641 erts_aint_t inext; in erts_thr_q_dequeue() local
646 if (inext == ERTS_AINT_NULL) in erts_thr_q_dequeue()
652 if (inext == ERTS_AINT_NULL) in erts_thr_q_dequeue()
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/beam/
H A Derl_thr_queue.c297 erts_aint_t inext; in enqueue_marker() local
410 erts_aint_t inext; in clean() local
464 erts_aint_t inext; in erts_thr_q_inspect() local
466 if (inext != ERTS_AINT_NULL) { in erts_thr_q_inspect()
473 if (inext != ERTS_AINT_NULL) in erts_thr_q_inspect()
481 erts_aint_t inext; in erts_thr_q_inspect() local
483 if (inext == ERTS_AINT_NULL) in erts_thr_q_inspect()
641 erts_aint_t inext; in erts_thr_q_dequeue() local
646 if (inext == ERTS_AINT_NULL) in erts_thr_q_dequeue()
652 if (inext == ERTS_AINT_NULL) in erts_thr_q_dequeue()
[all …]

12345678910>>...25