/src/lib/libm/noieee_src/ |
n_exp__E.c | 114 double z,p,q,xp,xh,w; variable in typeref:typename:double 124 xh= x*half ; 125 w = xh-(q-xp) ; 127 c += x*((xh*w-(q-(p+xp)))/(one-w)+c);
|
/src/games/larn/ |
movem.c | 133 static int tmpitem, xl, xh, yl, yh; variable in typeref:typename:int 169 xh = tmp4 + 2; 172 vxy(&xh, &yh); 174 for (m = xl; m < xh; m++) { 202 xh = tmp4 + 1; 205 vxy(&xh, &yh); 209 for (m = xl; m < xh; m++) 231 xh = i + 2; 236 --xh; 244 for (k = xl; k < xh; k++ [all...] |
object.c | 906 static int xh, yh, yl, xl; variable in typeref:typename:int 963 xh = min(playerx + 25, MAXX); 967 for (j = xl; j < xh; j++) 970 draws(xl, xh, yl, yh);
|
monster.c | 292 int xl, xh, yl, yh; local in function:speldamage 363 xh = playerx + 16; 365 vxy(&xh, &yh); /* check bounds */ 367 for (j = xl; j <= xh; j++) 369 draws(xl, xh + 1, yl, yh + 1); 426 xh = min(playerx + 1, MAXX - 2); 428 for (i = max(playerx - 1, 1); i <= xh; i++) /* vaporize rock */
|
/src/sys/arch/luna68k/dev/ |
omrasops.c | 455 int xh, xl; local in function:om_putchar 489 xh = x >> 5; 493 dstcmn = (uint8_t *)ri->ri_bits + xh * 4 + y * OMFB_STRIDE;
|