Home
last modified time | relevance | path

Searched refs:iplus (Results 1 – 25 of 78) sorted by relevance

1234

/dports/math/scilab/scilab-6.1.1/scilab/modules/interpolation/macros/
H A Dmesh2d.sci95 // ind(iplus) = vertices to the right of segment [indH(1) indH(2)]
96 iplus = find(d<=0);
98 remain(iplus) = [];
99 if ~isempty(iplus) then
101 [ma,ima]=min(d(iplus));
103 iOnSeg = ind(iplus);
110 indnew = ind(iplus(ima));
111 iplus(ima) = [];
113 if ~isempty(iplus) then
114 // process ind(iplus) vertices w.r.t. segment [indH(1) indnew]
[all …]
/dports/science/py-scipy/scipy-1.7.1/doc/source/tutorial/stats/
H A Dcontinuous_kstwo.rst71 >>> iminus, iplus = np.argmax(gaps, axis=0)
74 >>> print('Dn+ = %f (at x=%.2f)' % (Dnpm[1], x[iplus]))
93 >>> plt.vlines([x[iplus]], cdfs[iplus], ecdfs[iplus+1], color='m', linestyle='solid', lw=4)
97 >>> plt.annotate('Dn+', xy=(x[iplus], (ecdfs[iplus+1]+ cdfs[iplus])/2),
98 ... xytext=(x[iplus]-2, (ecdfs[iplus+1]+ cdfs[iplus])/2 - 0.02),
/dports/math/scilab/scilab-6.1.1/scilab/modules/optimization/src/fortran/
H A Dmajour.f39 iplus=i+1
48 do 8 j=iplus,n
86 iplus=i+1
95 do 16 j=iplus,n
120 do 22 j=iplus,n
126 do 24 j=iplus,n
/dports/astro/gpstk/GPSTk-8.0.0/ext/lib/Geomatics/
H A DWindowFilter.hpp579 inc(iplus); in filter()
580 ptrFuture->Add(xvec(iplus),dvec(iplus)); in filter()
583 inc(iplus); in filter()
597 iplus = i; in filter()
603 inc(iplus); in filter()
604 ptrFuture->Add(xvec(iplus),dvec(iplus)); in filter()
607 inc(iplus); in filter()
753 ptrFuture->Add(xvec(iplus),dvec(iplus)); in filter()
755 inc(iplus); in filter()
756 ptrFuture->Add(xvec(iplus),dvec(iplus)); in filter()
[all …]
/dports/math/freefem++/FreeFem-sources-4.6/src/bamglib/
H A DQuadTree.cpp130 Icoor1 iplus(i < MaxISize ? (i < 0 ? 0 : i) : 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()
195 if (INTER_SEG(iii, iii + hb, iplus - h, iplus + h) && in NearestVertex()
383 Icoor1 iplus(i < MaxISize ? (i < 0 ? 0 : i) : 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()
454 if (INTER_SEG(iii, iii + hb, iplus - h, iplus + h) && in NearestVertexWithNormal()
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/bamg/bamglib/
H A DQuadTree.cpp143 Icoor1 iplus( i<MaxISize?(i<0?0:i):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()
440 Icoor1 iplus( i<MaxISize?(i<0?0:i):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/cad/calculix/CalculiX/cgx_2.18/src/
H A Dv_distA.c17 int inull, iplus, iminus; in v_distA() local
137 iplus=inull; in v_distA()
138 for (i=0; i<3; i++) if (vsprod[i] > 0.) iplus++; in v_distA()
147 if ((iplus == 3)||(iminus == 3)) return(g); in v_distA()
/dports/science/healpix/Healpix_3.50/src/idl/zzz_external/cgis/
H A Dround.pro43 iplus = where(frac ge 0.5)
46 if (iplus(0) ne -1) then outdata(iplus)=outdata(iplus)+1
/dports/math/ogdf/OGDF/include/ogdf/graphalg/
H A DMinCostFlowReinelt.h750 nodetype *p1 = iplus; in mcf()
801 iminus = iplus; in mcf()
807 jplus = iplus; in mcf()
808 iplus = iw; in mcf()
818 if (jplus != root && iplus != root) { in mcf()
831 if (iplus == root || jplus == root) in mcf()
846 np = iplus; in mcf()
871 if (eplus->tail == iplus) in mcf()
955 jplus->successor = iplus; in mcf()
961 while (np != iplus) { in mcf()
[all …]
/dports/science/madness/madness-ebb3fd7/src/apps/hf/matlab/cosine_potential/
H A Dbuildlaplacian3d.m12 iplus = 1; variable
14 iplus = i + 1; variable
21 ipidx = sub2ind([n n n], iplus, j, k);
H A Dbuildmatrix.m13 iplus = 1; variable
15 iplus = i + 1; variable
22 ipidx = sub2ind([n n n], iplus, j, k);
/dports/biology/molden/molden5.8/
H A Ddenmak.f213 iplus = 3
215 iplus = 6
228 do i=1,n+ipolf*iplus
229 do j=1,n+ipolf*iplus
317 idavje = n + ipolf*iplus
336 ix = ix + n + ipolf*iplus
H A Dbrklin.f244 iplus = ichar('+')
258 if (n.lt.iplus.or.n.gt.nine.or.n.eq.islash
267 if (n.eq.iplus) goto 100
290 iplus = ichar('+')
305 if ((n.lt.iplus.or.n.gt.nine.or.n.eq.islash
314 if (n.eq.iplus) goto 100
H A Dreada.f9 iplus = ichar('+')
76 if (n.eq.minus.or.n.eq.iplus) then
/dports/science/dynare/dynare-4.6.4/matlab/
H A Dhomotopy3.m81 iplus = find(targetvalues > last_values); variable
127 kplus = find(curvalues(iplus) >= targetvalues(iplus));
128 curvalues(iplus(kplus)) = targetvalues(iplus(kplus));
/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Dhx2int.c29 static integer iplus, lccbeg, digbeg, lccend, uccbeg, digend, uccend, in hx2int_() local
376 iplus = '+'; in hx2int_()
466 } else if (*(unsigned char *)&string[pos - 1] == iplus) { in hx2int_()
H A Dhx2dp.c38 static integer iplus; in hx2dp_() local
456 iplus = '+'; in hx2dp_()
551 } else if (*(unsigned char *)&string[positn - 1] == iplus) { in hx2dp_()
/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Dhx2int.c29 static integer iplus, lccbeg, digbeg, lccend, uccbeg, digend, uccend, in hx2int_() local
376 iplus = '+'; in hx2int_()
466 } else if (*(unsigned char *)&string[pos - 1] == iplus) { in hx2int_()
H A Dhx2dp.c38 static integer iplus; in hx2dp_() local
456 iplus = '+'; in hx2dp_()
551 } else if (*(unsigned char *)&string[positn - 1] == iplus) { in hx2dp_()
/dports/lang/yorick/yorick-y_2_2_04/drat/
H A Dtrack.c801 int bow,corner,before,after /* ,notafter */, iplus,iminus,iexit[4]; in ExitZone() local
817 bow= corner= iplus= iminus= 0; in ExitZone()
827 if (dsx[i]>=0.) iplus++; in ExitZone()
842 if (dsx[3]>=0.) iplus++; in ExitZone()
851 if ((corner&&bow) || !(bow!=2? iplus:iminus)) { in ExitZone()
857 iplus= iminus= 4; in ExitZone()
865 iplus= i; in ExitZone()
871 i= iplus<4? iplus : iminus; in ExitZone()
875 iplus= iminus= 4; in ExitZone()
883 iplus= i; in ExitZone()
[all …]
/dports/math/freefem++/FreeFem-sources-4.6/src/femlib/
H A DFQuadTree.cpp829 long iplus( xi<MaxISize?(xi<0?0:xi):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()
1123 long iplus( xi<MaxISize?(xi<0?0:xi):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/molden/molden5.8/ambfor/
H A Dgetinp.f359 iplus = ichar('+')
373 if (n.lt.iplus.or.n.gt.nine.or.n.eq.islash
382 if (n.eq.iplus) goto 100
417 iplus = ichar('+')
484 if (n.eq.minus.or.n.eq.iplus) then
/dports/devel/boost-docs/boost_1_72_0/libs/proto/example/
H A Dvec3.cpp64 struct iplus : std::plus<int>, proto::callable {}; struct
79 , proto::otherwise< proto::fold<_, int(), iplus(CountLeaves, proto::_state) > >
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/proto/example/
H A Dvec3.cpp64 struct iplus : std::plus<int>, proto::callable {}; struct
79 , proto::otherwise< proto::fold<_, int(), iplus(CountLeaves, proto::_state) > >
/dports/databases/percona57-server/boost_1_59_0/libs/proto/example/
H A Dvec3.cpp64 struct iplus : std::plus<int>, proto::callable {}; struct
79 , proto::otherwise< proto::fold<_, int(), iplus(CountLeaves, proto::_state) > >

1234