| /src/external/gpl3/gcc/dist/libgcc/config/xtensa/ |
| ieee754-df.S | 29 #define yh a4 define 34 #define yh a5 define 68 bnall yh, a6, .Ladd_return_nan_or_inf 76 mov xh, yh 93 xor yh, yh, a7 104 xor a7, xh, yh 110 ball yh, a6, .Ladd_ynan_or_inf 116 extui a8, yh, 20, 12 121 bnone yh, a6, .Ladd_yexpzer [all...] |
| ieee754-sf.S | 29 #define yh a4 define 34 #define yh a5 define 645 1 xl * yh 648 3 xh * yh
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/xtensa/ |
| ieee754-df.S | 29 #define yh a4 define 34 #define yh a5 define 68 bnall yh, a6, .Ladd_return_nan_or_inf 76 mov xh, yh 93 xor yh, yh, a7 104 xor a7, xh, yh 110 ball yh, a6, .Ladd_ynan_or_inf 116 extui a8, yh, 20, 12 121 bnone yh, a6, .Ladd_yexpzer [all...] |
| ieee754-sf.S | 29 #define yh a4 define 34 #define yh a5 define 645 1 xl * yh 648 3 xh * yh
|
| /src/external/gpl3/gcc/dist/libgcc/config/arm/ |
| ieee754-df.S | 47 #define yh r3 define 51 #define yh r2 define 83 eor yh, yh, #0x80000000 @ flip sign bit of second arg 99 shift1 lsl, r5, yh, #1 119 eor yh, xh, yh 121 eor xh, yh, xh 123 eor yh, xh, yh [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/arm/ |
| ieee754-df.S | 47 #define yh r3 define 51 #define yh r2 define 83 eor yh, yh, #0x80000000 @ flip sign bit of second arg 99 shift1 lsl, r5, yh, #1 119 eor yh, xh, yh 121 eor xh, yh, xh 123 eor yh, xh, yh [all...] |
| /src/games/larn/ |
| movem.c | 133 static int tmpitem, xl, xh, yl, yh; variable 170 yh = tmp2 + 2; 172 vxy(&xh, &yh); 173 for (k = yl; k < yh; k++) 203 yh = tmp2 + 1; 205 vxy(&xh, &yh); 208 for (k = yl; k < yh; k++) 232 yh = j + 2; 240 --yh; 245 for (m = yl; m < yh; m++) { /* for each square comput [all...] |
| monster.c | 292 int xl, xh, yl, yh; local 361 yh = playery + 6; 365 vxy(&xh, &yh); /* check bounds */ 366 for (i = yl; i <= yh; i++) /* enlightenment */ 369 draws(xl, xh + 1, yl, yh + 1); 427 yh = min(playery + 1, MAXY - 2); 429 for (j = max(playery - 1, 1); j <= yh; j++) {
|
| object.c | 906 static int xh, yh, yl, xl; variable 962 yh = min(playery + 7, MAXY); 966 for (i = yl; i < yh; i++) 970 draws(xl, xh, yl, yh);
|
| /src/external/gpl3/gcc/dist/libgcc/config/csky/ |
| lib1funcs.S | 36 #define yh r3 define 40 #define yh r2 define 442 lsli r4, yh, 1 448 lsli r5, yh, 12 475 lsli r13, yh, 1 480 lsli yh, yh, 12 481 or r13, yl, yh 499 lsli r13, yh, 1 503 lsli yh, yh, 1 [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/csky/ |
| lib1funcs.S | 36 #define yh r3 define 40 #define yh r2 define 442 lsli r4, yh, 1 448 lsli r5, yh, 12 475 lsli r13, yh, 1 480 lsli yh, yh, 12 481 or r13, yl, yh 499 lsli r13, yh, 1 503 lsli yh, yh, 1 [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ |
| uint128_t.h | 141 const uint64_t yh = y >> 32; local 143 const uint64_t lh = xl * yh; 145 const uint64_t hh = xh * yh;
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/ |
| uint128_t.h | 141 const uint64_t yh = y >> 32; local 143 const uint64_t lh = xl * yh; 145 const uint64_t hh = xh * yh;
|
| /src/sys/arch/hpcsh/dev/hd64461/ |
| hd64461video.c | 649 int xw, yh, width, bpp, adr; local 655 yh = h - 1; 675 yh & HD64461_LCDBBTDHR_MASK); 695 int xw, yh, width, bpp, condition_a, adr; local 699 yh = h - 1; 708 adr = (width * (ys + yh)) + (xs + xw); 721 adr = (width * (yd + yh)) + (xd + xw); 738 yh & HD64461_LCDBBTDHR_MASK); 762 int xw, yh, width, bpp, adr; local 768 yh = h - 1 [all...] |
| /src/external/gpl3/gcc/dist/libgcc/soft-fp/ |
| op-2.h | 175 # define __FP_FRAC_ADD_2(rh, rl, xh, xl, yh, yl) \ 176 (rh = xh + yh + ((rl = xl + yl) < xl)) 179 # define __FP_FRAC_SUB_2(rh, rl, xh, xl, yh, yl) \ 180 (rh = xh - yh - ((rl = xl - yl) > xl)) 183 # define __FP_FRAC_DEC_2(xh, xl, yh, yl) \ 187 xh -= yh + ((xl -= yl) > __FP_FRAC_DEC_2_t); \ 201 # define __FP_FRAC_DEC_2(xh, xl, yh, yl) \ 202 sub_ddmmss (xh, xl, xh, xl, yh, yl)
|
| /src/external/gpl3/gcc.old/dist/libgcc/soft-fp/ |
| op-2.h | 179 # define __FP_FRAC_ADD_2(rh, rl, xh, xl, yh, yl) \ 180 (rh = xh + yh + ((rl = xl + yl) < xl)) 183 # define __FP_FRAC_SUB_2(rh, rl, xh, xl, yh, yl) \ 184 (rh = xh - yh - ((rl = xl - yl) > xl)) 187 # define __FP_FRAC_DEC_2(xh, xl, yh, yl) \ 191 xh -= yh + ((xl -= yl) > __FP_FRAC_DEC_2_t); \ 205 # define __FP_FRAC_DEC_2(xh, xl, yh, yl) \ 206 sub_ddmmss (xh, xl, xh, xl, yh, yl)
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/internal/math/ |
| gammafunction.d | 766 real a, b, y0, d, y, x, x0, x1, lgm, yp, di, dithresh, yl, yh, xt; 779 yh = 1.0L; 877 di = (y0 - y)/(yh - yl); 900 yh = 1.0; 912 yh = y; 923 di = (y - y0)/(yh - yl); 960 else if ( y > yh ) 963 y = yh; 973 yh = y; 1475 real x0, x1, x, yl, yh, y, d, lgm, dithresh [all...] |
| /src/external/bsd/ntp/dist/ntpd/ |
| keyword-gen.c | 734 FILE * yh; local 739 yh = fopen(header_file, "r"); 740 if (NULL == yh) { 745 while (NULL != fgets(line, sizeof(line), yh)) 759 fclose(yh);
|
| /src/games/hack/ |
| hack.mklev.c | 379 finddpos(int xl, int yl, int xh, int yh) 385 y = (yl == yh) ? yl : (yl + rn2(yh - yl + 1)); 390 for (y = yl; y <= yh; y++) 395 for (y = yl; y <= yh; y++) 400 y = yh;
|
| /src/external/gpl3/gcc/dist/libgcc/config/nds32/ |
| lib1asmsrc-mculib.S | 5073 nor $r0, P2H, P2H ! if(|a|<|b|),return (~yh) 5082 ori $r0, P2H, 1 ! return (yh|1)
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/nds32/ |
| lib1asmsrc-mculib.S | 5073 nor $r0, P2H, P2H ! if(|a|<|b|),return (~yh) 5082 ori $r0, P2H, 1 ! return (yh|1)
|