/ast/src/lib/libast/uwin/ |
H A D | mathimpl.h | 69 # define vc(name, value, x1,x2,x3,x4, bexp, xval) \ 70 const static long cat3(name,,x)[] = {cat3t(0x,x1,x2), cat3t(0x,x3,x4)}; 78 # define vc(name, value, x1,x2,x3,x4, bexp, xval) ;
|
H A D | rand48.c | 73 unsigned short x1 = x[1]; local 78 r += a[2]*x1; 82 r += a[1]*x1;
|
H A D | lgamma.c | 178 double z, p, x1; local 192 x1 = 1./x; 193 z = x1*x1; 197 p = p*x1; /* error < 2.3e-18 absolute */
|
/ast/src/lib/libtk/generic/ |
H A D | tkCanvImg.c | 209 char **argv; /* Array of coordinates: x1, y1, 346 * The fields x1, y1, x2, and y2 are updated in the header 366 imgPtr->header.x1 = imgPtr->header.x2 = x; 413 imgPtr->header.x1 = x; 461 Tk_RedrawImage(imgPtr->image, x - imgPtr->header.x1, y - imgPtr->header.y1, 493 double x1, x2, y1, y2, xDiff, yDiff; 495 x1 = imgPtr->header.x1; 504 if (coordPtr[0] < x1) { 505 xDiff = x1 486 double x1, x2, y1, y2, xDiff, yDiff; local [all...] |
H A D | tkCanvBmap.c | 213 char **argv; /* Array of coordinates: x1, y1, 359 * The fields x1, y1, x2, and y2 are updated in the header 379 bmapPtr->header.x1 = bmapPtr->header.x2 = x; 427 bmapPtr->header.x1 = x; 473 if (x > bmapPtr->header.x1) { 474 bmapX = x - bmapPtr->header.x1; 479 bmapWidth = x + width - bmapPtr->header.x1; 481 bmapWidth = bmapPtr->header.x2 - bmapPtr->header.x1; 496 (double) (bmapPtr->header.x1 + bmapX), 543 double x1, x 536 double x1, x2, y1, y2, xDiff, yDiff; local [all...] |
H A D | tkRectOval.c | 26 * or oval (x1, y1, x2, y2). Item includes 27 * x1 and x2 but not y1 and y2. */ 181 itemPtr->typePtr->name, " x1 y1 x2 y2 ?options?\"", 248 char **argv; /* Array of coordinates: x1, y1, 427 * The fields x1, y1, x2, and y2 are updated in the header 467 * Special note: the rectangle is always drawn at least 1x1 in 474 rectOvalPtr->header.x1 = tmp - bloat; 522 short x1, y1, x2, y2; 531 &x1, &y1); 534 if (x2 <= x1) { 516 short x1, y1, x2, y2; local 600 double xDiff, yDiff, x1, y1, x2, y2, inc, tmp; local [all...] |
H A D | tkCanvWind.c | 233 char **argv; /* Array of coordinates: x1, y1, 408 * The fields x1, y1, x2, and y2 are updated in the header 426 winItemPtr->header.x1 = winItemPtr->header.x2 = x; 491 winItemPtr->header.x1 = x; 543 Tk_CanvasWindowCoords(canvas, (double) winItemPtr->header.x1, 545 width = winItemPtr->header.x2 - winItemPtr->header.x1; 594 double x1, x2, y1, y2, xDiff, yDiff; 596 x1 = winItemPtr->header.x1; 605 if (pointPtr[0] < x1) { 587 double x1, x2, y1, y2, xDiff, yDiff; local [all...] |
H A D | tkCanvArc.c | 24 double bbox[4]; /* Coordinates (x1, y1, x2, y2) of bounding 130 static int HorizLineToArc _ANSI_ARGS_((double x1, double x2, 214 itemPtr->typePtr->name, " x1 y1 x2 y2 ?options?\"", 295 char **argv; /* Array of coordinates: x1, y1, 505 * The fields x1, y1, x2, and y2 are updated in the header 546 arcPtr->header.x1 = arcPtr->header.x2 = arcPtr->center1[0]; 602 arcPtr->header.x1 -= tmp; 638 short x1, y1, x2, y2; 647 &x1, &y1); 650 if (x2 <= x1) { 632 short x1, y1, x2, y2; local [all...] |
H A D | tkCanvas.c | 420 int x1 = 0, y1 = 0, x2 = 0, y2 = 0; /* Initializations needed 434 if ((itemPtr->x1 >= itemPtr->x2) 439 x1 = itemPtr->x1; 445 if (itemPtr->x1 < x1) { 446 x1 = itemPtr->x1; 461 sprintf(interp->result, "%d %d %d %d", x1, y1, x2, y2); 637 itemPtr->x1, itemPt 418 int x1 = 0, y1 = 0, x2 = 0, y2 = 0; /* Initializations needed local 2449 int x1, y1, x2, y2; local 2625 int x1, y1, x2, y2; local 3084 int x1, y1, x2, y2; local [all...] |
H A D | tkCanvText.c | 37 int x1, y1; /* Upper-left pixel that is part of text member in struct:TextLine 295 char **argv; /* Array of coordinates: x1, y1, 503 * The fields x1, y1, x2, and y2 are updated in the header 660 linePtr->x1 = linePtr->x + maxBoundsPtr->lbearing; 674 textPtr->header.x1 = textPtr->header.x2 = leftX; 679 if (linePtr->x1 < textPtr->header.x1) { 680 textPtr->header.x1 = linePtr->x1; 691 textPtr->header.x1 [all...] |
H A D | tk3d.c | 322 int bottom, halfway, x1, x2, x1Delta, x2Delta; 362 x1 = x; 364 x1 += height; 385 * rectangles) x1 can be >= x2. Don't draw the lines 389 if (x1 < x2) { 391 (y < halfway) ? topGC : bottomGC, x1, y, 392 (unsigned) (x2-x1), (unsigned) 1); 394 x1 += x1Delta; 1168 * equations of the form y = (x-x1)*(y2-y1)/(x2-x1) 319 int bottom, halfway, x1, x2, x1Delta, x2Delta; local [all...] |
H A D | tkPlace.c | 717 double x1, y1, x2, y2; 749 x1 = slavePtr->x + masterBW + (slavePtr->relX*masterWidth); 750 x = x1 + ((x1 > 0) ? 0.5 : -0.5); 767 x2 = x1 + (slavePtr->relWidth*masterWidth); 711 double x1, y1, x2, y2; local
|
H A D | tkCanvPoly.c | 176 " x1 y1 x2 y2 x3 y3 ?x4 y4 ...? ?options?\"", (char *) NULL); 250 char **argv; /* Array of coordinates: x1, y1, 466 * The fields x1, y1, x2, and y2 are updated in the header 482 polyPtr->header.x1 = polyPtr->header.x2 = *coordPtr; 497 polyPtr->header.x1 -= i; 527 * x1, y1, x2, y2, .... */ 756 * (x1, y1, x2, y2) describing rectangular
|
/ast/src/cmd/bzip/ |
H A D | bzip2recover.c | 168 bs->buffer = bit & 0x1; 170 bs->buffer = ( (bs->buffer << 1) | (bit & 0x1) ); 184 return ( ((bs->buffer) >> (bs->buffLive)) & 0x1 ); 193 return ( ((bs->buffer) >> 7) & 0x1 ); 227 bsPutBit ( bs, (((UInt32) c) >> i) & 0x1 ); 237 bsPutBit ( bs, (c >> i) & 0x1 );
|
/ast/src/lib/libast/comp/ |
H A D | fmtmsg.h | 63 #define MM_HALT 0x1 /* severe fault */
|
H A D | fmtmsglib.c | 39 #define INIT_VERB 0x1
|
/ast/src/cmd/ksh93/include/ |
H A D | argnod.h | 114 #define ARG_RAW 0x1 /* string needs no processing */
|
H A D | edit.h | 261 #define HIST_EVENT 0x1 /* event designator seen */
|
H A D | shell.h | 103 #define SH_BEGIN_OPTIM 0x1
|
H A D | nval.h | 163 #define NV_RDONLY 0x1 /* readonly bit */
|
/ast/src/lib/libtk/library/demos/ |
H A D | arrow.tcl | 32 eval "$c create line $v(x1) $v(y) $v(x2) $v(y) -width [expr 10*$v(width)] \ 49 eval "$c create rect [expr $v(x1)-5] [expr $v(y)-5*$v(width)-5] \ 50 [expr $v(x1)+5] [expr $v(y)-5*$v(width)+5] $v(boxStyle) \ 80 set tmp [expr $v(x1)-10] 84 $c create text [expr $v(x1)-15] $v(y) -text $v(width) -anchor e 96 $c create text $v(x1) 310 -text "-width $v(width)" \ 98 $c create text $v(x1) 330 -text "-arrowshape {$v(a) $v(b) $v(c)}" \ 130 set demo_arrowInfo(x1) 40
|
/ast/src/lib/libast/include/ |
H A D | proc.h | 59 #define PROC_FD_CHILD 0x1
|
/ast/src/lib/libcmd/ |
H A D | pathchk.c | 80 #define COMPONENTS 0x1
|
/ast/src/cmd/ksh93/tests/ |
H A D | types.sh | 540 z_t x1 541 x1.ce[3][4]=45 544 c.x2[9]=x1
|
/ast/src/lib/libtk/library/ |
H A D | tkfbox.tcl | 329 set x1 [lindex $bbox 0] 331 incr x1 -[expr $pad * 2] 347 if {[expr $x1 - $dispX] < 0} { 348 set dispX $x1
|