Home
last modified time | relevance | path

Searched refs:dotx (Results 1 – 25 of 172) sorted by relevance

1234567

/dports/cad/feappv/feappv-4.1i/program/
H A Ddotx.f2 function dotx(a,b,n) function
23 real*8 dotx, a(*),b(*) local
25 dotx = 0.0d0
27 dotx = dotx + ( a(i) - b(i) )**2
H A Dpcdisp.f42 real*8 dotx
58 tmn = dotx(td(1),x(1,n),ndm)
96 tmn = dotx(td(1),x(1,nbc),ndm)
H A Dpcboun.f44 real*8 dotx
60 tmn = dotx(td(1),x(1,n),ndm)
98 tmn = dotx(td(1),x(1,nbc),ndm)
H A Dpaboun.f36 real*8 dotx local
52 tmn = dotx(td(1),x(1,n),ndm)
H A Dpcprop.f38 real*8 dotx local
54 tmn = dotx(td(1),x(1,n),ndm)
H A Dpfboun.f39 real*8 dotx local
55 tmn = dotx(td(1),x(1,n),ndm)
/dports/games/xglk/xglk/
H A Dxglk_msg.c21 static int editx, dotx; variable
68 dotx = -1; in xmsg_redraw()
82 dotx = -1; in redrawbuf()
88 if (dotx >= 0) in adjustdot()
89 xglk_draw_dot(dotx, bbox.y+plainfonts.lineoff+2, in adjustdot()
93 dotx = editx in adjustdot()
97 dotx = -1; in adjustdot()
100 if (dotx >= 0) in adjustdot()
101 xglk_draw_dot(dotx, bbox.y+plainfonts.lineoff+2, in adjustdot()
159 dotx = -1; in xmsg_getline()
/dports/math/ploticus-nox11/pl240src/src/
H A Dproc_venndisk.c140 double area, dotx, doty, dx, dy, sqrt(); local
159 dotx = cenx - radius + (GL_rand() * radius * 2);
163 dx = fabs( dotx - cenx );
167 if( ofs == 0.0 ) { Emov( dotx, doty ); Elin( dotx, doty+ofs ); }
170 if( j == 0 ) { Emov( dotx, doty ); Elin( dotx, doty+ofs ); }
171 else if( j == 1 ) { Emov( dotx, doty ); Elin( dotx+ofs, doty+ofs ); }
172 else if( j == 2 ) { Emov( dotx, doty ); Elin( dotx+ofs, doty-ofs ); }
/dports/math/ploticus/pl240src/src/
H A Dproc_venndisk.c140 double area, dotx, doty, dx, dy, sqrt(); local
159 dotx = cenx - radius + (GL_rand() * radius * 2);
163 dx = fabs( dotx - cenx );
167 if( ofs == 0.0 ) { Emov( dotx, doty ); Elin( dotx, doty+ofs ); }
170 if( j == 0 ) { Emov( dotx, doty ); Elin( dotx, doty+ofs ); }
171 else if( j == 1 ) { Emov( dotx, doty ); Elin( dotx+ofs, doty+ofs ); }
172 else if( j == 2 ) { Emov( dotx, doty ); Elin( dotx+ofs, doty-ofs ); }
/dports/games/sgt-puzzles/puzzles-20220128.c43a34f/
H A Dgalaxies.c314 tile->dotx = -1; in remove_assoc()
343 tile->dotx = dot->x; in add_assoc()
565 s1->dotx == s2->dotx && s1->doty == s2->doty)
674 tile->dotx == tadj[i]->dotx && in outline_tile_fordot()
754 if (sps->dotx != spd->dotx || in diff_game()
1448 if (s0->dotx == s1->dotx && s0->doty == s1->doty) in new_game_desc()
1819 (tiles[0]->dotx != tiles[1]->dotx || in solver_lines_opposite_cb()
1865 int dotx, doty; in solver_spaces_oneposs_cb() local
1891 (tileadj[n]->dotx != dotx || in solver_spaces_oneposs_cb()
1895 dotx = tileadj[n]->dotx; in solver_spaces_oneposs_cb()
[all …]
/dports/math/octave-forge-mechanics/mechanics/inst/core/
H A Dpendulum.m17 %% @deftypefn {Function File} {[ @var{dotx}, @var{dotxdx}, @var{u}] =} pendulum (@var{t}, @var{x}, …
57 %% @var{dotx}: Derivative of the state space vector with respect to time. A @code{2xnT} array.
70 function [dotx dotxdx f] = pendulum (t, x, opt)
75 dotx = zeros (size (x)); variable
77 dotx(1,:) = x(2,:);
88 dotx(2,:) = ac + F;
H A Dnloscillator.m17 %% @deftypefn {Function File} {[ @var{dotx}, @var{dotxdx}, @var{u}] =} nloscillator (@var{t}, @var{…
79 %% @var{dotx}: Derivative of the state space vector with respect to time. A @code{2xnT} array.
93 function [dotx dotxdx f] = nloscillator (t, x, opt)
99 dotx = zeros (size (x)); variable
101 dotx(1,:) = x(2,:);
113 dotx(2,:) = ac + F;
/dports/devel/tla/tla-1.3.5/src/build-tools/Makefiles/
H A Dscm-library.mk40 $(CC) $(CFLAGS) -DSCM_MAGIC_SNARFER -E $< | sed -f $(makefiles)/dotx.sed > ,$@ ; \
43 $(CC) $(CFLAGS) -DSCM_MAGIC_SNARFER2 -E $< | sed -f $(makefiles)/dotx.sed >> ,$@ ; \
H A Ddotx.sed1 # arch-tag: Tom Lord Tue Dec 4 15:09:57 2001 (Makefiles/dotx.sed)
3 # dotx.sed -
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/EXAMPLES/zxn/dot-command/find/48/
H A DBUILDME.bat4 …-opt-code-size @zproject.lst -o find -pragma-include:zpragma.inc -subtype=dotx -Cz"--clean" -creat…
/dports/audio/zam-plugins-lv2/zam-plugins-3.14/plugins/ZaMultiComp/
H A DZaMultiCompUI.cpp301 dotx[k] = 0.f; in ZaMultiCompUI()
361 compdot((max_x - min_x)*from_dB(outlevel[k]), k, &dotx[k], &doty[k]); in calc_compcurves()
362 dotx[k] = fCanvasArea.getX() + dotx[k]*fCanvasArea.getWidth(); in calc_compcurves()
1054 && dotx[k] < fCanvasArea.getX() + fCanvasArea.getWidth() in onDisplay()
1055 && dotx[k] > fCanvasArea.getX()) { in onDisplay()
1056 glVertex2i(dotx[k], doty[k]); in onDisplay()
/dports/mail/rspamd/rspamd-3.1/conf/modules.d/
H A Dexternal_services.conf46 dotx = "dotx";
/dports/mail/rspamd-devel/rspamd-93430bb/conf/modules.d/
H A Dexternal_services.conf46 dotx = "dotx";
/dports/audio/zam-plugins-lv2/zam-plugins-3.14/plugins/ZaMultiCompX2/
H A DZaMultiCompX2UI.cpp306 dotx[k] = 0.f; in ZaMultiCompX2Plugin()
366 compdot((max_x - min_x)*from_dB(outlevel[k]), k, &dotx[k], &doty[k]); in initProgramName()
367 dotx[k] = fCanvasArea.getX() + dotx[k]*fCanvasArea.getWidth();
1118 && dotx[k] < fCanvasArea.getX() + fCanvasArea.getWidth()
1119 && dotx[k] > fCanvasArea.getX()) {
1120 glVertex2i(dotx[k], doty[k]);
/dports/devel/RStudio/rstudio-2021.09.1-372/dependencies/common/plumber/R/
H A Dcontent-types.R42 dotx='application/vnd.openxmlformats-officedocument.wordprocessingml.template', nameattr
/dports/devel/z88dk/z88dk/lib/config/
H A Dzxn.cfg38 SUBTYPE dotx -Cz"+zxn --dot" -startupoffset=0x200 -D__ESXDOS_DOT_COMMAND -Ca-D__ESXDOS_DOT_COM…
39 SUBTYPE dotx-n -Cz"+zxn --dot" -startupoffset=0x200 -D__ESXDOS_DOT_COMMAND -Ca-D__ESXDOS_DOT_COM…
/dports/graphics/openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/testrender/
H A Dshading.cpp219 float dotx = tf.getx(H) / ax; in eval() local
223 float e = OIIO::fast_exp(-(dotx * dotx + doty * doty) / (dotn * dotn)); in eval()
259 float dotx = h.x / ax; in sample() local
271 float e = OIIO::fast_exp(-(dotx * dotx + doty * doty) / (dotn * dotn)); in sample()
/dports/graphics/py-openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/testrender/
H A Dshading.cpp219 float dotx = tf.getx(H) / ax; in eval() local
223 float e = OIIO::fast_exp(-(dotx * dotx + doty * doty) / (dotn * dotn)); in eval()
259 float dotx = h.x / ax; in sample() local
271 float e = OIIO::fast_exp(-(dotx * dotx + doty * doty) / (dotn * dotn)); in sample()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sysui/desktop/mimetypes/
H A Dopenxmlformats-officedocument-wordprocessingml-template.desktop24 Patterns=*.dotx
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sysui/desktop/mimetypes/
H A Dopenxmlformats-officedocument-wordprocessingml-template.desktop24 Patterns=*.dotx

1234567