Home
last modified time | relevance | path

Searched refs:xval (Results 51 – 75 of 1812) sorted by relevance

12345678910>>...73

/dports/science/v_sim/v_sim-3.8.0/lib/plug-ins/abinit/
H A Dxmpi_recv.finc40 !! xval= buffer array
99 !! xval= buffer array
114 !! xval= buffer array
148 n1=size(xval,dim=1)
174 !! xval= buffer array
220 n1=size(xval,dim=1)
221 n2=size(xval,dim=2)
248 !! xval= buffer array
281 n1=size(xval,dim=1)
307 !! xval= buffer array
[all …]
H A Dxmpi_alltoall.finc44 integer, DEV_CONTARRD intent(in) :: xval(:)
57 ! allgather xval on all proc. in spaceComm
61 recvbuf=xval
64 recvbuf=xval
93 real(dp), DEV_CONTARRD intent(in) :: xval(:,:)
104 ! allgather xval on all proc. in spaceComm
108 recvbuf=xval
111 recvbuf=xval
151 ! allgather xval on all proc. in spaceComm
155 recvbuf=xval
[all …]
H A Dxmpi_alltoallv.finc17 !! xval= buffer array
48 real(dp), DEV_CONTARRD intent(in) :: xval(:,:)
62 ! allgather xval on all proc. in comm
67 sz1=size(xval,1)
71 recvbuf(:,sdr+1:sdr+sc)=xval(:,sds+1:sds+sc)
101 integer, DEV_CONTARRD intent(in) :: xval(:,:)
119 sz1=size(xval,1)
152 real(dp), DEV_CONTARRD intent(in) :: xval(:)
179 recvbuf(1:sc)=xval(sds+1:sds+sc)
208 real(dp), DEV_CONTARRD intent(in) :: xval(:)
[all …]
H A Dxmpi_max.finc34 integer ,intent(in) :: xval
46 arr_xval(1) = xval
51 xmax=xval
95 arr_xval(1) = xval
100 xmax=xval
136 s1 =SIZE(xval)
142 xmax=xval
167 !! xval= buffer array
183 real(dp),intent(in) :: xval
196 xmax=xval
[all …]
/dports/math/R/R-4.1.2/src/library/stats/R/
H A Dstepfun.R99 function(x, xval, xlim, ylim = range(c(y,Fn.kn)), argument
119 xval <- if (missing(xval)) knF else sort(xval)
121 rx <- range(xval)
123 if(length(xval) > 1L)
124 max(0.08 * diff(rx), median(diff(xval)))
126 abs(xval)/16
131 xval <- xval[xlim[1L]-dr <= xval & xval <= xlim[2L]+dr]
134 ti <- c(xlim[1L]-dr, xval, xlim[2L]+dr)
139 Fn.kn <- x(xval)
154 points(xval, Fn.kn, pch = pch, col = col.points, cex = cex.points)
[all …]
/dports/math/libRmath/R-4.1.1/src/library/stats/R/
H A Dstepfun.R99 function(x, xval, xlim, ylim = range(c(y,Fn.kn)), argument
119 xval <- if (missing(xval)) knF else sort(xval)
121 rx <- range(xval)
123 if(length(xval) > 1L)
124 max(0.08 * diff(rx), median(diff(xval)))
126 abs(xval)/16
131 xval <- xval[xlim[1L]-dr <= xval & xval <= xlim[2L]+dr]
134 ti <- c(xlim[1L]-dr, xval, xlim[2L]+dr)
139 Fn.kn <- x(xval)
154 points(xval, Fn.kn, pch = pch, col = col.points, cex = cex.points)
[all …]
/dports/math/gsl/gsl-2.7/interpolation/
H A Dtest2d.c145 double x = xval[i]; in test_interp2d()
189 double xval[] = {0.0, 0.5, 1.0, 1.5, 2.5, 3.0}; in test_bilinear_symmetric() local
194 size_t test_size = sizeof(xval) / sizeof(xval[0]); in test_bilinear_symmetric()
219 double xval[] = { 0.0, 0.5, 1.0, 1.5, 2.5, 3.0, in test_bilinear_asymmetric_z() local
232 size_t test_size = sizeof(xval) / sizeof(xval[0]); in test_bilinear_asymmetric_z()
252 double xval[] = {1.0, 1.5, 2.0}; in test_bicubic() local
257 size_t test_size = sizeof(xval) / sizeof(xval[0]); in test_bicubic()
282 double xval[] = {1.4, 2.3, 4.7, 3.3, 7.5, 6.6, 5.1}; in test_bicubic_nonlinear() local
290 size_t test_size = sizeof(xval) / sizeof(xval[0]); in test_bicubic_nonlinear()
315 double xval[] = {1.4, 2.3, 9.7, 3.3, 9.5, 6.6, 5.1}; in test_bicubic_nonlinear_nonsq() local
[all …]
/dports/graphics/p5-SVG-Graph/SVG-Graph-0.04/t/
H A D4seasons.t54 my $xval = 1;
61 x => $xval++,
65 $xval = $xval % 2;
72 x => $xval++,
76 $xval = $xval % 2;
84 x => $xval++,
88 $xval = $xval % 2;
95 x => $xval++,
99 $xval = $xval % 2;
/dports/science/qmcpack/qmcpack-3.11.0/src/spline2/tests/
H A Dgen_prefactor.py30 xval = 0.1
35 print ' tx = %g;'%xval
38 print ' REQUIRE(a[%d] == Approx(%g));'%(idx, s.subs(xs,xval))
41 xval = 0.8
43 print ' tx = %g;'%xval
46 print ' REQUIRE(a[%d] == Approx(%g));'%(idx, s.subs(xs,xval))
47 print ' REQUIRE(da[%d] == Approx(%g));'%(idx, diff(s,xs).subs(xs,xval))
48 print ' REQUIRE(d2a[%d] == Approx(%g));'%(idx, diff(s,xs,2).subs(xs,xval))
/dports/games/mangband/mangband-1.5.3/src/server/
H A Dgenerate.c1408 x1 = xval - 11; in build_type4()
1409 x2 = xval + 11; in build_type4()
1458 for (x = xval - 1; x <= xval + 1; x++) in build_type4()
1511 for (x = xval - 1; x <= xval + 1; x++) in build_type4()
1524 for (x = xval - 5 - tmp; x <= xval - 3 - tmp; x++) in build_type4()
1529 for (x = xval + 3 + tmp; x <= xval + 5 + tmp; x++) in build_type4()
1541 for (x = xval - 5; x <= xval + 5; x++) in build_type4()
1868 x1 = xval - 11; in build_type5()
1969 for (x = xval - 9; x <= xval + 9; x++) in build_type5()
2278 for (x = xval - 9; x <= xval + 9; x++) in build_type6()
[all …]
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/analysis/interpolation/
H A DMicrosphereProjectionInterpolator.java127 public MultivariateFunction interpolate(final double[][] xval, in interpolate() argument
132 if (xval == null || in interpolate()
136 if (xval.length == 0) { in interpolate()
139 if (xval.length != yval.length) { in interpolate()
140 throw new DimensionMismatchException(xval.length, yval.length); in interpolate()
142 if (xval[0] == null) { in interpolate()
146 if (dimension != xval[0].length) { in interpolate()
147 throw new DimensionMismatchException(xval[0].length, dimension); in interpolate()
157 xval, in interpolate()
/dports/cad/feappv/feappv-4.1i/program/
H A Dpadd.f11 real*8 padd, val, xval local
15 data xval /0.0d0/
20 xval = 0.0d0
22 xval = xval + val
25 padd = xval
H A Dpsub.f11 real*8 psub, val, xval local
15 data xval / 0.0d0 /
20 xval = 0.0d0
22 xval = xval - val
25 psub = xval
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/Applications/VRP/src/Common/
H A Dnetwork.c63 qsort_di(xval, xind, edgenum); in createnet()
67 for (i = 0, val_low = xval, val_high = xval + edgenum - 1, ind_low = xind, in createnet()
83 if (*xval < etol) continue; in createnet()
84 if (fabs(floor(*xval+.5) - *xval) > etol){ in createnet()
86 net_edges->weight = *xval; in createnet()
88 net_edges->weight = floor(*xval+.5); in createnet()
185 qsort_di(xval, xind, edgenum); in createnet2()
189 for (i = 0, val_low = xval, val_high = xval + edgenum - 1, ind_low = xind, in createnet2()
205 if (*xval < etol) continue; in createnet2()
206 if (fabs(floor(*xval+.5) - *xval) > etol){ in createnet2()
[all …]
/dports/games/zangband/zangband/src/
H A Drooms.c342 int xval, yval; in build_type2() local
413 int yval, xval; in build_type3() local
583 x1 = xval - 11; in build_type4()
630 generate_draw(xval - 1, yval - 1, xval + 1, yval + 1, in build_type4()
665 generate_fill(xval - 1, yval - 1, xval + 1, yval + 1, in build_type4()
686 generate_draw(xval - 5, yval - 1, xval + 5, yval + 1, in build_type4()
4110 for (x = xval - 4; x <= xval + 4; x++) in build_type14()
4241 tx2 = rand_range((x1 + xval) / 2, xval - 1); in build_type16()
4252 tx2 = rand_range((x1 + xval) / 2, xval - 1); in build_type16()
4262 tx1 = rand_range(xval + 1, (xval + x2) / 2); in build_type16()
[all …]
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/java/org/apache/commons/math3/analysis/interpolation/
H A DTricubicInterpolatingFunctionTest.java40 double[] xval = new double[] {3, 4, 5, 6.5}; in testPreconditions() local
61 tcf = new TricubicInterpolatingFunction(xval, wyval, zval, in testPreconditions()
70 tcf = new TricubicInterpolatingFunction(xval, yval, wzval, in testPreconditions()
79 tcf = new TricubicInterpolatingFunction(xval, yval, zval, in testPreconditions()
87 tcf = new TricubicInterpolatingFunction(xval, yval, zval, in testPreconditions()
95 tcf = new TricubicInterpolatingFunction(xval, yval, zval, in testPreconditions()
103 tcf = new TricubicInterpolatingFunction(xval, yval, zval, in testPreconditions()
111 tcf = new TricubicInterpolatingFunction(xval, yval, zval, in testPreconditions()
119 tcf = new TricubicInterpolatingFunction(xval, yval, zval, in testPreconditions()
127 tcf = new TricubicInterpolatingFunction(xval, yval, zval, in testPreconditions()
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/java/
H A DGraph.java14 public void addData(int set, double xval, double yval, boolean connect, boolean doRefill){ in addData() argument
16 xmin=xval; in addData()
17 xmax=xval; in addData()
23 if(xval<xmin) { xmin=xval-0.2*dx; refill=true; }; in addData()
24 if(xval>xmax) { xmax=xval+0.2*dx; refill=true; }; in addData()
28 addPoint(set,xval,yval,connect); in addData()
/dports/science/nwchem-data/nwchem-7.0.2-release/src/java/
H A DGraph.java14 public void addData(int set, double xval, double yval, boolean connect, boolean doRefill){ in addData() argument
16 xmin=xval; in addData()
17 xmax=xval; in addData()
23 if(xval<xmin) { xmin=xval-0.2*dx; refill=true; }; in addData()
24 if(xval>xmax) { xmax=xval+0.2*dx; refill=true; }; in addData()
28 addPoint(set,xval,yval,connect); in addData()
/dports/math/R-cran-NMF/NMF/src/
H A Ddistance.cpp107 double xval, yval; in rss() local
111 xval = px[i + j*n]; yval = py[i + j*n]; in rss()
112 if (both_non_NA(xval, yval)) { in rss()
113 dev = xval - yval; in rss()
144 double xval, yval; in KL() local
147 xval = px[i + j*n]; yval = py[i + j*n]; in KL()
148 if( xval == 0 ) in KL()
150 else if (both_non_NA(xval, yval)) in KL()
151 dev = xval * log((double) xval / yval) - xval + yval; in KL()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/adapters/pebbl/src/algorithm/
H A DROL_StdBranchHelper_PEBBL.hpp76 Ptr<const std::vector<Real>> xval = getConstData(x); in getMyIndex_D() local
79 int size = xval->size(); in getMyIndex_D()
81 Real x = (*xval)[i]; in getMyIndex_D()
95 Ptr<const std::vector<Real>> xval = getConstData(x); in getMyIndex_PC() local
100 Li = (*gval)[i] * (std::floor((*xval)[i]) - (*xval)[i]); in getMyIndex_PC()
101 Ui = (*gval)[i] * (std::ceil((*xval)[i]) - (*xval)[i]); in getMyIndex_PC()
135 Ptr<const std::vector<Real>> xval = getConstData(x); in getMyNumFrac() local
139 int size = xval->size(); in getMyNumFrac()
141 Real x = (*xval)[i]; in getMyNumFrac()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/adapters/teuchos/src/pebbl/
H A DROL_TeuchosBranchHelper_PEBBL.hpp75 Ptr<const Teuchos::SerialDenseVector<Ordinal,Real>> xval = getConstData(x); in getMyIndex_D() local
78 int size = xval->length(); in getMyIndex_D()
80 Real x = (*xval)(i); in getMyIndex_D()
94 Ptr<const Teuchos::SerialDenseVector<Ordinal,Real>> xval = getConstData(x); in getMyIndex_PC() local
99 Li = (*gval)[i] * (std::floor((*xval)[i]) - (*xval)[i]); in getMyIndex_PC()
100 Ui = (*gval)[i] * (std::ceil((*xval)[i]) - (*xval)[i]); in getMyIndex_PC()
132 Ptr<const Teuchos::SerialDenseVector<Ordinal,Real>> xval = getConstData(x); in getMyNumFrac() local
136 int size = xval->length(); in getMyNumFrac()
138 Real x = (*xval)(i); in getMyNumFrac()
/dports/math/scilab-toolbox-swt/swt/tests/unit_tests/
H A Dwavefun.dia.ref26 [phi,psi,xval]=wavefun('haar',ITER);
36 [phi,psi,xval]=wavefun(wname,ITER);
47 [phi,psi,xval]=wavefun(wname,ITER);
58 [phi,psi,xval]=wavefun(wname,ITER);
145 [psi,xval]=wavefun("sinus",ITER);
155 [psi,xval]=wavefun("mexh",ITER);
160 [psi,xval]=wavefun("morl",ITER);
165 [psi,xval]=wavefun("DOG",ITER);
170 [psi,xval]=wavefun("cmor",ITER);
175 [psi,xval]=wavefun("shan",ITER);
[all …]
H A Dwavefun.tst29 [phi,psi,xval]=wavefun('haar',ITER);
41 [phi,psi,xval]=wavefun(wname,ITER);
54 [phi,psi,xval]=wavefun(wname,ITER);
66 [phi,psi,xval]=wavefun(wname,ITER);
166 [psi,xval]=wavefun("sinus",ITER);
176 [psi,xval]=wavefun("mexh",ITER);
181 [psi,xval]=wavefun("morl",ITER);
186 [psi,xval]=wavefun("DOG",ITER);
191 [psi,xval]=wavefun("cmor",ITER);
196 [psi,xval]=wavefun("shan",ITER);
[all …]
/dports/graphics/bmeps/dktools-4.31.1/src/dk3info/
H A Ddk3info.c109 dkChar const *xval; /* Directory value (actually used). */ in run_with_app() local
144 xval = NULL; in run_with_app()
147 case DK3_INST_SYSCONF: xval = dk3app_get_etcdir(app); break; in run_with_app()
148 case DK3_INST_DATAROOT: xval = dk3app_get_sharedir(app); break; in run_with_app()
149 case DK3_INST_BIN: xval = dk3app_get_bindir(app); break; in run_with_app()
150 case DK3_INST_LOCALSTATE: xval = dk3app_get_vardir(app); break; in run_with_app()
152 if(xval) { in run_with_app()
154 if(0 == dk3str_fncmp(val, xval)) { in run_with_app()
160 dk3sf_fputs(xval, stdout); in run_with_app()
/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dcinemat.cpp67 int xval = m_maincpu->state_int(ccpu_cpu_device::CCPU_X) & 0x0f; in WRITE_LINE_MEMBER() local
68 int i = (xval + 1) * 255 / 16; in WRITE_LINE_MEMBER()
80 int xval = m_maincpu->state_int(ccpu_cpu_device::CCPU_X); in WRITE_LINE_MEMBER() local
81 xval = (~xval >> 2) & 0x3f; in WRITE_LINE_MEMBER()
82 int i = (xval + 1) * 255 / 64; in WRITE_LINE_MEMBER()
94 int xval = m_maincpu->state_int(ccpu_cpu_device::CCPU_X); in WRITE_LINE_MEMBER() local
95 int r = (~xval >> 0) & 0x0f; in WRITE_LINE_MEMBER()
97 int g = (~xval >> 4) & 0x0f; in WRITE_LINE_MEMBER()
99 int b = (~xval >> 8) & 0x0f; in WRITE_LINE_MEMBER()

12345678910>>...73