HomeSort by: relevance | last modified time | path
    Searched defs:yl (Results 1 - 17 of 17) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/config/arm/
ieee754-df.S 46 #define yl r2 define
52 #define yl r3 define
102 teqeq xl, yl
105 COND(orr,s,ne) ip, r5, yl
118 eor yl, xl, yl
120 eor xl, yl, xl
122 eor yl, xl, yl
151 negs yl, y
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/arm/
ieee754-df.S 46 #define yl r2 define
52 #define yl r3 define
102 teqeq xl, yl
105 COND(orr,s,ne) ip, r5, yl
118 eor yl, xl, yl
120 eor xl, yl, xl
122 eor yl, xl, yl
151 negs yl, y
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/config/csky/
lib1funcs.S 35 #define yl r2 define
41 #define yl r3 define
447 mov r4,yl
481 or r13, yl, yh
504 or r13, yl, yh
  /src/external/gpl3/gcc.old/dist/libgcc/config/csky/
lib1funcs.S 35 #define yl r2 define
41 #define yl r3 define
447 mov r4,yl
481 or r13, yl, yh
504 or r13, yl, yh
  /src/external/lgpl3/gmp/dist/mpn/generic/
add_err1_n.c 58 mp_limb_t el, eh, ul, vl, yl, zl, rl, sl, cy1, cy2; local
74 yl = *yp--;
85 zl = (-cy) & yl;
sub_err1_n.c 58 mp_limb_t el, eh, ul, vl, yl, zl, rl, sl, cy1, cy2; local
74 yl = *yp--;
85 zl = (-cy) & yl;
  /src/games/larn/
movem.c 133 static int tmpitem, xl, xh, yl, yh; variable
154 if ((yl = j + rnd(3) - 2) < 0)
155 yl = 0;
156 if (yl >= MAXY)
157 yl = MAXY - 1;
158 if ((tmp = item[xl][yl]) != OWALL)
159 if (mitem[xl][yl] == 0)
162 mmove(i, j, xl, yl);
168 yl = tmp1 - 2;
171 vxy(&xl, &yl);
    [all...]
object.c 906 static int xh, yh, yl, xl; variable
964 yl = max(playery - 7, 0);
966 for (i = yl; i < yh; i++)
970 draws(xl, xh, yl, yh);
monster.c 292 int xl, xh, yl, yh; local
360 yl = playery - 5; /* enlightenment */
364 vxy(&xl, &yl);
366 for (i = yl; i <= yh; i++) /* enlightenment */
369 draws(xl, xh + 1, yl, yh + 1);
543 yl = playery;
545 i = dirsub(&xl, &yl); /* get direction of sphere */
546 newsphere(xl, yl, i, rnd(20) + 11); /* make a sphere */
  /src/external/gpl3/gcc/dist/libgcc/config/xtensa/
ieee754-df.S 30 #define yl a5 define
35 #define yl a4 define
77 mov xl, yl
133 /* Shift yh/yl right by the exponent difference. Any bits that are
134 shifted out of yl are saved in a9 for rounding the result. */
137 src a9, yl, a9
138 src yl, yh, yl
143 add xl, xl, yl
145 bgeu xl, yl, 1
    [all...]
ieee754-sf.S 30 #define yl a5 define
35 #define yl a4 define
643 0 xl * yl
646 2 xh * yl
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
uint128_t.h 140 const uint64_t yl = y & 0xffffffff; local
142 const uint64_t ll = xl * yl;
144 const uint64_t hl = xh * yl;
  /src/external/gpl3/gcc.old/dist/libgcc/config/xtensa/
ieee754-df.S 30 #define yl a5 define
35 #define yl a4 define
77 mov xl, yl
133 /* Shift yh/yl right by the exponent difference. Any bits that are
134 shifted out of yl are saved in a9 for rounding the result. */
137 src a9, yl, a9
138 src yl, yh, yl
143 add xl, xl, yl
145 bgeu xl, yl, 1
    [all...]
ieee754-sf.S 30 #define yl a5 define
35 #define yl a4 define
643 0 xl * yl
646 2 xh * yl
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
uint128_t.h 140 const uint64_t yl = y & 0xffffffff; local
142 const uint64_t ll = xl * yl;
144 const uint64_t hl = xh * yl;
  /src/sys/arch/x68k/stand/libiocs/
iocs.h 57 short yl; member in struct:iocs_fntbuf
  /src/external/gpl3/gcc.old/dist/gcc/
wide-int.h 1949 unsigned HOST_WIDE_INT yl = yi.to_uhwi (); local
1950 return xl < yl;
2065 HOST_WIDE_INT yl = yi.to_shwi (); local
2066 return xl < yl ? -1 : xl > yl;
2101 unsigned HOST_WIDE_INT yl = yi.val[0]; local
2102 return xl < yl ? -1 : xl > yl;
2111 unsigned HOST_WIDE_INT yl = yi.to_uhwi (); local
2112 return xl < yl ? -1 : xl > yl
2120 unsigned HOST_WIDE_INT yl = yi.to_uhwi (); local
2447 unsigned HOST_WIDE_INT yl = yi.ulow (); local
2474 unsigned HOST_WIDE_INT yl = yi.ulow (); local
2533 unsigned HOST_WIDE_INT yl = yi.ulow (); local
2560 unsigned HOST_WIDE_INT yl = yi.ulow (); local
    [all...]

Completed in 42 milliseconds