Home
last modified time | relevance | path

Searched refs:vnext (Results 1 – 25 of 203) sorted by relevance

123456789

/dports/science/axom/axom-0.6.1/src/axom/primal/geometry/
H A DPolyhedron.hpp438 axom::int8 vnext = ni; in getFaces() local
442 while(vnext != vstart) in getFaces()
444 faces[curFaceIndex++] = vnext; in getFaces()
447 checkedEdges[(checkedSize * 2) + 1] = vnext; in getFaces()
450 int numNeighbors = m_neighbors.getNumNeighbors(vnext); in getFaces()
452 for(int k = 0; k < m_neighbors.getNumNeighbors(vnext); k++) in getFaces()
454 if(m_neighbors[vnext][k] == vprev) in getFaces()
460 vprev = vnext; in getFaces()
463 vnext = m_neighbors[vnext][numNeighbors - 1]; in getFaces()
467 vnext = m_neighbors[vnext][itr - 1]; in getFaces()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/freestyle/intern/stroke/
H A DOperators.cpp756 ++vnext; in __recursiveSplit()
760 ++vit, ++vnext) { in __recursiveSplit()
939 ++vnext; in __recursiveSplit()
943 ++vit, ++vnext) { in __recursiveSplit()
1163 ++vnext; in createStroke()
1165 while (!vnext.isEnd()) { in createStroke()
1181 ++vnext; in createStroke()
1231 if (vnext.isEnd()) { in createStroke()
1236 ++vnext; in createStroke()
1243 ++vnext; in createStroke()
[all …]
/dports/games/quakeforge/quakeforge-0.7.2/libs/video/renderer/sw/
H A Dd_sprite.c257 float du, dv, vtop, vbottom, slope, uvert, unext, vvert, vnext; in D_SpriteScanRightEdge() local
275 vnext = pnext->v; in D_SpriteScanRightEdge()
276 if (vnext < r_refdef.fvrecty_adj) in D_SpriteScanRightEdge()
277 vnext = r_refdef.fvrecty_adj; in D_SpriteScanRightEdge()
278 if (vnext > r_refdef.fvrectbottom_adj) in D_SpriteScanRightEdge()
279 vnext = r_refdef.fvrectbottom_adj; in D_SpriteScanRightEdge()
281 vbottom = ceil (vnext); in D_SpriteScanRightEdge()
297 dv = vnext - vvert; in D_SpriteScanRightEdge()
314 vvert = vnext; in D_SpriteScanRightEdge()
/dports/games/tenebrae/tenebrae_0/
H A Dd_sprite.c266 float du, dv, vtop, vbottom, slope, uvert, unext, vvert, vnext; in D_SpriteScanRightEdge() local
285 vnext = pnext->v; in D_SpriteScanRightEdge()
286 if (vnext < r_refdef.fvrecty_adj) in D_SpriteScanRightEdge()
287 vnext = r_refdef.fvrecty_adj; in D_SpriteScanRightEdge()
288 if (vnext > r_refdef.fvrectbottom_adj) in D_SpriteScanRightEdge()
289 vnext = r_refdef.fvrectbottom_adj; in D_SpriteScanRightEdge()
291 vbottom = ceil (vnext); in D_SpriteScanRightEdge()
308 dv = vnext - vvert; in D_SpriteScanRightEdge()
326 vvert = vnext; in D_SpriteScanRightEdge()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libigl/igl/
H A Dmvc.cpp70 Eigen::Vector3d vnext = (C1.row(i_next) - C1.row(i)).transpose(); in mvc() local
72 n += vnext.cross(vprev); in mvc()
137 Eigen::VectorXd vnext = C1.row(i_next) - V1.row(j); in mvc() local
142 double dist_C_V_next = std::sqrt(vnext.dot(vnext)); in mvc()
144 double a_next = std::atan2(v[1],v[0]) - std::atan2(vnext[1],vnext[0]); in mvc()
/dports/graphics/wings/libigl-2.1.0/include/igl/
H A Dmvc.cpp70 Eigen::Vector3d vnext = (C1.row(i_next) - C1.row(i)).transpose(); in mvc() local
72 n += vnext.cross(vprev); in mvc()
137 Eigen::VectorXd vnext = C1.row(i_next) - V1.row(j); in mvc() local
142 double dist_C_V_next = std::sqrt(vnext.dot(vnext)); in mvc()
144 double a_next = std::atan2(v[1],v[0]) - std::atan2(vnext[1],vnext[0]); in mvc()
/dports/games/libretro-tyrquake/tyrquake-e76477d/common/
H A Dd_sprite.c270 float vnext = pnext->v; in D_SpriteScanRightEdge() local
272 if (vnext < r_refdef.fvrecty_adj) in D_SpriteScanRightEdge()
273 vnext = r_refdef.fvrecty_adj; in D_SpriteScanRightEdge()
274 if (vnext > r_refdef.fvrectbottom_adj) in D_SpriteScanRightEdge()
275 vnext = r_refdef.fvrectbottom_adj; in D_SpriteScanRightEdge()
277 vbottom = ceil(vnext); in D_SpriteScanRightEdge()
299 dv = vnext - vvert; in D_SpriteScanRightEdge()
317 vvert = vnext; in D_SpriteScanRightEdge()
/dports/biology/py-macs2/MACS-2.2.7.1/test/
H A Dtest_Pileup.py66 vnext = iter(v).__next__
70 value = vnext()
91 vnext = iter(v).__next__
95 value = vnext()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/qsieve/
H A Dblock_lanczos.c705 uint64_t *vnext, *v[3], *x, *v0; in block_lanczos() local
794 mul_trans_MxN_Nx64(dense_rows, ncols, B, scratch, vnext); in block_lanczos()
798 mul_64xN_Nx64(v[0], vnext, scratch, vt_a_v[0], n); in block_lanczos()
799 mul_64xN_Nx64(vnext, vnext, scratch, vt_a2_v[0], n); in block_lanczos()
864 vnext[i] = vnext[i] & mask0; in block_lanczos()
866 mul_Nx64_64x64_acc(v[0], d, scratch, vnext, n); in block_lanczos()
867 mul_Nx64_64x64_acc(v[1], e, scratch, vnext, n); in block_lanczos()
868 mul_Nx64_64x64_acc(v[2], f, scratch, vnext, n); in block_lanczos()
881 v[0] = vnext; in block_lanczos()
882 vnext = tmp; in block_lanczos()
[all …]
/dports/math/e-antic/flint2-ae7ec89/qsieve/
H A Dblock_lanczos.c705 uint64_t *vnext, *v[3], *x, *v0; in block_lanczos() local
794 mul_trans_MxN_Nx64(dense_rows, ncols, B, scratch, vnext); in block_lanczos()
798 mul_64xN_Nx64(v[0], vnext, scratch, vt_a_v[0], n); in block_lanczos()
799 mul_64xN_Nx64(vnext, vnext, scratch, vt_a2_v[0], n); in block_lanczos()
864 vnext[i] = vnext[i] & mask0; in block_lanczos()
866 mul_Nx64_64x64_acc(v[0], d, scratch, vnext, n); in block_lanczos()
867 mul_Nx64_64x64_acc(v[1], e, scratch, vnext, n); in block_lanczos()
868 mul_Nx64_64x64_acc(v[2], f, scratch, vnext, n); in block_lanczos()
881 v[0] = vnext; in block_lanczos()
882 vnext = tmp; in block_lanczos()
[all …]
/dports/math/flintqs/FlintQS-1.0/src/
H A Dlanczos.cpp727 u_int64_t *vnext, *v[3], *x, *v0; in block_lanczos() local
750 vnext = (u_int64_t *)malloc(vsize * sizeof(u_int64_t)); in block_lanczos()
817 mul_64xN_Nx64(v[0], vnext, scratch, vt_a_v[0], n); in block_lanczos()
818 mul_64xN_Nx64(vnext, vnext, scratch, vt_a2_v[0], n); in block_lanczos()
883 vnext[i] = vnext[i] & mask0; in block_lanczos()
885 mul_Nx64_64x64_acc(v[0], d, scratch, vnext, n); in block_lanczos()
886 mul_Nx64_64x64_acc(v[1], e, scratch, vnext, n); in block_lanczos()
887 mul_Nx64_64x64_acc(v[2], f, scratch, vnext, n); in block_lanczos()
900 v[0] = vnext; in block_lanczos()
901 vnext = tmp; in block_lanczos()
[all …]
/dports/math/flint2/flint-2.8.4/qsieve/
H A Dblock_lanczos.c705 uint64_t *vnext, *v[3], *x, *v0; in block_lanczos() local
794 mul_trans_MxN_Nx64(dense_rows, ncols, B, scratch, vnext); in block_lanczos()
798 mul_64xN_Nx64(v[0], vnext, scratch, vt_a_v[0], n); in block_lanczos()
799 mul_64xN_Nx64(vnext, vnext, scratch, vt_a2_v[0], n); in block_lanczos()
864 vnext[i] = vnext[i] & mask0; in block_lanczos()
866 mul_Nx64_64x64_acc(v[0], d, scratch, vnext, n); in block_lanczos()
867 mul_Nx64_64x64_acc(v[1], e, scratch, vnext, n); in block_lanczos()
868 mul_Nx64_64x64_acc(v[2], f, scratch, vnext, n); in block_lanczos()
881 v[0] = vnext; in block_lanczos()
882 vnext = tmp; in block_lanczos()
[all …]
/dports/games/uhexen2/hexen2source-1.5.9/engine/h2shared/
H A Dd_sprite.c428 float du, dv, vtop, vbottom, slope, uvert, unext, vvert, vnext; in D_SpriteScanRightEdge() local
447 vnext = pnext->v; in D_SpriteScanRightEdge()
448 if (vnext < r_refdef.fvrecty_adj) in D_SpriteScanRightEdge()
449 vnext = r_refdef.fvrecty_adj; in D_SpriteScanRightEdge()
450 if (vnext > r_refdef.fvrectbottom_adj) in D_SpriteScanRightEdge()
451 vnext = r_refdef.fvrectbottom_adj; in D_SpriteScanRightEdge()
453 vbottom = ceil (vnext); in D_SpriteScanRightEdge()
470 dv = vnext - vvert; in D_SpriteScanRightEdge()
488 vvert = vnext; in D_SpriteScanRightEdge()
/dports/security/py-ssh-audit/ssh-audit-2.5.0/test/
H A Dtest_version_compare.py119 vnext = versions[i + 1]
120 assert s.compare_version(vnext) < 0
180 vnext = versions[i + 1]
181 assert s.compare_version(vnext) < 0
218 vnext = versions[i + 1]
219 assert s.compare_version(vnext) < 0
/dports/science/siconos/siconos-4.4.0/kernel/src/simulationTools/
H A DTimeSteppingD1Minus.cpp198 InteractionsGraph::VIterator ui, uiend, vnext; in advanceToEvent() local
200 for(vnext = ui; ui != uiend; ui = vnext) in advanceToEvent()
202 ++vnext; in advanceToEvent()
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/machine/machine-7b7a141da844/docs/
H A DREADME.md9 …ests for unpublished features on the `vnext-machine` branch (https://github.com/docker/docker.gith…
13 …nvention, will provide a label soon). You can submit these PRs either to `vnext-machine` or direct…
/dports/sysutils/docker-machine/machine-0.16.2/docs/
H A DREADME.md9 …ests for unpublished features on the `vnext-machine` branch (https://github.com/docker/docker.gith…
13 …nvention, will provide a label soon). You can submit these PRs either to `vnext-machine` or direct…
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/Revoropt/include/Revoropt/Mesh/
H A Dstatistics_def.hpp42 Eigen::Map<const Vector> vnext(mesh->vertex(nextindex)) ; in face_angles() local
46 const Vector e2 = (vcurr-vnext) ; in face_angles()
100 Eigen::Map<const Vector> vnext(mesh->vertex(nextindex)) ; in edge_lengths() local
102 const Vector e2 = (vcurr-vnext) ; in edge_lengths()
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Db_search.c100 newLink->vnext = list->first; in B_LLInsertFirstNode()
146 if( list->first->vnext == NULL ) in B_LLRemoveFirstNode()
149 list->first->vnext->vprevious = NULL; in B_LLRemoveFirstNode()
151 list->first = list->first->vnext; in B_LLRemoveFirstNode()
162 if( list->first->vnext == NULL ) in B_LLRemoveLastNode()
165 list->last->vprevious->vnext = NULL; in B_LLRemoveLastNode()
/dports/games/quakeforge/quakeforge-0.7.2/libs/video/renderer/sw32/
H A Dd_sprite.c571 float du, dv, vtop, vbottom, slope, uvert, unext, vvert, vnext; in D_SpriteScanRightEdge() local
589 vnext = pnext->v; in D_SpriteScanRightEdge()
590 if (vnext < r_refdef.fvrecty_adj) in D_SpriteScanRightEdge()
591 vnext = r_refdef.fvrecty_adj; in D_SpriteScanRightEdge()
592 if (vnext > r_refdef.fvrectbottom_adj) in D_SpriteScanRightEdge()
593 vnext = r_refdef.fvrectbottom_adj; in D_SpriteScanRightEdge()
595 vbottom = ceil (vnext); in D_SpriteScanRightEdge()
611 dv = vnext - vvert; in D_SpriteScanRightEdge()
628 vvert = vnext; in D_SpriteScanRightEdge()
/dports/math/spooles/spooles.2.2/BPG/src/
H A DDM.c503 int count, ierr, ii, msize, u, v, vnext ; in nonunitFlipEdges() local
619 vnext = vexp ; in nonunitFlipEdges()
625 v, u, vnext) ; in nonunitFlipEdges()
644 mind[ii] = vnext ; in nonunitFlipEdges()
683 IVL_listAndSize(ivl, vnext, &msize, &mind) ; in nonunitFlipEdges()
700 "\n %d match list : ", vnext, count, nmatch, vnext) ; in nonunitFlipEdges()
709 vnext = v ; in nonunitFlipEdges()
715 mind[ii] = vnext ; in nonunitFlipEdges()
738 IVL_listAndSize(ivl, vnext, &msize, &mind) ; in nonunitFlipEdges()
744 vnext, ii, mind[ii]) ; in nonunitFlipEdges()
[all …]
/dports/math/spooles-mpich/spooles.2.2_SHARED/BPG/src/
H A DDM.c503 int count, ierr, ii, msize, u, v, vnext ; in nonunitFlipEdges() local
619 vnext = vexp ; in nonunitFlipEdges()
625 v, u, vnext) ; in nonunitFlipEdges()
644 mind[ii] = vnext ; in nonunitFlipEdges()
683 IVL_listAndSize(ivl, vnext, &msize, &mind) ; in nonunitFlipEdges()
700 "\n %d match list : ", vnext, count, nmatch, vnext) ; in nonunitFlipEdges()
709 vnext = v ; in nonunitFlipEdges()
715 mind[ii] = vnext ; in nonunitFlipEdges()
738 IVL_listAndSize(ivl, vnext, &msize, &mind) ; in nonunitFlipEdges()
744 vnext, ii, mind[ii]) ; in nonunitFlipEdges()
[all …]
/dports/math/spooles-mpich/spooles.2.2/BPG/src/
H A DDM.c503 int count, ierr, ii, msize, u, v, vnext ; in nonunitFlipEdges() local
619 vnext = vexp ; in nonunitFlipEdges()
625 v, u, vnext) ; in nonunitFlipEdges()
644 mind[ii] = vnext ; in nonunitFlipEdges()
683 IVL_listAndSize(ivl, vnext, &msize, &mind) ; in nonunitFlipEdges()
700 "\n %d match list : ", vnext, count, nmatch, vnext) ; in nonunitFlipEdges()
709 vnext = v ; in nonunitFlipEdges()
715 mind[ii] = vnext ; in nonunitFlipEdges()
738 IVL_listAndSize(ivl, vnext, &msize, &mind) ; in nonunitFlipEdges()
744 vnext, ii, mind[ii]) ; in nonunitFlipEdges()
[all …]
/dports/math/spooles/spooles.2.2_SHARED/BPG/src/
H A DDM.c503 int count, ierr, ii, msize, u, v, vnext ; in nonunitFlipEdges() local
619 vnext = vexp ; in nonunitFlipEdges()
625 v, u, vnext) ; in nonunitFlipEdges()
644 mind[ii] = vnext ; in nonunitFlipEdges()
683 IVL_listAndSize(ivl, vnext, &msize, &mind) ; in nonunitFlipEdges()
700 "\n %d match list : ", vnext, count, nmatch, vnext) ; in nonunitFlipEdges()
709 vnext = v ; in nonunitFlipEdges()
715 mind[ii] = vnext ; in nonunitFlipEdges()
738 IVL_listAndSize(ivl, vnext, &msize, &mind) ; in nonunitFlipEdges()
744 vnext, ii, mind[ii]) ; in nonunitFlipEdges()
[all …]
/dports/net/sngrep/sngrep-1.4.9/src/
H A Dsetting.c236 const char *vnext; in setting_enum_next() local
254 vnext = sett->valuelist[i + 1]; in setting_enum_next()
257 return (vnext) ? vnext : setting_enum_next(id, NULL); in setting_enum_next()

123456789