HomeSort by relevance Sort by last modified time
    Searched defs:x1 (Results 1 - 25 of 74) sorted by null

1 2 3

  /webstack/webstack/branches/CoolStack12Rtm/src/perl-5.8.8/t/op/
subst_amp.t 75 sub x1 {'x'} subroutine
87 $a =~ s/\Ga(?{push @res, $_, $`})/x1/ge;
101 $a =~ s/\Ga(?{push @res, $_, $`})/x1/e;
  /webstack/webstack/trunk/src/perl-5.8.8/t/op/
subst_amp.t 75 sub x1 {'x'} subroutine
87 $a =~ s/\Ga(?{push @res, $_, $`})/x1/ge;
101 $a =~ s/\Ga(?{push @res, $_, $`})/x1/e;
  /webstack/webstack/branches/CoolStack12Rtm/src/gmp-4.2.1/mpn/generic/
sqr_basecase.c 150 mp_limb_t x0, x1; local
185 x1 = rp[i + 1];
186 rp[i + 1] = (-x1 - (x0 != 0)) & GMP_NUMB_MASK;
187 __GMPN_SUB_1 (cy, rp + i + 2, rp + i + 2, 2, (x1 | x0) != 0);
195 mp_limb_t x0, x1; local
231 x1 = rp[i + 1];
232 rp[i + 1] = (-x1 - (x0 != 0)) & GMP_NUMB_MASK;
235 __GMPN_SUB_1 (cy, rp + i + 2, rp + i + 2, 2, (x1 | x0) != 0);
238 mpn_decr_u (rp + i + 2, (x1 | x0) != 0);
  /webstack/webstack/trunk/src/gmp-4.2.1/mpn/generic/
sqr_basecase.c 150 mp_limb_t x0, x1; local
185 x1 = rp[i + 1];
186 rp[i + 1] = (-x1 - (x0 != 0)) & GMP_NUMB_MASK;
187 __GMPN_SUB_1 (cy, rp + i + 2, rp + i + 2, 2, (x1 | x0) != 0);
195 mp_limb_t x0, x1; local
231 x1 = rp[i + 1];
232 rp[i + 1] = (-x1 - (x0 != 0)) & GMP_NUMB_MASK;
235 __GMPN_SUB_1 (cy, rp + i + 2, rp + i + 2, 2, (x1 | x0) != 0);
238 mpn_decr_u (rp + i + 2, (x1 | x0) != 0);
  /webstack/webstack/branches/CoolStack12Rtm/src/ncurses-5.5/ncurses/base/
lib_getstr.c 57 int x1 = win->_curx; local
63 || (win->_cury == y1 && win->_curx < x1))
  /webstack/webstack/trunk/src/ncurses-5.5/ncurses/base/
lib_getstr.c 57 int x1 = win->_curx; local
63 || (win->_cury == y1 && win->_curx < x1))
  /webstack/webstack/branches/CoolStack12Rtm/src/freetype-2.2.1/src/autofit/
afwarp.h 36 FT_Int X1, X2;
37 FT_Pos x1, x2; member in struct:AF_WarperRec_
  /webstack/webstack/branches/CoolStack12Rtm/src/gd-2.0.33/
gddemo.c 167 int x1 = rand () % gdImageSX (im_out); local
172 gdImageLine (im_out, x1, y1, x2, y2, gdAntiAliased);
  /webstack/webstack/branches/CoolStack12Rtm/src/ncurses-5.5/ncurses/widechar/
lib_get_wstr.c 68 int x1 = win->_curx; local
77 || (win->_cury == y1 && win->_curx < x1))
  /webstack/webstack/trunk/src/freetype-2.2.1/src/autofit/
afwarp.h 36 FT_Int X1, X2;
37 FT_Pos x1, x2; member in struct:AF_WarperRec_
  /webstack/webstack/trunk/src/gd-2.0.33/
gddemo.c 167 int x1 = rand () % gdImageSX (im_out); local
172 gdImageLine (im_out, x1, y1, x2, y2, gdAntiAliased);
  /webstack/webstack/trunk/src/ncurses-5.5/ncurses/widechar/
