Home
last modified time | relevance | path

Searched refs:lby (Results 1 – 25 of 295) sorted by relevance

12345678910>>...12

/dports/science/elmerfem/elmerfem-release-9.0/elmerice/Tests/Teterousse3a/PROG/
H A DUSF_TR.f9015 REAL(KIND=dp) :: R, Rmin, lbx, lby, dbx, dby local
20 dby = lby / (Nby-1.0)
94 REAL(KIND=dp) :: R, Rmin, lbx, lby local
117 lby = 350.0
140 zbed = InterpolateDEM(x,y,xb,yb,zb,Nbx,Nby,xb0,yb0,lbx,lby)
163 REAL(KIND=dp) :: R, Rmin, lbx, lby, InterpolateDEM local
175 lby = 350.0
213 REAL(KIND=dp) :: R, Rmin, lbx, lby, InterpolateDEM local
225 lby = 350.0
263 REAL(KIND=dp) :: R, Rmin, lbx, lby, zbed, InterpolateDEM local
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/elmerice/Tests/Teterousse_DeformHeat/PROG/
H A DUSF_TR.f9015 REAL(KIND=dp) :: R, Rmin, lbx, lby, dbx, dby local
20 dby = lby / (Nby-1.0)
94 REAL(KIND=dp) :: R, Rmin, lbx, lby local
117 lby = 350.0
140 zbed = InterpolateDEM(x,y,xb,yb,zb,Nbx,Nby,xb0,yb0,lbx,lby)
163 REAL(KIND=dp) :: R, Rmin, lbx, lby, InterpolateDEM local
175 lby = 350.0
213 REAL(KIND=dp) :: R, Rmin, lbx, lby, InterpolateDEM local
225 lby = 350.0
263 REAL(KIND=dp) :: R, Rmin, lbx, lby, zbed, InterpolateDEM local
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/elmerice/Tests/Teterousse3a_b/PROG/
H A DUSF_TR.f9015 REAL(KIND=dp) :: R, Rmin, lbx, lby, dbx, dby local
20 dby = lby / (Nby-1.0)
94 REAL(KIND=dp) :: R, Rmin, lbx, lby local
117 lby = 350.0
140 zbed = InterpolateDEM(x,y,xb,yb,zb,Nbx,Nby,xb0,yb0,lbx,lby)
163 REAL(KIND=dp) :: R, Rmin, lbx, lby, InterpolateDEM local
175 lby = 350.0
213 REAL(KIND=dp) :: R, Rmin, lbx, lby, InterpolateDEM local
225 lby = 350.0
263 REAL(KIND=dp) :: R, Rmin, lbx, lby, zbed, InterpolateDEM local
[all …]
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dscip_nonlinear.c272 cand1 = lbx * lby; in SCIPaddBilinMcCormick()
274 cand3 = ubx * lby; in SCIPaddBilinMcCormick()
295 constant = bilincoef * (lby < 0.0 ? (ubx-lbx) * lby : 0.0); in SCIPaddBilinMcCormick()
345 || (ubx - lbx) * (refpointy - lby) <= (uby - lby) * (refpointx - lbx)) ) in SCIPaddBilinMcCormick()
352 constant = bilincoef * (lby < 0.0 ? (lbx - ubx) * lby : 0.0); in SCIPaddBilinMcCormick()
447 SCIP_Real ys[2] = {lby, uby}; in SCIPcomputeBilinEnvelope1()
497 miny = lby + 0.01 * (uby-lby); in SCIPcomputeBilinEnvelope1()
498 maxy = uby - 0.01 * (uby-lby); in SCIPcomputeBilinEnvelope1()
524 ys[1] = lby; in SCIPcomputeBilinEnvelope1()
887 miny = lby + 0.01 * (uby-lby); in SCIPcomputeBilinEnvelope2()
[all …]
H A Dscip_nonlinear.h99 SCIP_Real lby, /**< lower bound on second variable */
122 SCIP_Real lby, /**< lower bound on second variable */
149 SCIP_Real lby, /**< lower bound on second variable */
/dports/math/SCIP/scip-7.0.3/tests/src/scip/
H A Dbilinenvelope.c118 SCIP_Real lbx, ubx, lby, uby; in Test() local
128 lby = 0.080398097539582644; in Test()
139 …SCIPcomputeBilinEnvelope1(scip, -325.08, lbx, ubx, refpointx, lby, uby, refpointy, FALSE, alpha, b… in Test()
153 SCIP_Real lby = -2.0; in Test() local
178 …SCIPcomputeBilinEnvelope2(scip, bilincoefs[i], lbx, ubx, refpointxs[i], lby, uby, refpointys[i], F… in Test()
199 SCIP_Real lby = -20.0; in Test() local
224 …SCIPcomputeBilinEnvelope2(scip, bilincoefs[i], lbx, ubx, refpointxs[i], lby, uby, refpointys[i], T… in Test()
/dports/math/curv/curv-0.5/examples/
H A Dfinial.curv13 lby = smoothstep[0,1,y-py];
29 p0132 = lerp[p01,p32,lby];
30 p4576 = lerp[p45,p76,lby];
/dports/graphics/cenon/Cenon/GraphicObjects.subproj/
H A DVImage.m408 { *((aplanes[1]+by+x)) = (pl) ? *((data[1]+lby+lx)) : *((data[0]+lby+lx*spp+1));
409 *((aplanes[2]+by+x)) = (pl) ? *((data[2]+lby+lx)) : *((data[0]+lby+lx*spp+2));
799 *((aplanes[0]+by+x)) = (pl) ? *((data[0]+lby+lx)) : *((data[0]+lby+lx*spp));
801 { *((aplanes[1]+by+x)) = (pl) ? *((data[1]+lby+lx)) : *((data[0]+lby+lx*spp+1));
802 *((aplanes[2]+by+x)) = (pl) ? *((data[2]+lby+lx)) : *((data[0]+lby+lx*spp+2));
1041 c = 255 - ((pl) ? *((data[0]+lby+x)) : *((data[0]+lby+x*spp)));
1042 m = 255 - ((pl) ? *((data[1]+lby+x)) : *((data[0]+lby+x*spp+1)));
1043 y = 255 - ((pl) ? *((data[2]+lby+x)) : *((data[0]+lby+x*spp+2)));
1846 r = ((pl) ? *((data[0]+lby+x)) : *((data[0]+lby+x*spp)));
1847 g = ((pl) ? *((data[1]+lby+x)) : *((data[0]+lby+x*spp+1)));
[all …]
/dports/astro/oskar/OSKAR-2.8.0/oskar/splines/src/
H A Doskar_dierckx_surfit.c19 lff = 0, lco = 0, nek = 0, lfp = 0, lbx = 0, lby = 0; in oskar_dierckx_surfit() local
120 lby = lbx + nek; in oskar_dierckx_surfit()
121 lsx = lby + nek; in oskar_dierckx_surfit()
126 &wrk1[lff], &wrk1[la], &wrk1[lq], &wrk1[lbx], &wrk1[lby], in oskar_dierckx_surfit()
/dports/biology/viennarna/ViennaRNA-2.4.18/src/ViennaRNA/
H A Dc_plex.c562 lby = (int **)vrna_alloc(sizeof(int *) * 5); in Lduplexfold_CXS()
578 lby[0][j] = lby[1][j] = lby[2][j] = lby[3][j] = lby[4][j] = INF; in Lduplexfold_CXS()
630 lby[idx][j] = MIN2(lby[idx][j + 1] + bext + dj1, in Lduplexfold_CXS()
821 free(lby[i]); in Lduplexfold_CXS()
829 free(lby); in Lduplexfold_CXS()
1284 lby = (int **)vrna_alloc(sizeof(int *) * 5); in Lduplexfold_C()
1300 lby[0][j] = lby[1][j] = lby[2][j] = lby[3][j] = lby[4][j] = INF; in Lduplexfold_C()
1333 lby[idx][j] = in Lduplexfold_C()
1334 MIN2(lby[idx][j + 1] + bext, in Lduplexfold_C()
1493 free(lby[i]); in Lduplexfold_C()
[all …]
H A Dali_plex.c519 lby[0][j] = lby[1][j] = lby[2][j] = lby[3][j] = lby[4][j] = INF; in aliLduplexfold()
570 by_y = lby[idx][j + 1]; in aliLduplexfold()
586 c_by = lby[idx_1][j + 2]; in aliLduplexfold()
607 lby[idx][j] = MIN2(by, by_y); in aliLduplexfold()
807 free(lby[i]); in aliLduplexfold()
815 free(lby); in aliLduplexfold()
1354 lby[0][j] = lby[1][j] = lby[2][j] = lby[3][j] = lby[4][j] = INF; in aliLduplexfold_XS()
1414 by_y = lby[idx][j + 1]; in aliLduplexfold_XS()
1430 c_by = lby[idx_1][j + 2]; in aliLduplexfold_XS()
1652 free(lby[i]); in aliLduplexfold_XS()
[all …]
/dports/games/ace-of-penguins/ace-1.4/games/
H A Dtaipedit.c29 static int lbx, lby, lbw, lbh; variable
84 lby = table_height-MARGIN-tpe_bs->h; in init()
104 text(tmp, lbx, lby-lbh*GRID_SZ+2); in show_tile_count()
132 put_picture(p, lbx, lby-z*lbh, 0, 0, p->w, p->h); in redraw()
158 if (y >= lby-z*lbh && y < lby-z*lbh+lbh) in check_layer_buttons()
/dports/science/py-scipy/scipy-1.7.1/scipy/interpolate/fitpack/
H A Dsurfit.f313 * lby,lco,lf,lff,lfp,lh,lq,lsx,lsy,lwest,maxit,ncest,nest,nek, local
393 lby = lbx+nek
394 lsx = lby+nek
399 * wrk1(la),wrk1(lq),wrk1(lbx),wrk1(lby),wrk1(lsx),wrk1(lsy),
H A Dfpregr.f17 * k3,l,lax,lay,lbx,lby,lq,lri,lsx,lsy,mk1,mm,mpm,mynx,ncof, local
47 lby = lay+nyest*ky2
215 * wrk(lsy),wrk(lri),wrk(lq),wrk(lax),wrk(lay),wrk(lbx),wrk(lby),
320 * wrk(lsy),wrk(lri),wrk(lq),wrk(lax),wrk(lay),wrk(lbx),wrk(lby),
/dports/math/R-cran-memisc/memisc/R/
H A Dpercentages.R11 lby <- length(by) functionVar
14 if(!(lby||lwi)){
16 } else if (lby && lwi) {
32 else if(lby){
/dports/multimedia/lives/lives-3.2.0/lives-plugins/weed-plugins/gdk/
H A Dcompositor.c230 int lby = lbvals[1]; in compositor_process() local
249 int extra = (double)(in_height - lby - lbvals[3]) * lbscale + .5; in compositor_process()
250 cuttop = (double)lby * (1. - lbscale) + .5; in compositor_process()
251 in_height = lby - cuttop + lbvals[3] + extra; in compositor_process()
253 cuttop = lby; in compositor_process()
/dports/math/libflame/libflame-5.2.0/docs/libflame/old/
H A Dsiammathtime.sty161 \DeclareMathAlphabet{\mathscr} {OMS}{lby}{b}{n}
162 \SetMathAlphabet {\mathscr}{normal} {OMS}{lby}{m}{n}
163 \DeclareMathAlphabet{\mathbscr} {OMS}{lby}{b}{n}
167 \DeclareMathAlphabet{\mathcal} {OMS}{lby}{b}{n}
168 \SetMathAlphabet {\mathcal}{normal} {OMS}{lby}{m}{n}
169 \DeclareMathAlphabet{\mathbcal} {OMS}{lby}{b}{n}
/dports/science/elmerfem/elmerfem-release-9.0/elmerice/examples/Test_MshGlacierDEM/Serial/
H A Dmesh_input.dat17 ! lbx, lby
/dports/science/elmerfem/elmerfem-release-9.0/elmerice/examples/Test_MshGlacierDEM/Partitioned/
H A Dmesh_input.dat17 ! lbx, lby
/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/ast/
H A Dellipse.c679 this->lby = -DBL_MAX; in Cache()
992 lbnd[ 1 ] = this->lby; in RegBaseBox()
1055 double lby; /* Lower y bound of mesh bounding box */ in RegBaseMesh() local
1081 lby = DBL_MAX; in RegBaseMesh()
1150 if( dist < lby ) { in RegBaseMesh()
1151 lby = dist; in RegBaseMesh()
1178 lbnd[ 1 ] = this->centre[ 1 ] + lby; in RegBaseMesh()
1186 this->lby = lbnd[ 1 ]; in RegBaseMesh()
H A Dellipse.h108 double lby; /* Lower x limit of mesh bounding box */ member
H A Dcircle.c915 double lby; /* Lower y bound of mesh bounding box */ in RegBaseMesh() local
983 lby = DBL_MAX; in RegBaseMesh()
1007 if( dist < lby ) { in RegBaseMesh()
1008 lby = dist; in RegBaseMesh()
1020 this->lb[ 1 ] = this->centre[ 1 ] + lby; in RegBaseMesh()
/dports/misc/lifelines/lifelines-3.1.1/reports/
H A Digi-search.ll187 getint( lby, "Last birth year of interest?")
194 le( iby, lby))) {
/dports/science/cp2k-data/cp2k-7.1.0/src/pw/
H A Dpw_grids.F825 i1, i2, ip, ipl, ipp, itmp, j, l, lby, & local
838 lby = pw_grid%bounds(1, 2)
1066 m = -lo(1) - 2*lby + 2
1216 … INTEGER :: gmax, ig, ip, lby, lbz, my, mz, ny, nz, & local
1221 lby = pw_grid%bounds(1, 2)
1238 IF (y < lby .OR. y > uby .OR. z < lbz .OR. z > ubz) CYCLE
1240 y = y - lby + 1
1244 yp = -y - 2*lby + 2
1490 … INTEGER :: gpt, handle, i, ip, l, lby, lbz, ll, m, & local
1499 lby = pw_grid%bounds(1, 2)
[all …]
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/pw/
H A Dpw_grids.F825 i1, i2, ip, ipl, ipp, itmp, j, l, lby, & local
838 lby = pw_grid%bounds(1, 2)
1066 m = -lo(1) - 2*lby + 2
1216 … INTEGER :: gmax, ig, ip, lby, lbz, my, mz, ny, nz, & local
1221 lby = pw_grid%bounds(1, 2)
1238 IF (y < lby .OR. y > uby .OR. z < lbz .OR. z > ubz) CYCLE
1240 y = y - lby + 1
1244 yp = -y - 2*lby + 2
1490 … INTEGER :: gpt, handle, i, ip, l, lby, lbz, ll, m, & local
1499 lby = pw_grid%bounds(1, 2)
[all …]

12345678910>>...12