Searched refs:dx (Results 1 - 25 of 185) sorted by relevance

12345678

/macosx-10.10.1/ruby-106/ruby/benchmark/
H A Dbm_app_mandelbrot.rb15 (0..1000).each{|dx|
17 x = dx / 50.0
H A Dbm_so_nbody.rb26 dx = @x - b2.x
30 distance = Math.sqrt(dx * dx + dy * dy + dz * dz)
34 @vx -= dx * b2_mass_mag
37 b2.vx += dx * b_mass_mag
58 dx = b.x - b2.x
61 distance = Math.sqrt(dx * dx + dy * dy + dz * dz)
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/virtchannel_transform/
H A Drot.tcl75 set dx [scan $d %c]
76 if {(65 <= $dx) && ($dx <= 90)} {
78 [expr { (($dx - 65 + $key) % 26) + 65 }]]
79 } elseif {(97 <= $dx) && ($dx <= 122)} {
81 [expr { (($dx - 97 + $key) % 26) + 97 }]]
/macosx-10.10.1/ruby-106/ruby/ext/bigdecimal/lib/bigdecimal/
H A Djacobian.rb50 dx = x[i].abs/ratio
51 dx = fx[i].abs/ratio if isEqual(dx,f.zero,f.zero,f.eps)
52 dx = f.one/f.ten if isEqual(dx,f.zero,f.zero,f.eps)
60 dx = dx*f.two
61 x[i] += dx
66 deriv <<= (fxNew[j]-fx[j])/dx
H A Dnewton.rb59 # Solve dfdx*dx = -f0 to estimate dx
60 dx = lusolve(dfdx,f0,ludecomp(dfdx,n,zero,one),zero)
69 x[i] = xs[i] - dx[i]*fact
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/plotchart/
H A Dscaling.tcl74 set dx [expr {abs($xmax-$xmin)}]
76 if { $dx == 0.0 } {
80 set dx [expr {0.2*abs($xmax)}]
81 set xmin [expr {$xmin-0.5*$dx}]
82 set xmax [expr {$xmin+0.5*$dx}]
90 if { $dx < 0.5e-8*(abs($xmin)+abs($xmax)) } {
92 set dx [expr {1.0e-8*$xmean}]
93 set xmin [expr {$xmean - 0.5*$dx}]
94 set xmax [expr {$xmean + 0.5*$dx}]
98 # Determine the factor of 10 so that dx fall
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/samples/layout/
H A DSurface.h12 void drawGlyphs(RenderingFontInstance *font, const LEGlyphID *glyphs, le_int32 count, const le_int32 *dx,
H A DSurface.cpp15 void GDISurface::drawGlyphs(RenderingFontInstance *font, const LEGlyphID *glyphs, le_int32 count, const le_int32 *dx, argument
28 glyphs, count, (INT *) dx);
/macosx-10.10.1/crontabs-52/files/daily/
H A D110.clean-tmps49 find -dx . -fstype local -type f $args -delete $print
50 find -dx . -fstype local ! -name . -type d $dargs -delete $print
/macosx-10.10.1/lsof-53/lsof/lib/
H A Dpdvn.c107 if (GET_MAJ_DEV(*rdev) == GET_MIN_DEV(Devtp[c->dx].rdev)) {
110 if (DCunsafe && !Devtp[c->dx].v && !vfy_dev(&Devtp[c->dx]))
114 safestrprt(Devtp[c->dx].name, stdout, f);
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_tile.c71 uint32 dx = td->td_tilewidth; local
78 if (dx == (uint32) -1)
79 dx = td->td_imagewidth;
84 if (dx != 0 && dy != 0 && dz != 0) {
85 uint32 xpt = TIFFhowmany(td->td_imagewidth, dx);
93 x/dx;
95 tile = (xpt*ypt)*(z/dz) + xpt*(y/dy) + x/dx;
148 uint32 dx = td->td_tilewidth; local
153 if (dx == (uint32) -1)
154 dx
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/unix/
H A DtkUnixDraw.c31 int dx, dy; /* Amount by which window was shifted. */ member in struct:ScrollInfo
63 TkScrollWindow(tkwin, gc, x, y, width, height, dx, dy, damageRgn)
67 int dx, dy; /* Distance rectangle should be moved. */
75 x, y, (unsigned int) width, (unsigned int) height, x + dx, y + dy);
81 info.dx = dx;
172 rect.x += info->dx;
74 x, y, (unsigned int) width, (unsigned int) height, x + dx, y + dy); local
/macosx-10.10.1/tcl-105/tk/tk/unix/
H A DtkUnixDraw.c30 int dx, dy; /* Amount by which window was shifted. */ member in struct:ScrollInfo
66 int dx, int dy, /* Distance rectangle should be moved. */
74 x, y, (unsigned) width, (unsigned) height, x+dx, y+dy);
80 info.dx = dx;
170 rect.x += info->dx;
60 TkScrollWindow( Tk_Window tkwin, GC gc, int x, int y, int width, int height, int dx, int dy, TkRegion damageRgn) argument
73 x, y, (unsigned) width, (unsigned) height, x+dx, y+dy); local
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Djmemdosa.asm50 push dx
54 lds dx,dword ptr [bp+10] ; get filename pointer
63 pop dx
85 push dx
95 pop dx
117 push dx
121 mov dx,word ptr [bp+8] ; LS offset
129 pop dx
151 push dx
155 lds dx,dwor
[all...]
/macosx-10.10.1/ncurses-44/ncurses/ncurses/base/
H A Dlib_overlay.c142 int sx, sy, dx, dy; local
172 for (dx = dmincol, sx = smincol;
173 dx <= dmaxcol;
174 sx++, dx++) {
177 (!CharEq(dst->_line[dy].text[dx],
179 dst->_line[dy].text[dx] =
181 SetAttr(dst->_line[dy].text[dx],
187 if (!CharEq(dst->_line[dy].text[dx],
189 dst->_line[dy].text[dx] =
/macosx-10.10.1/tcl-105/tcl_ext/bwidget/bwidget/
H A Dscrollframe.tcl156 set dx 0
161 set dx [expr {$x1-$xb1}]
163 if { $x0 < $xb0+$dx } {
164 set dx [expr {$x0-$xb0}]
168 set dx [expr {$x0-$xb0}]
170 if { $x1 > $xb1+$dx } {
171 set dx [expr {$x1-$xb1}]
191 if {($dx + $xOffset) != 0} {
192 set x [expr {($xb0+$dx+$xOffset)/[winfo width $path.frame]}]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/math/
H A Dplotstat.tcl47 set plot($canvas,dx) [expr {($cwidth-2*$cx)/double($xmax-$xmin)}]
173 set dx $plot($canvas,dx)
201 set xc [expr {$cx+$dx*($x-$xmin)-2}]
207 set xc [expr {$cx+$dx*($x-$xmin)}]
255 set dx $plot($canvas,dx)
284 set xc [expr {$cx+$dx*($x1-$xmin)}]
285 set xc2 [expr {$cx+$dx*($x2-$xmin)}]
/macosx-10.10.1/emacs-93/emacs/msdos/
H A Dis_exec.c79 regs.x.cx = regs.x.dx = 0; /* move 0 bytes (i.e., stay put) */
86 fpos_high = regs.x.dx; /* got current position */
90 regs.x.cx = regs.x.dx = 0; /* move to beginning of file */
99 regs.x.dx = __tb_offset;
125 regs.x.dx = fpos_low;
/macosx-10.10.1/groff-38/groff/src/preproc/grn/
H A Dhgraph.cpp460 register int dx; local
467 if ((dx = px - lastx)) {
468 printf("\\h'%du'", dx);
488 register int dx; local
495 if ((dx = ix - lastx)) {
496 printf("\\h'%du'", dx);
710 double h[MAXPOINTS], dx[MAXPOINTS], dy[MAXPOINTS]; local
732 PeriodicSpline(h, x, dx, d2x, d3x, numpoints);
735 NaturalEndSpline(h, x, dx, d2x, d3x, numpoints);
751 nx = x[j] + (int) (t * dx[
779 register int dx; local
972 register int dx; local
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/play/
H A Dblackbox.el372 (defun bb-trace-ray-2 (first x dx y dy)
377 ((member (cons (+ x dx) (+ y dy)) bb-board)
379 ((member (cons (+ x dx dy) (+ y dy dx)) bb-board)
380 (bb-trace-ray-2 nil x (- dy) y (- dx)))
381 ((member (cons (+ x dx (- dy)) (+ y dy (- dx))) bb-board)
382 (bb-trace-ray-2 nil x dy y dx))
384 (bb-trace-ray-2 nil (+ x dx) dx (
[all...]
/macosx-10.10.1/tcl-105/tk/tk/library/
H A Dpanedwindow.tcl51 set Priv(dx) [expr {$sx-$x}]
78 $w proxy place [expr {$x+$Priv(dx)}] [expr {$y+$Priv(dy)}]
81 [expr {$x+$Priv(dx)}] [expr {$y+$Priv(dy)}]
107 unset Priv(sash) Priv(dx) Priv(dy)
/macosx-10.10.1/tcl-105/tk84/tk/library/
H A Dpanedwindow.tcl46 set ::tk::Priv(dx) [expr {$sx-$x}]
71 [expr {$x+$::tk::Priv(dx)}] [expr {$y+$::tk::Priv(dy)}]
74 [expr {$x+$::tk::Priv(dx)}] [expr {$y+$::tk::Priv(dy)}]
97 unset ::tk::Priv(sash) ::tk::Priv(dx) ::tk::Priv(dy)
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DSlider.js109 var dx = this._localPointForEvent(event).x - this._startMouseX;
110 var x = Math.max(Math.min(this._startKnobX + dx, this._maxX), 0);
/macosx-10.10.1/curl-83.1.2/xcscripts/
H A Dinstall_curlconfig.sh15 VERSIONNUM=`grep '^#define LIBCURL_VERSION_NUM ' "$curlver_h" | cut -f2 -dx`
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Quartz/Examples/TLayer/
H A DTLayerView.py69 dx = 2 * abs(self.shadowOffset.width) + 2 * self.shadowRadius;
71 return NSInsetRect(circle.bounds(), -dx, -dy)
105 dx = point.x - center.x
107 if dx * dx + dy * dy < radius * radius:

Completed in 403 milliseconds

12345678