lib_get_wstr.c 68 int x1 = win->_curx; local
77 || (win->_cury == y1 && win->_curx < x1))
  /webstack/webstack/branches/CoolStack12Rtm/src/gmp-4.2.1/demos/
factorize.c 141 mpz_t x, x1, y, P; local
160 mpz_init_set_si (x1, 2);
177 mpz_sub (t1, x1, x); mpz_mul (t2, P, t1); mpz_mod (P, t2, n);
196 mpz_set (x1, x);
224 mpz_sub (t1, x1, y); mpz_gcd (g, t1, n);
254 mpz_mod (x1, x1, n);
270 mpz_clear (x1);
  /webstack/webstack/trunk/src/gmp-4.2.1/demos/
factorize.c 141 mpz_t x, x1, y, P; local
160 mpz_init_set_si (x1, 2);
177 mpz_sub (t1, x1, x); mpz_mul (t2, P, t1); mpz_mod (P, t2, n);
196 mpz_set (x1, x);
224 mpz_sub (t1, x1, y); mpz_gcd (g, t1, n);
254 mpz_mod (x1, x1, n);
270 mpz_clear (x1);
  /webstack/guitools/usr/src/cmd/webstackui/java/org/opensolaris/webstack/settings/options/
HyperLinkButton.java 202 int x1 = iconWidth; local
206 g.drawLine(x1, y1, x2, y1);
  /webstack/webstack/branches/CoolStack12Rtm/src/mysql-5.0.45/libmysqld/
item_geofunc.cc 433 double x1, y1, x2, y2; local
441 float8get(x1, data);
451 if ((x1 != x2) || (y1 != y2) ||
  /webstack/webstack/branches/CoolStack12Rtm/src/mysql-5.0.45/sql/
item_geofunc.cc 433 double x1, y1, x2, y2; local
441 float8get(x1, data);
451 if ((x1 != x2) || (y1 != y2) ||
  /webstack/webstack/branches/CoolStack12Rtm/src/ncurses-5.5/test/
newdemo.c 166 int x1, y1, xd1, yd1; local
172 x1 = 2 + rand() % (w - 4);
189 x1 = bounce(x1, &xd1, w);
197 mvwaddch(win, y1, x1, 'O');
testcurs.c 158 int x1 = getmaxx(win); local
163 save = mvwinch(win, y0, x1 - 1);
169 mvwaddch(win, y0, x1 - 1, save);
worm.c 392 int x1, y1; local
393 x1 = w->xpos[h];
396 && x1 < COLS
397 && --ref[y1][x1] == 0) {
398 move(y1, x1);
  /webstack/webstack/trunk/src/mysql-5.0.33.32bit/sql/
item_geofunc.cc 437 double x1, y1, x2, y2; local
445 float8get(x1, data);
455 if ((x1 != x2) || (y1 != y2) ||
  /webstack/webstack/trunk/src/mysql-5.0.33.64bit/sql/
item_geofunc.cc 437 double x1, y1, x2, y2; local
445 float8get(x1, data);
455 if ((x1 != x2) || (y1 != y2) ||
  /webstack/webstack/trunk/src/mysql-5.0.45/libmysqld/
item_geofunc.cc 433 double x1, y1, x2, y2; local
441 float8get(x1, data);
451 if ((x1 != x2) || (y1 != y2) ||
  /webstack/webstack/trunk/src/mysql-5.0.45/sql/
item_geofunc.cc 433 double x1, y1, x2, y2; local
441 float8get(x1, data);
451 if ((x1 != x2) || (y1 != y2) ||
  /webstack/webstack/trunk/src/ncurses-5.5/test/
newdemo.c 166 int x1, y1, xd1, yd1; local
172 x1 = 2 + rand() % (w - 4);
189 x1 = bounce(x1, &xd1, w);
197 mvwaddch(win, y1, x1, 'O');

Completed in 6589 milliseconds

1 2 3