Home
last modified time | relevance | path

Searched refs:dxp (Results 1 – 25 of 272) sorted by relevance

1234567891011

/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_xlator.c124 dtp->dt_xlatormap[dxp->dx_id] = dxp; in dt_xlator_create()
151 dt_idhash_xinsert(dxp->dx_locals, dxp->dx_ident); in dt_xlator_create()
157 dxp->dx_souid.di_id = dxp->dx_id; in dt_xlator_create()
160 dxp->dx_souid.di_data = dxp; in dt_xlator_create()
168 dxp->dx_ptrid.di_id = dxp->dx_id; in dt_xlator_create()
171 dxp->dx_ptrid.di_data = dxp; in dt_xlator_create()
184 dxp->dx_ptrid.di_attr = dxp->dx_souid.di_attr; in dt_xlator_create()
185 dxp->dx_ptrid.di_vers = dxp->dx_souid.di_vers; in dt_xlator_create()
301 dxp = dt_list_next(dxp)) { in dt_xlator_lookup()
313 dxp = dt_list_next(dxp)) { in dt_xlator_lookup()
[all …]
H A Ddt_pcb.c127 dt_xlator_t *dxp, *nxp; in dt_pcb_pop() local
137 for (dxp = dt_list_next(&dtp->dt_xlators); dxp; dxp = nxp) { in dt_pcb_pop()
138 nxp = dt_list_next(dxp); in dt_pcb_pop()
139 if (dxp->dx_gen == dtp->dt_gen) in dt_pcb_pop()
140 dt_xlator_destroy(dtp, dxp); in dt_pcb_pop()
H A Ddt_dof.c267 dt_xlator_t *dxp = dnp->dn_membexpr->dn_xlator; in dof_add_difo() local
272 xlp->dofxr_argn = (uint32_t)dxp->dx_arg; in dof_add_difo()
351 if (xst[dxp->dx_id] != DOF_SECIDX_NONE) in dof_add_translator()
369 dxp->dx_membdif[dnp->dn_membid]); in dof_add_translator()
386 dxp->dx_src_ctfp, dxp->dx_src_type, buf, sizeof (buf))); in dof_add_translator()
389 dxp->dx_dst_ctfp, dxp->dx_dst_type, buf, sizeof (buf))); in dof_add_translator()
646 dt_xlator_t *dxp; in dtrace_dof_create() local
705 for (dxp = dt_list_next(&dtp->dt_xlators); in dtrace_dof_create()
706 dxp != NULL; dxp = dt_list_next(dxp)) { in dtrace_dof_create()
707 if (dxp->dx_id < pgp->dp_xrefslen && in dtrace_dof_create()
[all …]
H A Ddt_cg.c1035 ctf_type_size(dxp->dx_dst_ctfp, dxp->dx_dst_base)); in dt_cg_asgn_op()
1063 if (ctf_member_info(dxp->dx_dst_ctfp, dxp->dx_dst_base, in dt_cg_asgn_op()
1109 dxp->dx_ident->di_id = 0; in dt_cg_asgn_op()
1409 dt_xlator_t *dxp; in dt_cg_xlate_member() local
1416 dxp = idp->di_data; in dt_cg_xlate_member()
1429 dxp->dx_ident->di_id = 0; in dt_cg_xlate_member()
1832 if (dxp->dx_arg == -1) { in dt_cg_node()
1877 dt_xlator_t *dxp; in dt_cg_node() local
1880 dxp = idp->di_data; in dt_cg_node()
2158 dxp = dnp->dn_membxlator; in dt_cg()
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bil/algo/tests/
H A Dtest_bil_finite_differences.cxx10 vil_image_view<float> dxp,dxm,dxc,dyp,dym,dyc; in test_bil_finite_differences() local
13 bil_finite_differences(testim, dxp, dxm, dxc, dyp, dym, dyc); in test_bil_finite_differences()
23 dxpsum += dxp(i,j); in test_bil_finite_differences()
50 bil_finite_differences(testim, dxp, dxm, dxc, dyp, dym, dyc); in test_bil_finite_differences()
52 vil_print_all(std::cout,dxp); in test_bil_finite_differences()
57 TEST_NEAR("D_x_plus" , dxp(0,j) , 0 , 0.001); in test_bil_finite_differences()
90 bil_finite_differences(testim, dxp, dxm, dxc, dyp, dym, dyc); in test_bil_finite_differences()
98 TEST_NEAR("D_x_plus" , dxp(i,0) , 0 , 0.001); in test_bil_finite_differences()
132 bil_finite_differences(testim, dxp, dxm, dxc, dyp, dym, dyc); in test_bil_finite_differences()
173 bil_finite_differences(testim, dxp, dxm, dxc, dyp, dym, dyc); in test_bil_finite_differences()
[all …]
H A Dtest_bil_finite_second_differences.cxx11 vil_image_view<float> dxp,dxm,dxc,dyp,dym,dyc; in test_bil_finite_second_differences() local
15 bil_finite_differences(testim, dxp, dxm, dxc, dyp, dym, dyc); in test_bil_finite_second_differences()
16 bil_finite_second_differences(testim, dxp, dxm, dyp, dym,dxx,dyy,dxy); in test_bil_finite_second_differences()
44 bil_finite_differences(testim, dxp, dxm, dxc, dyp, dym, dyc); in test_bil_finite_second_differences()
45 bil_finite_second_differences(testim, dxp, dxm, dyp, dym,dxx,dyy,dxy); in test_bil_finite_second_differences()
81 bil_finite_differences(testim, dxp, dxm, dxc, dyp, dym, dyc); in test_bil_finite_second_differences()
82 bil_finite_second_differences(testim, dxp, dxm, dyp, dym,dxx,dyy,dxy); in test_bil_finite_second_differences()
120 bil_finite_differences(testim, dxp, dxm, dxc, dyp, dym, dyc); in test_bil_finite_second_differences()
121 bil_finite_second_differences(testim, dxp, dxm, dyp, dym,dxx,dyy,dxy); in test_bil_finite_second_differences()
/dports/audio/din/din-52/src/
H A Dcurve_samples.cc46 double dxp = 0; in render() local
54 if (dxp > right) { in render()
61 dxp -= lastx; in render()
66 double amt = (dxp - pp.x) * 1.0 / delta; in render()
70 dxp += step; in render()
79 float dx, dxp, dy; in draw() local
108 ed->obj2win (xp[k], y[k], dxp, dy); in draw()
112 sh[0]=dxp;sh[1]=dy; in draw()
117 sh[0]=dxp;sh[1]=dy;sh[2]=dx;sh[3]=dy; in draw()
/dports/science/dynare/dynare-4.6.4/matlab/
H A DgetPowerDeriv.m1 function dxp=getPowerDeriv(x,p,k)
2 %function dxp=getPowerDeriv(x,p,k)
11 % dxp: k-th derivative of x^p
34 dxp = 0; variable
36 dxp = x^(p-k); variable
38 dxp = dxp*p; variable
/dports/science/code_saturne/code_saturne-7.1.0/src/base/
H A Dcs_tagmr.f9056 double precision, dimension(:), allocatable :: dxp variable
127 allocate(dxp(nmur))
131 dxp(:) = 0.d0
140 deallocate(dxp)
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svgui/layer/
H A DScrollableImageCache.cpp70 int dxp = dx; in scrollTo() local
71 if (dxp < 0) dxp = -dxp; in scrollTo()
73 int copylen = (w - dxp) * int(sizeof(QRgb)); in scrollTo()
77 memmove(line, line + dxp, copylen); in scrollTo()
79 memmove(line + dxp, line, copylen); in scrollTo()
/dports/cad/calculix-ccx/CalculiX/ccx_2.18/src/
H A Dstraighteq3dpen.f57 & xnor(3,3),dxp,dxq,edgenor(3,3),dd12,dd23,dd31
79 dxp=dsqrt(xp23(1)*xp23(1)+xp23(2)*xp23(2)+xp23(3)*xp23(3))
82 xp23(i)=xp23(i)/dxp
92 dxp=dsqrt(xp31(1)*xp31(1)+xp31(2)*xp31(2)+xp31(3)*xp31(3))
95 xp31(i)=xp31(i)/dxp
105 dxp=dsqrt(xp12(1)*xp12(1)+xp12(2)*xp12(2)+xp12(3)*xp12(3))
108 xp12(i)=xp12(i)/dxp
/dports/sysutils/moosefs3-netdump/moosefs-3.0.116/mfsmaster/
H A Dxattr.c261 xattrpair *sxp,*dxp,**xpt; in xattr_copy() local
274 dxp = malloc(sizeof(xattrpair)); in xattr_copy()
275 passert(dxp); in xattr_copy()
276 dxp->dictname = sxp->dictname; in xattr_copy()
277 dxp->dictvalue = sxp->dictvalue; in xattr_copy()
278 dict_inc_ref(dxp->dictname); in xattr_copy()
279 dict_inc_ref(dxp->dictvalue); in xattr_copy()
280 dxp->next = NULL; in xattr_copy()
281 *xpt = dxp; in xattr_copy()
282 xpt = &(dxp->next); in xattr_copy()
/dports/sysutils/moosefs3-client/moosefs-3.0.116/mfsmaster/
H A Dxattr.c261 xattrpair *sxp,*dxp,**xpt; in xattr_copy() local
274 dxp = malloc(sizeof(xattrpair)); in xattr_copy()
275 passert(dxp); in xattr_copy()
276 dxp->dictname = sxp->dictname; in xattr_copy()
277 dxp->dictvalue = sxp->dictvalue; in xattr_copy()
278 dict_inc_ref(dxp->dictname); in xattr_copy()
279 dict_inc_ref(dxp->dictvalue); in xattr_copy()
280 dxp->next = NULL; in xattr_copy()
281 *xpt = dxp; in xattr_copy()
282 xpt = &(dxp->next); in xattr_copy()
/dports/sysutils/moosefs3-master/moosefs-3.0.116/mfsmaster/
H A Dxattr.c261 xattrpair *sxp,*dxp,**xpt; in xattr_copy() local
274 dxp = malloc(sizeof(xattrpair)); in xattr_copy()
275 passert(dxp); in xattr_copy()
276 dxp->dictname = sxp->dictname; in xattr_copy()
277 dxp->dictvalue = sxp->dictvalue; in xattr_copy()
278 dict_inc_ref(dxp->dictname); in xattr_copy()
279 dict_inc_ref(dxp->dictvalue); in xattr_copy()
280 dxp->next = NULL; in xattr_copy()
281 *xpt = dxp; in xattr_copy()
282 xpt = &(dxp->next); in xattr_copy()
/dports/sysutils/moosefs3-metalogger/moosefs-3.0.116/mfsmaster/
H A Dxattr.c261 xattrpair *sxp,*dxp,**xpt; in xattr_copy() local
274 dxp = malloc(sizeof(xattrpair)); in xattr_copy()
275 passert(dxp); in xattr_copy()
276 dxp->dictname = sxp->dictname; in xattr_copy()
277 dxp->dictvalue = sxp->dictvalue; in xattr_copy()
278 dict_inc_ref(dxp->dictname); in xattr_copy()
279 dict_inc_ref(dxp->dictvalue); in xattr_copy()
280 dxp->next = NULL; in xattr_copy()
281 *xpt = dxp; in xattr_copy()
282 xpt = &(dxp->next); in xattr_copy()
/dports/sysutils/moosefs3-chunkserver/moosefs-3.0.116/mfsmaster/
H A Dxattr.c261 xattrpair *sxp,*dxp,**xpt; in xattr_copy() local
274 dxp = malloc(sizeof(xattrpair)); in xattr_copy()
275 passert(dxp); in xattr_copy()
276 dxp->dictname = sxp->dictname; in xattr_copy()
277 dxp->dictvalue = sxp->dictvalue; in xattr_copy()
278 dict_inc_ref(dxp->dictname); in xattr_copy()
279 dict_inc_ref(dxp->dictvalue); in xattr_copy()
280 dxp->next = NULL; in xattr_copy()
281 *xpt = dxp; in xattr_copy()
282 xpt = &(dxp->next); in xattr_copy()
/dports/sysutils/moosefs3-cgi/moosefs-3.0.116/mfsmaster/
H A Dxattr.c261 xattrpair *sxp,*dxp,**xpt; in xattr_copy() local
274 dxp = malloc(sizeof(xattrpair)); in xattr_copy()
275 passert(dxp); in xattr_copy()
276 dxp->dictname = sxp->dictname; in xattr_copy()
277 dxp->dictvalue = sxp->dictvalue; in xattr_copy()
278 dict_inc_ref(dxp->dictname); in xattr_copy()
279 dict_inc_ref(dxp->dictvalue); in xattr_copy()
280 dxp->next = NULL; in xattr_copy()
281 *xpt = dxp; in xattr_copy()
282 xpt = &(dxp->next); in xattr_copy()
/dports/sysutils/moosefs3-cgiserv/moosefs-3.0.116/mfsmaster/
H A Dxattr.c261 xattrpair *sxp,*dxp,**xpt; in xattr_copy() local
274 dxp = malloc(sizeof(xattrpair)); in xattr_copy()
275 passert(dxp); in xattr_copy()
276 dxp->dictname = sxp->dictname; in xattr_copy()
277 dxp->dictvalue = sxp->dictvalue; in xattr_copy()
278 dict_inc_ref(dxp->dictname); in xattr_copy()
279 dict_inc_ref(dxp->dictvalue); in xattr_copy()
280 dxp->next = NULL; in xattr_copy()
281 *xpt = dxp; in xattr_copy()
282 xpt = &(dxp->next); in xattr_copy()
/dports/sysutils/moosefs3-cli/moosefs-3.0.116/mfsmaster/
H A Dxattr.c261 xattrpair *sxp,*dxp,**xpt; in xattr_copy() local
274 dxp = malloc(sizeof(xattrpair)); in xattr_copy()
275 passert(dxp); in xattr_copy()
276 dxp->dictname = sxp->dictname; in xattr_copy()
277 dxp->dictvalue = sxp->dictvalue; in xattr_copy()
278 dict_inc_ref(dxp->dictname); in xattr_copy()
279 dict_inc_ref(dxp->dictvalue); in xattr_copy()
280 dxp->next = NULL; in xattr_copy()
281 *xpt = dxp; in xattr_copy()
282 xpt = &(dxp->next); in xattr_copy()
/dports/science/cdcl/dcl-5.4.8-C/src/grph2/uhpack/
H A Duhdifz.c51 static real dy, rx0, ry0, rx1, ry1, rx2, ry2, dxn, dxp, vxc, vyc, rot, in uhdifz_() local
180 dxp = (r__1 = vx2p - vx1p, abs(r__1)); in uhdifz_()
182 vyc = (vyp * dxn + vyn * dxp) / (dxp + dxn); in uhdifz_()
183 vxc = (vx1p * dxn + vx1n * dxp) / (dxp + dxn); in uhdifz_()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bil/algo/
H A Dbil_finite_differences.hxx12 vil_image_view<T>& dxp, in bil_finite_differences() argument
23 dxp.set_size(ni,nj,n_planes); in bil_finite_differences()
35 dxp(i,j,p) = (IMVAL(src_im,i+1,j,p,ni,nj) - currentPixel)/DX; in bil_finite_differences()
52 vil_image_view<T >& dxp, \
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/tachart/demo/errorbars/
H A Dmain.pas112 x, y, dxp, dxn, dyp, dyn: Double;
172 x, y, dxp, dxn, dyp, dyn: Double;
179 src.GetXErrorBarValues(i-1, dxp, dxn);
183 if (dxp = 0) and (dxn = 0) then
185 else if SameValue(dxp, dxn, EPS) then
186 StringGrid1.Cells[2, i] := Format('±%.3f', [dxp])
188 StringGrid1.Cells[2, i] := Format('+%.2f/-%.2f', [dxp, dxn]);
247 AItem.XList[0] := Data[AIndex].dxp;
334 Data[i].dxp := random*fx;
335 Data[i].dxn := 0.5 * Data[i].dxp;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/tachart/demo/errorbars/
H A Dmain.pas112 x, y, dxp, dxn, dyp, dyn: Double;
172 x, y, dxp, dxn, dyp, dyn: Double;
179 src.GetXErrorBarValues(i-1, dxp, dxn);
183 if (dxp = 0) and (dxn = 0) then
185 else if SameValue(dxp, dxn, EPS) then
186 StringGrid1.Cells[2, i] := Format('±%.3f', [dxp])
188 StringGrid1.Cells[2, i] := Format('+%.2f/-%.2f', [dxp, dxn]);
247 AItem.XList[0] := Data[AIndex].dxp;
334 Data[i].dxp := random*fx;
335 Data[i].dxn := 0.5 * Data[i].dxp;
/dports/games/crimson/crimson-0.5.3/src/cf/
H A Dcombat.cpp193 axp = c_att->XPLevel() * 2, dxp = c_def->XPLevel() * 2; in CalcResults() local
196 dtodef = 25 + dxp + ddmod; in CalcResults()
199 dastr = c_def->OffensiveStrength( c_att ) + dxp; in CalcResults()
200 ddstr = c_def->DefensiveStrength() + dxp; in CalcResults()
204 dtohit = 25 + dxp + damod; in CalcResults()
/dports/math/p5-Math-Geometry-Voronoi/Math-Geometry-Voronoi-1.3/
H A Dgeometry.c116 double dxp, dyp, dxs, t1, t2, t3, yl ; in right_of() local
132 dxp = p->x - topsite->coord.x ; in right_of()
137 fast = above = (dyp >= e->b*dxp) ; in right_of()
154 above = (e->b * (dxp*dxp - dyp*dyp)) in right_of()
156 (dxs * dyp * (1.0 + 2.0 * dxp / in right_of()

1234567891011