Home
last modified time | relevance | path

Searched refs:jplus (Results 1 – 17 of 17) sorted by relevance

/dports/math/freefem++/FreeFem-sources-4.6/src/bamglib/
H A DQuadTree.cpp131 Icoor1 jplus(j < MaxISize ? (j < 0 ? 0 : j) : MaxISize - 1); in NearestVertex() local
144 int k = IJ(iplus, jplus, hb2); // QuadTreeBox number of size hb2 contening i;j in NearestVertex()
157 h0 = NORM(iplus, i2.x, jplus, i2.y); in NearestVertex()
181 h0 = NORM(iplus, i2.x, jplus, i2.y); in NearestVertex()
196 INTER_SEG(jjj, jjj + hb, jplus - h, jplus + h)) { in NearestVertex()
384 Icoor1 jplus(j < MaxISize ? (j < 0 ? 0 : j) : MaxISize - 1); in NearestVertexWithNormal() local
397 int k = IJ(iplus, jplus, hb2); // QuadTreeBox number of size hb2 contening i;j in NearestVertexWithNormal()
411 h0 = NORM(iplus, i2.x, jplus, i2.y); in NearestVertexWithNormal()
440 h0 = NORM(iplus, i2.x, jplus, i2.y); in NearestVertexWithNormal()
455 INTER_SEG(jjj, jjj + hb, jplus - h, jplus + h)) { in NearestVertexWithNormal()
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/bamg/bamglib/
H A DQuadTree.cpp144 Icoor1 jplus( j<MaxISize?(j<0?0:j):MaxISize-1); in NearestVertex() local
159 register int k = IJ(iplus,jplus,hb2);// QuadTreeBox number of size hb2 contening i;j in NearestVertex()
176 h0 = NORM(iplus,i2.x,jplus,i2.y); in NearestVertex()
200 h0 = NORM(iplus,i2.x,jplus,i2.y); in NearestVertex()
217 if (INTER_SEG(iii,iii+hb,iplus-h,iplus+h) && INTER_SEG(jjj,jjj+hb,jplus-h,jplus+h)) in NearestVertex()
441 Icoor1 jplus( j<MaxISize?(j<0?0:j):MaxISize-1); in NearestVertexWithNormal() local
456 register int k = IJ(iplus,jplus,hb2);// QuadTreeBox number of size hb2 contening i;j in NearestVertexWithNormal()
474 h0 = NORM(iplus,i2.x,jplus,i2.y); in NearestVertexWithNormal()
502 h0 = NORM(iplus,i2.x,jplus,i2.y); in NearestVertexWithNormal()
519 if (INTER_SEG(iii,iii+hb,iplus-h,iplus+h) && INTER_SEG(jjj,jjj+hb,jplus-h,jplus+h)) in NearestVertexWithNormal()
/dports/math/ogdf/OGDF/include/ogdf/graphalg/
H A DMinCostFlowReinelt.h751 nodetype *p2 = jplus; in mcf()
802 jminus = jplus; in mcf()
806 iw = jplus; in mcf()
807 jplus = iplus; in mcf()
818 if (jplus != root && iplus != root) { in mcf()
831 if (iplus == root || jplus == root) in mcf()
857 np = jplus; in mcf()
887 nodetype *s_father = jplus; // save area in mcf()
888 bool s_orientation = (eplus->tail != jplus); in mcf()
955 jplus->successor = iplus; in mcf()
[all …]
/dports/science/madness/madness-ebb3fd7/src/apps/hf/matlab/cosine_potential/
H A Dbuildlaplacian3d.m25 jplus = 1; variable
27 jplus = j + 1; variable
34 jpidx = sub2ind([n n n], i, jplus, k);
H A Dbuildmatrix.m26 jplus = 1; variable
28 jplus = j + 1; variable
35 jpidx = sub2ind([n n n], i, jplus, k);
/dports/math/freefem++/FreeFem-sources-4.6/src/femlib/
H A DFQuadTree.cpp830 long jplus( yj<MaxISize?(yj<0?0:yj):MaxISize-1); in NearestVertex() local
845 int k = IJ(iplus,jplus,hb2);// QuadTreeBox number of size hb2 contening i;j in NearestVertex()
862 h0 = NORM(iplus,i2.x,jplus,i2.y); in NearestVertex()
886 h0 = NORM(iplus,i2.x,jplus,i2.y); in NearestVertex()
903 if (INTER_SEG(iii,iii+hb,iplus-h,iplus+h) && INTER_SEG(jjj,jjj+hb,jplus-h,jplus+h)) in NearestVertex()
1124 long jplus( yj<MaxISize?(yj<0?0:yj):MaxISize-1); in NearestVertexWithNormal() local
1139 int k = IJ(iplus,jplus,hb2);// QuadTreeBox number of size hb2 contening i;j in NearestVertexWithNormal()
1159 h0 = NORM(iplus,i2.x,jplus,i2.y); in NearestVertexWithNormal()
1189 h0 = NORM(iplus,i2.x,jplus,i2.y); in NearestVertexWithNormal()
1206 if (INTER_SEG(iii,iii+hb,iplus-h,iplus+h) && INTER_SEG(jjj,jjj+hb,jplus-h,jplus+h)) in NearestVertexWithNormal()
/dports/biology/emboss/EMBOSS-6.6.0/ajax/core/
H A Dajreport.c1473 ajuint jplus = UINT_MAX; in reportWriteMotif() local
1509 jplus = j; in reportWriteMotif()
1510 ajFmtPrintF(outf, "%S at \"+\"\n", tagprints[jplus]); in reportWriteMotif()
1514 if(jstar != UINT_MAX || jplus != UINT_MAX) in reportWriteMotif()
1557 if(jplus != UINT_MAX) in reportWriteMotif()
1559 if(ajFeatGetNoteS(feature, tagnames[jplus], &tagval)) in reportWriteMotif()
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/b2d_convexdecomp/
H A Db2Polygon.cpp416 int32 jplus = (j+1 > nVertices-1)?0:j+1; in IsSimple() local
418 b2Vec2 b2(x[jplus],y[jplus]); in IsSimple()
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/b2d_convexdecomp/
H A Db2Polygon.cpp416 int32 jplus = (j+1 > nVertices-1)?0:j+1; in IsSimple() local
418 b2Vec2 b2(x[jplus],y[jplus]); in IsSimple()
/dports/games/spring/spring_98.0/rts/lib/assimp/contrib/clipper/
H A Dclipper.cpp320 int j = 0, jplus, jminus; in Orientation() local
330 if (j == highI) jplus = 0; in Orientation()
331 else jplus = j +1; in Orientation()
339 vec2.X = poly[jplus].X - poly[j].X; in Orientation()
340 vec2.Y = poly[jplus].Y - poly[j].Y; in Orientation()
/dports/devel/upp/upp/bazaar/plugin/assimp/contrib/clipper/
H A Dclipper.cpp333 int j = 0, jplus, jminus; in Orientation() local
339 if (j == highI) jplus = 0; in Orientation()
340 else jplus = j +1; in Orientation()
348 vec2.X = poly[jplus].X - poly[j].X; in Orientation()
349 vec2.Y = poly[jplus].Y - poly[j].Y; in Orientation()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Assimp/contrib/clipper/
H A Dclipper.cpp332 int j = 0, jplus, jminus; in Orientation() local
338 if (j == highI) jplus = 0; in Orientation()
339 else jplus = j +1; in Orientation()
347 vec2.X = poly[jplus].X - poly[j].X; in Orientation()
348 vec2.Y = poly[jplus].Y - poly[j].Y; in Orientation()
/dports/multimedia/assimp/assimp-5.1.3/contrib/clipper/
H A Dclipper.cpp333 int j = 0, jplus, jminus; in Orientation() local
339 if (j == highI) jplus = 0; in Orientation()
340 else jplus = j +1; in Orientation()
348 vec2.X = poly[jplus].X - poly[j].X; in Orientation()
349 vec2.Y = poly[jplus].Y - poly[j].Y; in Orientation()
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/assimp/contrib/clipper/
H A Dclipper.cpp332 int j = 0, jplus, jminus; in Orientation() local
338 if (j == highI) jplus = 0; in Orientation()
339 else jplus = j +1; in Orientation()
347 vec2.X = poly[jplus].X - poly[j].X; in Orientation()
348 vec2.Y = poly[jplus].Y - poly[j].Y; in Orientation()
/dports/graphics/mapserver/mapserver-7.6.4/renderers/agg/src/
H A Dclipper.cpp320 int j = 0, jplus, jminus; in Orientation() local
330 if (j == highI) jplus = 0; in Orientation()
331 else jplus = j +1; in Orientation()
339 vec2.X = poly[jplus].X - poly[j].X; in Orientation()
340 vec2.Y = poly[jplus].Y - poly[j].Y; in Orientation()
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/assimp/contrib/clipper/
H A Dclipper.cpp333 int j = 0, jplus, jminus; in Orientation() local
339 if (j == highI) jplus = 0; in Orientation()
340 else jplus = j +1; in Orientation()
348 vec2.X = poly[jplus].X - poly[j].X; in Orientation()
349 vec2.Y = poly[jplus].Y - poly[j].Y; in Orientation()
/dports/graphics/pinta/pinta-1.7.1/Pinta.Core/Clipper/
H A DClipper.cs2898 int j = 0, jplus, jminus; in Orientation()
2904 if (j == highI) jplus = 0; in Orientation()
2905 else jplus = j +1; in Orientation()
2911 IntPoint vec2 = new IntPoint(poly[jplus].X - poly[j].X, poly[jplus].Y - poly[j].Y); in Orientation()