Searched defs:Y (Results 1 – 11 of 11) sorted by relevance
/csrg-svn/games/phantasia/ |
H A D | macros.h | 7 #define CIRCLE(X, Y) floor(distance(X, 0.0, Y, 0.0) / 125.0 + 1) argument
|
/csrg-svn/usr.bin/struct/beautify/ |
H A D | beauty.y | 239 #define ASSERT(X,Y) if (!(X)) error("struct bug: assertion 'X' invalid in routine Y","",""); argument
|
/csrg-svn/games/sail/ |
H A D | pl_7.c | 321 #define Y (SLOT_Y/2) in draw_slot() macro
|
/csrg-svn/local/ditroff/ditroff.okeeffe/ideal/ |
H A D | opqpoly.c | 119 boolean X, Y, Z, W; local 501 boolean X, Y, Z, W; local
|
/csrg-svn/sys/netccitt/ |
H A D | hdlc.h | 120 #define Y 1 macro
|
/csrg-svn/usr.bin/netstat/ |
H A D | iso.c | 700 #define PERCENT(X,Y) (((Y)>0)?((100 *(float)(X)) / (float) (Y)):0) argument
|
/csrg-svn/usr.bin/pascal/src/ |
H A D | yy.h | 98 } Y, OY; variable
|
/csrg-svn/local/ditroff/ditroff.okeeffe/devnver/Tools/ |
H A D | prects.c | 224 int X, Y, Lmax; /* the offsets */ variable
|
/csrg-svn/usr.bin/systat/ |
H A D | vmstat.c | 318 #define Y(fld) {t = s.fld; s.fld -= s1.fld; if(state == TIME) s1.fld = t;} macro
|
/csrg-svn/contrib/gcc-2.3.3/config/ |
H A D | m68k.h | 1196 #define COPY_ONCE(Y) if (!copied) { Y = copy_rtx (Y); copied = ch = 1; } argument
|
/csrg-svn/contrib/gcc-2.3.3/ |
H A D | cccp.c | 127 #define MIN(X,Y) ((X) < (Y) ? (X) : (Y)) argument 128 #define MAX(X,Y) ((X) > (Y) ? (X) : (Y)) argument
|