Searched refs:coord (Results 1 - 25 of 26) sorted by path

12

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c127983 double coord = DCOORD(cell.aCoord[p->iCoord]); local
129531 float coord = (float)(DCOORD(aCell[ii].aCoord[iDim*2+1]) - local
[all...]
/macosx-10.10/ICU-531.30/icuSources/tools/tzcode/
H A Dtz2icu.cpp1627 string country, coord, zone; local
1629 is >> country >> coord >> zone;
/macosx-10.10/WebCore-7600.1.25/platform/graphics/texmap/
H A DTextureMapperShaderProgram.cpp303 vec2 coord = texCoord + radius * u_blurRadius;
304 return SamplerFunction(s_sampler, coord) * float(coord.x > 0. && coord.y > 0. && coord.x < 1. && coord.y < 1.);
309 vec2 coord = texCoord - u_shadowOffset + radius * u_blurRadius;
310 return SamplerFunction(s_sampler, coord).a * float(coord.x > 0. && coord
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/win/GL/
H A Dglext.h6483 GLAPI void APIENTRY glFogCoordf (GLfloat coord);
6484 GLAPI void APIENTRY glFogCoordfv (const GLfloat *coord);
6485 GLAPI void APIENTRY glFogCoordd (GLdouble coord);
6486 GLAPI void APIENTRY glFogCoorddv (const GLdouble *coord);
6529 typedef void (APIENTRYP PFNGLFOGCOORDFPROC) (GLfloat coord);
6530 typedef void (APIENTRYP PFNGLFOGCOORDFVPROC) (const GLfloat *coord);
6531 typedef void (APIENTRYP PFNGLFOGCOORDDPROC) (GLdouble coord);
6532 typedef void (APIENTRYP PFNGLFOGCOORDDVPROC) (const GLdouble *coord);
9666 GLAPI void APIENTRY glFogCoordfEXT (GLfloat coord);
9667 GLAPI void APIENTRY glFogCoordfvEXT (const GLfloat *coord);
[all...]
/macosx-10.10/emacs-93/emacs/lisp/play/
H A Dblackbox.el332 (let ((coord (cons x y)))
334 ((member coord bb-balls-placed)
335 (setq bb-balls-placed (delete coord bb-balls-placed))
338 (setq bb-balls-placed (cons coord bb-balls-placed))
H A Dhanoi.el167 (pole1-coord (/ max-ring-diameter 2))
168 (pole2-coord (/ base-len 2))
169 (pole3-coord (- base-len (/ (1+ max-ring-diameter) 2)))
170 (pole-coords (list pole1-coord pole2-coord pole3-coord))
207 (loop for coord in pole-coords do
208 (loop for row from (- coord (/ pole-width 2))
227 for coord in pole-coords
228 for start = (- coord (/ pol
[all...]
/macosx-10.10/emacs-93/emacs/lisp/textmodes/
H A Dartist.el2322 (defsubst artist-new-coord (x y &optional new-char)
2325 in the coord."
2326 (let ((coord (make-vector 4 x)))
2327 (aset coord 1 y)
2328 (aset coord 3 new-char)
2329 coord))
2331 (defsubst artist-coord-get-x (coord)
2333 (aref coord 0))
2335 (defsubst artist-coord
[all...]
H A Dtable.el1660 (let ((orig-coord (table--get-coordinate))
1661 (coord (table--get-coordinate))
1699 (table--goto-coordinate coord) (setcdr coord (1+ (cdr coord)))
1704 (table--goto-coordinate coord) (setcdr coord (1+ (cdr coord)))
1708 (table--goto-coordinate coord) (setcdr coord (
[all...]
/macosx-10.10/emacs-93/emacs/lisp/
H A Dwindmove.el291 (defun windmove-coord-add (coord1 coord2)
342 (defun windmove-constrain-loc-for-movement (coord window dir)
361 (windmove-constrain-to-range (car coord) min-x max-x)
362 (car coord)))
370 (windmove-constrain-to-range (cdr coord) min-y max-y)
371 (cdr coord))))
379 (defun windmove-wrap-loc-for-movement (coord window dir)
401 (windmove-constrain-around-range (car coord) min-x max-x)
402 (windmove-constrain-around-range (cdr coord) min-y max-y)))))
429 (windmove-coord
[all...]
/macosx-10.10/files-662.1.1/private/etc/
H A Dservices6244 coord-svr 2565/udp # Coordinator Server
6245 coord-svr 2565/tcp # Coordinator Server
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/tests/
H A Dcomvar.sh109 type=coord var=vieworigin val="0 0" label="Window Position"
112 type=coord var=viewsize val="400 400" label="Window Size"
/macosx-10.10/libresolv-57/
H A Ddns_util.c1315 coord_ntoa(int32_t coord, uint32_t islat) argument
1321 coord = coord - 0x80000000;
1324 if ((islat == 1) && (coord < 0))
1327 coord = -coord;
1333 if (coord < 0)
1336 coord = -coord;
1340 secfrac = coord
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/math/
H A Dinterpolate.tcl342 # coord List of coordinates for which a value is sought
345 # Estimated value(s) at $coord
360 proc ::math::interpolate::interp-spatial { xyvalues coord } {
379 foreach c [lrange $point 0 end-1] cc $coord {
H A Doptimize.tcl950 foreach coeff $objective coord $result {
951 set value [expr {$value+$coeff*$coord}]
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/controlwidget/
H A Drdial.tcl313 method drag {w coord {mode 0}} {
319 set diff [expr {$coord-$ovalue}]
321 set diff [expr {$ovalue-$coord}]
338 set ovalue $coord
H A Dvertical_meter.tcl138 set minorRight [$self getMinorRight]; # Right end coord of minor tick.
937 foreach coord $newCoords currentHeight $lastHeight {
938 set height [$axis computeHeight $coord]
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/plotchart/
H A Dplotscada.tcl154 foreach coord $wcoords {
155 if { $coord eq "*" } {
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkCanvas.c293 static double GridAlign(double coord, double spacing);
5152 * The return value is the location of the grid line nearest to coord.
5162 double coord, /* Coordinate to grid-align. */
5167 return coord;
5169 if (coord < 0) {
5170 return -((int) ((-coord)/spacing + 0.5)) * spacing;
5172 return ((int) (coord/spacing + 0.5)) * spacing;
5334 int xOrigin, /* New X origin for canvas (canvas x-coord
5337 int yOrigin) /* New Y origin for canvas (canvas y-coord
5123 GridAlign( double coord, double spacing) argument
/macosx-10.10/tcl-105/tk/tk/library/
H A Dmkpsenc.tcl1185 % user coord distance corresponding to this.
H A Dpanedwindow.tcl31 # x widget local x coord
32 # y widget local y coord
50 lassign [$w sash coord $index] sx sy
65 # x widget local x coord
66 # y widget local y coord
103 lassign [$w proxy coord] x y
118 # x widget local x coord
119 # y widget local y coord
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkCanvas.c305 static double GridAlign _ANSI_ARGS_((double coord, double spacing));
5308 * to coord.
5317 GridAlign(coord, spacing)
5318 double coord; /* Coordinate to grid-align. */
5323 return coord;
5325 if (coord < 0) {
5326 return -((int) ((-coord)/spacing + 0.5)) * spacing;
5328 return ((int) (coord/spacing + 0.5)) * spacing;
5493 int xOrigin; /* New X origin for canvas (canvas x-coord
5496 int yOrigin; /* New Y origin for canvas (canvas y-coord
[all...]
/macosx-10.10/tcl-105/tk84/tk/library/
H A Dmkpsenc.tcl1185 % user coord distance corresponding to this.
H A Dpanedwindow.tcl31 # x widget local x coord
32 # y widget local y coord
45 foreach {sx sy} [$w sash coord $index] break
60 # x widget local x coord
61 # y widget local y coord
93 foreach {x y} [$w proxy coord] break
108 # x widget local x coord
109 # y widget local y coord
/macosx-10.10/vim-55/runtime/syntax/
H A Dmaxima.vim57 syn keyword maximaFunc content context contexts contortion contract contragrad coord
H A Dvrml.vim23 syn keyword VRMLFields colorPerVertex convex coord coordIndex

Completed in 715 milliseconds

12