Searched refs:xend (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/groff-38/groff/src/libs/libgroff/
H A Dgeometry.cpp129 int xend = xcenter + xv_2; local
133 int xs = xend - xcenter;
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/math/
H A Dcalculus.tcl126 foreach { xbegin xend xnumber } $xinterval { break }
129 set xdelta [expr {($xend-$xbegin)/double($xnumber)}]
161 foreach { xbegin xend xnumber } $xinterval { break }
165 set xdelta [expr {($xend-$xbegin)/double($xnumber)}]
201 foreach { xbegin xend xnumber } $xinterval { break }
208 set xdelta [expr {($xend-$xbegin)/double($xnumber)}]
246 foreach { xbegin xend xnumber } $xinterval { break }
262 set xdelta [expr {($xend-$xbegin)/double($xnumber)}]
/macosx-10.10/ncurses-44/ncurses/test/
H A Dbs.c662 int xend, yend; local
665 xend = x + xincr[i];
666 if (ONBOARD(xend, yend)
667 && IS_SHIP(board[b][xend][yend])) {
679 int l, xend, yend; local
682 xend = ss->x + (ss->length - 1) * xincr[ss->dir];
684 if (!ONBOARD(xend, yend)) {
/macosx-10.10/tcl-105/tk/tk/win/
H A DtkWinDraw.c1093 int xstart, ystart, xend, yend;
1135 xend = (int)((xr + cos(radian_end)*width/2.0) + 0.5);
1155 xend, yend);
1161 xstart, ystart, xend, yend);
1164 xstart, ystart, xend, yend);
1079 int xstart, ystart, xend, yend; local
/macosx-10.10/tcl-105/tk84/tk/win/
H A DtkWinDraw.c1107 int xstart, ystart, xend, yend;
1149 xend = (int)((xr + cos(radian_end)*width/2.0) + 0.5);
1168 Arc(dc, x, y, x+width+1, y+height+1, xstart, ystart, xend, yend);
1173 Chord(dc, x, y, x+width+1, y+height+1, xstart, ystart, xend, yend);
1175 Pie(dc, x, y, x+width+1, y+height+1, xstart, ystart, xend, yend);
1093 int xstart, ystart, xend, yend; local
/macosx-10.10/dtrace-147/libctf/
H A Dctf_open.c216 uint_t *xend = xp + fp->ctf_nsyms; local
232 for (; xp < xend; xp++, symp += sp->cts_entsize) {
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dusettest.cpp1474 UChar32 xend = DATA[i+3]; local
1480 set, xstart, xend);
1485 set, xstart, xend);
1499 set, xstart, xend);
1504 set, xstart, xend);
1512 set, xstart, xend);
1518 set, xstart, xend);

Completed in 245 milliseconds