Home
last modified time | relevance | path

Searched refs:dxl (Results 1 – 25 of 236) sorted by relevance

12345678910

/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/2D/Source/Flat8/
H A Dfl8p.c138 pi.dxl = -pi.dxl; in gri_per_umap_hscan()
142 pi.dtl = pi.dyl - pi.dxl; in gri_per_umap_hscan()
144 pi.dtl = pi.dyl + pi.dxl; in gri_per_umap_hscan()
172 dx_left = fix_div(pi.dxl, d); in gri_per_umap_hscan()
182 pi.dxl = -pi.dxl; in gri_per_umap_hscan()
259 pi.dxl = -pi.dxl; in gri_per_umap_hscan()
396 pi.dxl = -pi.dxl; in gri_per_umap_vscan()
400 pi.dtl = pi.dxl - pi.dyl; in gri_per_umap_vscan()
402 pi.dtl = pi.dyl + pi.dxl; in gri_per_umap_vscan()
440 pi.dxl = -pi.dxl; in gri_per_umap_vscan()
[all …]
H A Dfl8lp.c143 pi.dxl = -pi.dxl; in gri_lit_per_umap_hscan()
147 pi.dtl = pi.dyl - pi.dxl; in gri_lit_per_umap_hscan()
149 pi.dtl = pi.dyl + pi.dxl; in gri_lit_per_umap_hscan()
180 dx_left = fix_div(pi.dxl, d); in gri_lit_per_umap_hscan()
190 pi.dxl = -pi.dxl; in gri_lit_per_umap_hscan()
279 pi.dxl = -pi.dxl; in gri_lit_per_umap_hscan()
437 pi.dxl = -pi.dxl; in gri_lit_per_umap_vscan()
441 pi.dtl = pi.dxl - pi.dyl; in gri_lit_per_umap_vscan()
443 pi.dtl = pi.dyl + pi.dxl; in gri_lit_per_umap_vscan()
484 pi.dxl = -pi.dxl; in gri_lit_per_umap_vscan()
[all …]
/dports/graphics/opendx/dx-4.4.4/src/uipp/java/
H A DMakefile.am90 jObjs=`ls ../dxl/*.o` ; \
92 jObjs=`ls ../dxl/.libs/*.o` ; \
98 jObjs=`ls ../dxl/*.o` ; \
100 jObjs=`ls ../dxl/.libs/*.o` ; \
106 jObjs=`ls ../dxl/*.o` ; \
108 jObjs=`ls ../dxl/.libs/*.o` ; \
117 jObjs=`ls ../dxl/*.o` ; \
119 jObjs=`ls ../dxl/.libs/*.o` ; \
125 …6620000 --def tmpAnyDX.exp --driver-name gcc -o libAnyDX.dll DXLink.o -L../dxl/.libs -lDXL -L/usr/…
129 jObjs=`ls ../dxl/*.obj` ; \
[all …]
H A DMakefile.in642 jObjs=`ls ../dxl/*.o` ; \
644 jObjs=`ls ../dxl/.libs/*.o` ; \
650 jObjs=`ls ../dxl/*.o` ; \
652 jObjs=`ls ../dxl/.libs/*.o` ; \
658 jObjs=`ls ../dxl/*.o` ; \
660 jObjs=`ls ../dxl/.libs/*.o` ; \
669 jObjs=`ls ../dxl/*.o` ; \
671 jObjs=`ls ../dxl/.libs/*.o` ; \
677 …6620000 --def tmpAnyDX.exp --driver-name gcc -o libAnyDX.dll DXLink.o -L../dxl/.libs -lDXL -L/usr/…
681 jObjs=`ls ../dxl/*.obj` ; \
[all …]
/dports/cad/feappv/feappv-4.1i/program/
H A Dpesurf.f72 real*8 xe(2,3),xl(2,3),dxl(2), xp(2),x0(3),pl(30)
551 dxl(1) = x(1,i2) - x(1,i1)
552 dxl(2) = x(2,i2) - x(2,i1)
631 fxa = fa*dxl(2)
632 fya = -fa*dxl(1)
633 fxb = fb*dxl(2)
634 fyb = -fb*dxl(1)
636 fxa = fa*dxl(1)
637 fya = fa*dxl(2)
638 fxb = fb*dxl(1)
[all …]
H A Dprj2dl.f44 real*8 xx(2),xp(2),x0(2),xl(2,3),dxl(2),dxq(2) local
98 dxl(i) = 0.5d0*(xl(i,2) - xl(i,1))
128 xp(1) = xl(1,3) + xi*(dxl(1) + 0.5d0*xi*dxq(1))
129 xp(2) = xl(2,3) + xi*(dxl(2) + 0.5d0*xi*dxq(2))
130 dx = dxl(1) + xi*dxq(1)
131 dy = dxl(2) + xi*dxq(2)
/dports/math/py-theano/Theano-1.0.5/theano/gpuarray/c_code/
H A Ddnn_rnn_gi.c22 cudnnTensorDescriptor_t *dxl = NULL; in dnn_rnn_gi() local
149 dxl = (cudnnTensorDescriptor_t *)calloc(sizeof(cudnnTensorDescriptor_t), seqLength); in dnn_rnn_gi()
150 if (dxl == NULL) { in dnn_rnn_gi()
156 dxl[i] = dxdesc; in dnn_rnn_gi()
158 err = cudnnGetRNNWorkspaceSize(_handle, desc, (int)seqLength, dxl, &worksize); in dnn_rnn_gi()
173 dxl, &ressize); in dnn_rnn_gi()
201 dxl, PyGpuArray_DEV_DATA(*dx), in dnn_rnn_gi()
234 free(dxl); in dnn_rnn_gi()
/dports/graphics/dynamechs/dynamechs_4.0pre1/dm/
H A Dgldraw.cpp336 float dxl = m_half_width*m_left[0]; in draw() local
344 glVertex3f(m_position[0] + dxl - dxf, in draw()
347 glVertex3f(m_position[0] - dxl - dxf, in draw()
361 glVertex3f(m_position[0] + dxl + dx, in draw()
364 glVertex3f(m_position[0] - dxl + dx, in draw()
369 glVertex3f(m_position[0] + dxl + dxf, in draw()
372 glVertex3f(m_position[0] - dxl + dxf, in draw()
/dports/math/highs/HiGHS-cfe064e/src/ipm/ipx/src/
H A Dipm.cc292 const Vector& dxl = step.xl; in AddCorrector() local
299 double step_xl = StepToBoundary(xl, dxl, nullptr); in AddCorrector()
357 const Vector& dxl = step.xl; in StepSizes() local
366 double step_xl = StepToBoundary(xl, dxl, &block_xl); in StepSizes()
455 Vector& dxl = step.xl; in SolveNewtonSystem() local
492 dxl[j] = 0.0; in SolveNewtonSystem()
496 dxl[j] = 0.0; in SolveNewtonSystem()
500 dxl[j] = dx[j] - rlj; in SolveNewtonSystem()
501 dzl[j] = (sl[j] - zl[j]*dxl[j]) / xl[j]; in SolveNewtonSystem()
519 assert(AllFinite(dxl)); in SolveNewtonSystem()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/_highs/src/ipm/ipx/src/
H A Dipm.cc292 const Vector& dxl = step.xl; in AddCorrector() local
299 double step_xl = StepToBoundary(xl, dxl, nullptr); in AddCorrector()
357 const Vector& dxl = step.xl; in StepSizes() local
366 double step_xl = StepToBoundary(xl, dxl, &block_xl); in StepSizes()
456 Vector& dxl = step.xl; in SolveNewtonSystem() local
493 dxl[j] = 0.0; in SolveNewtonSystem()
497 dxl[j] = 0.0; in SolveNewtonSystem()
501 dxl[j] = dx[j] - rlj; in SolveNewtonSystem()
502 dzl[j] = (sl[j] - zl[j]*dxl[j]) / xl[j]; in SolveNewtonSystem()
520 assert(AllFinite(dxl)); in SolveNewtonSystem()
[all …]
/dports/science/cdcl/dcl-5.4.8-C/src/grph2/uspack/
H A Dusxaxu.c42 static real dxl; in usxaxu_() local
74 usrget_("DXL", &dxl, (ftnlen)3); in usxaxu_()
79 if (dxt <= 0.f || dxl <= 0.f) { in usxaxu_()
91 dxla = dxl / xfac; in usxaxu_()
H A Dusaxsc.c39 static real dxl, dyl; in usaxsc_() local
108 usrget_("DXL", &dxl, (ftnlen)3); in usaxsc_()
112 usaxdv_(cs, &dxt, &dxl, (ftnlen)1); in usaxsc_()
/dports/graphics/opendx/dx-4.4.4/src/uipp/java/dx/client/
H A DStopThread.java16 public StopThread(DXClient dxl) { in StopThread() argument
17 parent = dxl; in StopThread()
/dports/graphics/opendx/dx-4.4.4/src/uipp/
H A DMakefile.am1 SUBDIRS = dxuilib base dxl widgets ui dxui prompter \ subdir
4 DIST_SUBDIRS = dxuilib base dxl widgets ui dxui prompter \
/dports/astro/gpstk/GPSTk-8.0.0/ext/lib/Geomatics/
H A DCubicSpline.hpp289 T dxr(X[k]-x), dxl(x-X[k-1]), dx(X[k]-X[k-1]); in interpolate() local
290 return (( dxl * (Y[k] - S[k]*dx*dx/T(6)) in interpolate()
291 + (S[k-1]*dxr*dxr*dxr + S[k]*dxl*dxl*dxl)/T(6) in interpolate()
/dports/science/PETSc/petsc-3.14.1/src/sys/classes/draw/utils/
H A Daxisc.c257 PetscReal xl,xr,yl,yr,dxl=0,dyl=0,dxr=0,dyr=0; in PetscDrawAxisDraw() local
285 if (axis->ylabelstr) dxl += 7.5*tw; in PetscDrawAxisDraw()
286 if (axis->ylabel) dxl += 2.0*tw; in PetscDrawAxisDraw()
292 dxl += 0.7*tw; dxr += 0.5*tw; in PetscDrawAxisDraw()
295 xl = (dxl*axis->xhigh + dxr*axis->xlow - axis->xlow) / (dxl + dxr - 1); in PetscDrawAxisDraw()
296 xr = (dxl*axis->xhigh + dxr*axis->xlow - axis->xhigh) / (dxl + dxr - 1); in PetscDrawAxisDraw()
/dports/math/vtk9/VTK-9.1.0/Rendering/OpenGL2/glsl/
H A DvtkFluidMapperSurfaceNormalFS.glsl62 vec3 dxl = position - positionxn;
65 vec3 dx = (abs(dxr.z) < abs(dxl.z)) ? dxr : dxl;
/dports/textproc/rnv/rnv-1.7.11/
H A DMakefile.am37 dxl.h dxl.c \
/dports/graphics/opendx/dx-4.4.4/src/uipp/java/server/
H A DDXLink.c104 DXLConnection* dxl; in Java_server_DXServer_DXLStartDX() local
122 dxl = DXLStartDX(cmdstr, host); in Java_server_DXServer_DXLStartDX()
131 if(dxl == NULL) { in Java_server_DXServer_DXLStartDX()
139 return (long)dxl; in Java_server_DXServer_DXLStartDX()
H A DDXServer.java43 public static native int DXLSend( long dxl, String value ); in DXLSend() argument
45 private static native int DXLExitDX( long dxl ); in DXLExitDX() argument
358 public static void EndConnection( Long dxl, DXServerThread dxst ) in EndConnection() argument
361 ConnectionEntry ce = ( ConnectionEntry ) DXServer.CachedConns.get( dxl ); in EndConnection()
/dports/graphics/opendx/dx-4.4.4/include/
H A DMakefile.am3 dxinc_HEADERS = dxl.h dxstereo.h
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/
H A DAlgorithms.h139 const T dxl = Math::abs(lhs.x() - m_anchor.x()); in operator() local
141 if (dxl == dxr) { in operator()
146 return dxl > dxr; in operator()
/dports/editors/ted/Ted-2.23/bitmap/
H A DbmTextureMap.c269 double dxl; in bmMapPixels() local
284 dxl= ( L_x[l+1]- L_x[l] ); in bmMapPixels()
292 bmShowSlope( 'L', l, Q_y[top], row0, bdOut, L_x, L_y, dxl, dyl ); in bmMapPixels()
316 dxl= ( L_x[l+1]- L_x[l] ); in bmMapPixels()
320 bmShowSlope( 'L', l, Y, rowOut, bdOut, L_x, L_y, dxl, dyl ); in bmMapPixels()
341 else{ X0= L_x[l]+ ( ( Y- L_y[l] )* dxl )/ dyl; } in bmMapPixels()
/dports/lang/yorick/yorick-y_2_2_04/i/
H A Dspline.i290 dxl= xp-xl;
305 d2ydx2= d2u*sinh(k*dxl)/skdx + d2l*(sinh(k*(xu-xp))/skdx-1.);
307 return yl + km2*d2ydx2 + (dydx-d3)*dxl;
/dports/graphics/opendx/dx-4.4.4/src/uipp/tutor/
H A DMakefile.am23 ../dxl/libDXL.la ../../exec/libdx/libDXlite.la \

12345678910