Home
last modified time | relevance | path

Searched refs:xv (Results 176 – 200 of 4512) sorted by relevance

12345678910>>...181

/dports/sysutils/toybox/toybox-0.8.5/toys/posix/
H A Dxargs.c194 int xv = (TT.np == TT.P) || (!data && done); in xargs_main() local
196 if (1>(xv = waitpid(-1, &status, WNOHANG*!xv))) break; in xargs_main()
198 xv = WIFEXITED(status) ? WEXITSTATUS(status) : WTERMSIG(status)+128; in xargs_main()
199 if (xv == 255) { in xargs_main()
203 } else if ((xv|1)==127) toys.exitval = xv; in xargs_main()
204 else if (xv>127) xv = 125; in xargs_main()
205 else if (xv) toys.exitval = 123; in xargs_main()
/dports/lang/gomacro/gomacro-2.7-304-g2f4dc7c/fast/
H A Dbinary_eqlneq.go359 xv.Int())
370 xv.Int())
381 xv.Int())
392 xv.Int())
412 xv.Uint())
423 xv.Uint())
434 xv.Uint())
834 xv.Int())
845 xv.Int())
856 xv.Int())
[all …]
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/testing/utest/core/calc/
H A Dparameters.cpp41 value_t xv; member
106 init_value(&vv.xv); in test_add()
115 destroy_value(&vv.xv); in test_add()
124 OK(p.get(i++, &vv.xv)); in test_add()
140 destroy_value(&vv.xv); in test_add()
165 destroy_value(&vv.xv); in test_add()
197 destroy_value(&vv.xv); in test_add()
271 init_value(&vv.xv); in test_insert()
395 init_value(&vv.xv); in test_cast()
740 init_value(&vv.xv); in test_set()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/verdict/vtkverdict/
H A DVerdictVector.hpp271 xv = xVal; in get_xyz()
279 inline void VerdictVector::x( const double xv ) in x() argument
280 { xVal = xv; } in x()
285 inline void VerdictVector::r( const double xv ) in r() argument
286 { xVal = xv; } in r()
348 inline void VerdictVector::set( const double xv, in set() argument
352 xVal = xv; in set()
428 double xv = vector1.x() + vector2.x(); in operator +() local
431 return VerdictVector(xv,yv,zv); in operator +()
438 double xv = vector1.x() - vector2.x(); in operator -() local
[all …]
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/verdict/
H A DVerdictVector.hpp270 xv = xVal; in get_xyz()
278 inline void VerdictVector::x( const double xv ) in x() argument
279 { xVal = xv; } in x()
284 inline void VerdictVector::r( const double xv ) in r() argument
285 { xVal = xv; } in r()
347 inline void VerdictVector::set( const double xv, in set() argument
351 xVal = xv; in set()
427 double xv = vector1.x() + vector2.x(); in operator +() local
430 return VerdictVector(xv,yv,zv); in operator +()
437 double xv = vector1.x() - vector2.x(); in operator -() local
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/verdict/vtkverdict/
H A DVerdictVector.hpp271 xv = xVal; in get_xyz()
279 inline void VerdictVector::x( const double xv ) in x() argument
280 { xVal = xv; } in x()
285 inline void VerdictVector::r( const double xv ) in r() argument
286 { xVal = xv; } in r()
348 inline void VerdictVector::set( const double xv, in set() argument
352 xVal = xv; in set()
428 double xv = vector1.x() + vector2.x(); in operator +() local
431 return VerdictVector(xv,yv,zv); in operator +()
438 double xv = vector1.x() - vector2.x(); in operator -() local
[all …]
/dports/math/vtk6/VTK-6.2.0/ThirdParty/verdict/vtkverdict/
H A DVerdictVector.hpp271 xv = xVal; in get_xyz()
279 inline void VerdictVector::x( const double xv ) in x() argument
280 { xVal = xv; } in x()
285 inline void VerdictVector::r( const double xv ) in r() argument
286 { xVal = xv; } in r()
348 inline void VerdictVector::set( const double xv, in set() argument
352 xVal = xv; in set()
428 double xv = vector1.x() + vector2.x(); in operator +() local
431 return VerdictVector(xv,yv,zv); in operator +()
438 double xv = vector1.x() - vector2.x(); in operator -() local
[all …]
/dports/math/p5-Math-Pari/pari-2.3.5/src/kernel/none/
H A Dinvmod.c40 ulong xu,xu1,xv,xv1; /* Lehmer stage recurrence matrix */ in invmod_pari() local
56 g = xgcduu((ulong)(b[2]), d1, 1, &xv, &xv1, &s); in invmod_pari()
63 xv = xv1 % (ulong)(b[2]); if (s < 0) xv = ((ulong)(b[2])) - xv; in invmod_pari()
64 *res = utoipos(xv); return 1; in invmod_pari()
82 lhmres = lgcdii((ulong*)d, (ulong*)d1, &xu, &xu1, &xv, &xv1, MAXULONG); in invmod_pari()
87 lhmres, xu, xu1, xv, xv1); in invmod_pari()
104 r = subii(muliu(d,xu), muliu(d1,xv)); in invmod_pari()
105 a = subii(muliu(v,xu), muliu(v1,xv)); in invmod_pari()
152 g = xxgcduu((ulong)d[2], (ulong)d1[2], 1, &xu, &xu1, &xv, &xv1, &s); in invmod_pari()
/dports/science/dftbplus/dftbplus-19.1/prog/dftb+/lib_dftb/
H A Drepspline.F90150 real(dp) :: xh, xv local
166 xv = rr - self%xStart(imatch)
167 xh = xv
172 xh = xh * xv
178 xh = xh * xv
202 real(dp) :: rr, xh, xv, d1 local
218 xv = rr - self%xStart(imatch)
224 xh = xh * xv
232 xh = xh * xv
239 xh = xh * xv
[all …]
/dports/lang/opencoarrays/OpenCoarrays-2.9.0/src/tests/unit/send-get/
H A Dget_with_vector_index.f905 real :: xv(ivsize)[*] variable
30 xv(1:nloc) = [(i,i=(me-1)*nloc+1,me*nloc)]
48 xv(iv:iv+nhl-1) = xv(rmt_idx(1:nhl,ip))[xchg(ip)]
64 write(*,fmt) me,': From halo exchange :',xv(1:nloc),':',xv(nloc+1:nloc+nrcv)
65 if (any(xv(loc_idx(1:nhl, ip)) /= expected(ip,:))) error stop 'Test failed.'
/dports/science/code_saturne/code_saturne-7.1.0/src/cdo/
H A Dcs_cdo_local.c691 cm->xv[3*v] = cm->xv[3*v+1] = cm->xv[3*v+2] = -DBL_MAX; in cs_cell_mesh_reset()
1384 double cbox[6] = {cm->xv[0], cm->xv[1], cm->xv[2], in cs_cell_mesh_build()
1385 cm->xv[0], cm->xv[1], cm->xv[2]}; in cs_cell_mesh_build()
1388 const double *xv = cm->xv + 3*v; in cs_cell_mesh_build() local
1389 if (xv[0] < cbox[0]) cbox[0] = xv[0]; in cs_cell_mesh_build()
1390 if (xv[1] < cbox[1]) cbox[1] = xv[1]; in cs_cell_mesh_build()
1391 if (xv[2] < cbox[2]) cbox[2] = xv[2]; in cs_cell_mesh_build()
1392 if (xv[0] > cbox[3]) cbox[3] = xv[0]; in cs_cell_mesh_build()
1393 if (xv[1] > cbox[4]) cbox[4] = xv[1]; in cs_cell_mesh_build()
1671 fm->xv[shift++] = xv[k]; in cs_face_mesh_build()
[all …]
/dports/science/PETSc/petsc-3.14.1/src/vec/vscat/impls/mpi1/
H A Dvpscat_mpi1.h15 const PetscScalar *xv; in PETSCMAP1() local
56 xv = *((PetscScalar**)xin->data); in PETSCMAP1()
60 ierr = VecGetArrayRead(xin,(const PetscScalar**)&xv);CHKERRQ(ierr); in PETSCMAP1()
64 else yv = (PetscScalar *)xv; in PETSCMAP1()
67 ctx->xdata = xv; in PETSCMAP1()
77 …ierr = VecScatterMemcpyPlanExecute_Pack(i,xv,&to->memcpy_plan,svalues+bs*sstarts[i],INSERT_VALUES,… in PETSCMAP1()
79 … PETSCMAP1(Pack_MPI1)(sstarts[i+1]-sstarts[i],indices + sstarts[i],xv,svalues + bs*sstarts[i],bs); in PETSCMAP1()
89 …if (!(xv == yv && to->local.memcpy_plan.same_copy_starts)) { ierr = VecScatterMemcpyPlanExecute_Sc… in PETSCMAP1()
91 …ierr = VecScatterMemcpyPlanExecute_Scatter(0,xv,&to->local.memcpy_plan,yv,&from->local.memcpy_plan… in PETSCMAP1()
93 if (xv == yv && addv == INSERT_VALUES && to->local.nonmatching_computed) { in PETSCMAP1()
[all …]
/dports/math/vampire/vampire-4.5.1/
H A Dtest_libvapi.cpp123 Var xv = api.var("X"); // variable x in testSubst() local
125 Term x = api.varTerm(xv); // term x in testSubst()
142 cout<<api.substitute(f1neg, xv, fx).toString()<<endl; in testSubst()
143 cout<<api.substitute(api.substitute(f1neg, xv, fx), xv, fx).toString()<<endl; in testSubst()
144 cout<<api.substitute(api.substitute(af1neg, xv, fx), xv, fx).toString()<<endl; in testSubst()
145 cout<<api.substitute(api.substitute(fx, xv, fx), xv, fx).toString()<<endl; in testSubst()
205 Var xv = api.var("X"); // variable x in main() local
207 Term x = api.varTerm(xv); // term x in main()
212 Formula lhs = api.formula(FormulaBuilder::FORALL, xv, api.equality(fx,fy)); // f(X) = f(Y) in main()
214 Formula rhs = api.formula(FormulaBuilder::FORALL, xv, api.formula(p,x,fx,fy)); // p(X,f(X),f(Y)) in main()
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphics/tests/nonreg_tests/
H A Dbug_1873.dia.ref16 xv = 1:10; yv=xv; s = rand(length(xv), length(yv));
18 plot3d1(xv,yv,s, flag=[-1 1 4], ebox = [min(xv), max(xv), min(yv), max(yv), min_z, max_z]);
H A Dbug_1873.tst20 xv = 1:10; yv=xv; s = rand(length(xv), length(yv));
22 plot3d1(xv,yv,s, flag=[-1 1 4], ebox = [min(xv), max(xv), min(yv), max(yv), min_z, max_z]);
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/network/
H A Dnetworkcreate.c35 if (PetscImaginaryPart(xv[i]) > 0.0) { in VecArrayPrint_private()
36 …SCIIPrintf(viewer," %g + %g i\n",(double)PetscRealPart(xv[i]),(double)PetscImaginaryPart(xv[i])… in VecArrayPrint_private()
37 } else if (PetscImaginaryPart(xv[i]) < 0.0) { in VecArrayPrint_private()
38 …SCIIPrintf(viewer," %g - %g i\n",(double)PetscRealPart(xv[i]),-(double)PetscImaginaryPart(xv[i]… in VecArrayPrint_private()
53 const PetscScalar *xv; in VecView_Network_Seq() local
56 ierr = VecGetArrayRead(X,&xv);CHKERRQ(ierr); in VecView_Network_Seq()
84 ierr = VecRestoreArrayRead(X,&xv);CHKERRQ(ierr); in VecView_Network_Seq()
92 const PetscScalar *xv; in VecView_Network_MPI() local
109 ierr = VecGetArrayRead(localX,&xv);CHKERRQ(ierr); in VecView_Network_MPI()
141 for (i=offset; i< offset+nvar; i++) values[k++] = xv[i]; in VecView_Network_MPI()
[all …]
/dports/science/helfem/HelFEM-21461e9/libhelfem/src/
H A Dpolynomial.cpp27 arma::mat polyval(const arma::mat & cv, const arma::vec & xv) { in polyval() argument
28 arma::mat fv(xv.n_elem,cv.n_cols); in polyval()
30 for(size_t ix=0;ix<xv.n_elem;ix++) in polyval()
31 fv(ix,ic)=polyval(cv.col(ic),xv(ix)); in polyval()
35 static double logprod(const arma::vec & x0, double xv, int & sign) { in logprod() argument
38 double dx=xv-x0(ip); in logprod()
65 arma::mat lipval(const arma::mat & x0, const arma::vec & xv) { in lipval() argument
66 arma::mat fv(xv.n_elem,x0.n_cols); in lipval()
68 for(size_t ix=0;ix<xv.n_elem;ix++) in lipval()
69 fv(ix,ic)=lipval(x0.col(ic),xv(ix)); in lipval()
/dports/games/abuse_sdl/abuse-0.8/data/addon/leon/lisp/
H A Dgrenade.lsp14 (let ( (xv (xvel)) (yv (yvel)) (tk (tick)) )
15 (if (and (eq tk 1) (< xv 0) )
17 (set_xvel (- 0 xv) )
22 (if (and (eq tk 2) (> xv 0) )
24 (set_xvel (- 0 xv) )
32 (set_xvel (* (/ xv 7) 5) )
40 (set_xvel (* (/ xv 7) 5) )
/dports/math/gecode/gecode-0916a1a/gecode/int/
H A Dbool.cpp584 return xv; in viewarray()
598 ViewArray<BoolView> xv(home,x); in rel() local
606 ViewArray<BoolView> xv(home,x); in rel() local
614 ViewArray<BoolView> xv(home,x); in rel() local
622 ViewArray<BoolView> xv(home,x); in rel() local
918 xv.unique(); yv.unique(); in clause()
939 ViewArray<BoolView> xv(home,x); in clause() local
944 xv.unique(); yv.unique(); in clause()
964 NegBoolView n(x[i]); xv[i]=n; in clause()
967 xv.unique(); yv.unique(); in clause()
[all …]
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/hw/dmx/input/
H A Ddmxevents.c335 xv->type = DeviceValuator; in dmxExtMotion()
336 xv->deviceid = pDevice->id; in dmxExtMotion()
337 xv->num_valuators = axesCount; in dmxExtMotion()
339 switch (xv->num_valuators) { in dmxExtMotion()
341 xv->valuator5 = v[5]; in dmxExtMotion()
343 xv->valuator4 = v[4]; in dmxExtMotion()
345 xv->valuator3 = v[3]; in dmxExtMotion()
347 xv->valuator2 = v[2]; in dmxExtMotion()
349 xv->valuator1 = v[1]; in dmxExtMotion()
351 xv->valuator0 = v[0]; in dmxExtMotion()
[all …]
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/hw/dmx/input/
H A Ddmxevents.c335 xv->type = DeviceValuator; in dmxExtMotion()
336 xv->deviceid = pDevice->id; in dmxExtMotion()
337 xv->num_valuators = axesCount; in dmxExtMotion()
339 switch (xv->num_valuators) { in dmxExtMotion()
341 xv->valuator5 = v[5]; in dmxExtMotion()
343 xv->valuator4 = v[4]; in dmxExtMotion()
345 xv->valuator3 = v[3]; in dmxExtMotion()
347 xv->valuator2 = v[2]; in dmxExtMotion()
349 xv->valuator1 = v[1]; in dmxExtMotion()
351 xv->valuator0 = v[0]; in dmxExtMotion()
[all …]
/dports/x11-servers/xwayland/xorg-server-1.20.13/hw/dmx/input/
H A Ddmxevents.c335 xv->type = DeviceValuator; in dmxExtMotion()
336 xv->deviceid = pDevice->id; in dmxExtMotion()
337 xv->num_valuators = axesCount; in dmxExtMotion()
339 switch (xv->num_valuators) { in dmxExtMotion()
341 xv->valuator5 = v[5]; in dmxExtMotion()
343 xv->valuator4 = v[4]; in dmxExtMotion()
345 xv->valuator3 = v[3]; in dmxExtMotion()
347 xv->valuator2 = v[2]; in dmxExtMotion()
349 xv->valuator1 = v[1]; in dmxExtMotion()
351 xv->valuator0 = v[0]; in dmxExtMotion()
[all …]
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/hw/dmx/input/
H A Ddmxevents.c335 xv->type = DeviceValuator; in dmxExtMotion()
336 xv->deviceid = pDevice->id; in dmxExtMotion()
337 xv->num_valuators = axesCount; in dmxExtMotion()
339 switch (xv->num_valuators) { in dmxExtMotion()
341 xv->valuator5 = v[5]; in dmxExtMotion()
343 xv->valuator4 = v[4]; in dmxExtMotion()
345 xv->valuator3 = v[3]; in dmxExtMotion()
347 xv->valuator2 = v[2]; in dmxExtMotion()
349 xv->valuator1 = v[1]; in dmxExtMotion()
351 xv->valuator0 = v[0]; in dmxExtMotion()
[all …]
/dports/x11-servers/xorg-server/xorg-server-1.20.13/hw/dmx/input/
H A Ddmxevents.c335 xv->type = DeviceValuator; in dmxExtMotion()
336 xv->deviceid = pDevice->id; in dmxExtMotion()
337 xv->num_valuators = axesCount; in dmxExtMotion()
339 switch (xv->num_valuators) { in dmxExtMotion()
341 xv->valuator5 = v[5]; in dmxExtMotion()
343 xv->valuator4 = v[4]; in dmxExtMotion()
345 xv->valuator3 = v[3]; in dmxExtMotion()
347 xv->valuator2 = v[2]; in dmxExtMotion()
349 xv->valuator1 = v[1]; in dmxExtMotion()
351 xv->valuator0 = v[0]; in dmxExtMotion()
[all …]
/dports/x11-servers/xephyr/xorg-server-1.20.13/hw/dmx/input/
H A Ddmxevents.c335 xv->type = DeviceValuator; in dmxExtMotion()
336 xv->deviceid = pDevice->id; in dmxExtMotion()
337 xv->num_valuators = axesCount; in dmxExtMotion()
339 switch (xv->num_valuators) { in dmxExtMotion()
341 xv->valuator5 = v[5]; in dmxExtMotion()
343 xv->valuator4 = v[4]; in dmxExtMotion()
345 xv->valuator3 = v[3]; in dmxExtMotion()
347 xv->valuator2 = v[2]; in dmxExtMotion()
349 xv->valuator1 = v[1]; in dmxExtMotion()
351 xv->valuator0 = v[0]; in dmxExtMotion()
[all …]

12345678910>>...181