| /src/external/gpl3/gcc.old/dist/libquadmath/math/ |
| sqrtq.c | 36 long double xl = (long double) x; local 37 if (xl <= LDBL_MAX && xl >= LDBL_MIN) 40 y = (__float128) sqrtl (xl);
|
| expq.c | 33 - n * ln(2)_1 + arg1[t1]_1 + arg2[t2]_1 + xl 42 - x + xl is whatever is left, |x + xl| < 2^-16 + 2^-53 48 * p (x + xl + n * ln(2)_1)) 137 __float128 x22, n, t, result, xl; local 150 xl = n * M_LN2_1; 160 xl -= __expq_table[T_EXPL_ARG1+2*tval1+1]; 170 xl -= __expq_table[T_EXPL_ARG2+2*tval2+1]; 172 x = x + xl;
|
| /src/sys/dev/xmi/ |
| xmi.c | 66 const struct xmi_list *xl; local 68 for (xl = &xmi_list[0]; xl->xl_nr; xl++) 69 if (xl->xl_nr == bus_space_read_2(xa->xa_iot, xa->xa_ioh, 0)) 73 if (xl->xl_nr == 0) 77 aprint_normal(xl->xl_name); 81 return xl->xl_havedriver ? UNCONF : UNSUPP;
|
| /src/external/gpl3/gcc/dist/libgcc/config/arm/ |
| ieee754-df.S | 44 #define xl r0 define 50 #define xl r1 define 102 teqeq xl, yl 104 COND(orr,s,ne) ip, r4, xl 111 @ corresponding arg in xh-xl, and positive exponent difference in r5. 118 eor yl, xl, yl 120 eor xl, yl, xl 122 eor yl, xl, yl 126 @ already in xh-xl. We need up to 54 bit to handle proper roundin [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/arm/ |
| ieee754-df.S | 44 #define xl r0 define 50 #define xl r1 define 102 teqeq xl, yl 104 COND(orr,s,ne) ip, r4, xl 111 @ corresponding arg in xh-xl, and positive exponent difference in r5. 118 eor yl, xl, yl 120 eor xl, yl, xl 122 eor yl, xl, yl 126 @ already in xh-xl. We need up to 54 bit to handle proper roundin [all...] |
| /src/external/lgpl3/gmp/dist/mpn/generic/ |
| mul_1.c | 69 mp_limb_t shifted_vl, ul, lpl, hpl, prev_hpl, xw, cl, xl; local 87 xl = xw & GMP_NUMB_MASK; 88 *rp++ = xl;
|
| addmul_1.c | 81 mp_limb_t shifted_v0, u0, r0, p0, p1, prev_p1, crec, xl, c1, c2, c3; local 98 ADDC_LIMB (c1, xl, prev_p1, p0); 99 ADDC_LIMB (c2, xl, xl, r0); 100 ADDC_LIMB (c3, xl, xl, crec); 102 *rp++ = xl; 117 mp_limb_t shifted_v0, u0, r0, p0, p1, prev_p1, xw, crec, xl; local 136 xl = xw & GMP_NUMB_MASK; 137 *rp++ = xl; [all...] |
| submul_1.c | 80 mp_limb_t shifted_v0, u0, r0, p0, p1, prev_p1, cl, xl, c1, c2, c3; local 97 SUBC_LIMB (c1, xl, r0, prev_p1); 98 SUBC_LIMB (c2, xl, xl, p0); 99 SUBC_LIMB (c3, xl, xl, cl); 101 *rp++ = xl; 116 mp_limb_t shifted_v0, u0, r0, p0, p1, prev_p1, xw, cl, xl; local 135 xl = xw & GMP_NUMB_MASK; 136 *rp++ = xl; [all...] |
| /src/external/gpl3/gcc/dist/libgcc/config/csky/ |
| lib1funcs.S | 33 #define xl r0 define 39 #define xl r1 define 436 mov r4, xl 471 or r13, xl, xh 496 or r13, xl, xh
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/csky/ |
| lib1funcs.S | 33 #define xl r0 define 39 #define xl r1 define 436 mov r4, xl 471 or r13, xl, xh 496 or r13, xl, xh
|
| /src/external/lgpl3/gmp/dist/mpn/cray/ieee/ |
| invert_limb.c | 83 mp_limb_t xh, xl; local 107 umul_ppmm (xh, xl, z2l, d); 114 umul_ppmm (xh, xl, d, zh); 115 xh += d; /* add_ssaaaa (xh, xl, xh, xl, d, 0); */ 118 add_ssaaaa (xh, xl, xh, xl, 0, d); 122 add_ssaaaa (xh, xl, xh, xl, 0, d);
|
| /src/games/hack/ |
| hack.save.c | 248 int xl; local 250 mread(fd, &xl, sizeof(xl)); 251 if (xl == -1) 253 otmp = newobj(xl); 258 mread(fd, otmp, (unsigned) xl + sizeof(struct obj)); 275 int xl; local 288 mread(fd, &xl, sizeof(xl)); 289 if (xl == -1 [all...] |
| hack.lev.c | 145 unsigned xl; local 150 xl = otmp->onamelth; 151 bwrite(fd, &xl, sizeof(int)); 152 bwrite(fd, otmp, xl + sizeof(struct obj)); 163 unsigned xl; local 171 xl = mtmp->mxlth + mtmp->mnamelth; 172 bwrite(fd, &xl, sizeof(int)); 173 bwrite(fd, mtmp, xl + sizeof(struct monst));
|
| /src/games/larn/ |
| movem.c | 133 static int tmpitem, xl, xh, yl, yh; variable 150 if ((xl = i + rnd(3) - 2) < 0) 151 xl = 0; 152 if (xl >= MAXX) 153 xl = MAXX - 1; 158 if ((tmp = item[xl][yl]) != OWALL) 159 if (mitem[xl][yl] == 0) 162 mmove(i, j, xl, yl); 167 xl = tmp3 - 2; 171 vxy(&xl, &yl) [all...] |
| object.c | 906 static int xh, yh, yl, xl; variable 965 xl = max(playerx - 25, 0); 967 for (j = xl; j < xh; j++) 970 draws(xl, xh, yl, yh);
|
| monster.c | 292 int xl, xh, yl, yh; local 362 xl = playerx - 15; 364 vxy(&xl, &yl); 367 for (j = xl; j <= xh; j++) 369 draws(xl, xh + 1, yl, yh + 1); 542 xl = playerx; 545 i = dirsub(&xl, &yl); /* get direction of sphere */ 546 newsphere(xl, yl, i, rnd(20) + 11); /* make a sphere */ 585 xl = item[i][j]; 586 if (xl && xl != OWALL && xl != OANNIHILATION) [all...] |
| /src/external/gpl3/gcc/dist/libquadmath/math/ |
| expq.c | 33 - n * ln(2)_1 + arg1[t1]_1 + arg2[t2]_1 + xl 42 - x + xl is whatever is left, |x + xl| < 2^-16 + 2^-53 48 * p (x + xl + n * ln(2)_1)) 137 __float128 x22, n, t, result, xl; local 150 xl = n * M_LN2_1; 160 xl -= __expq_table[T_EXPL_ARG1+2*tval1+1]; 170 xl -= __expq_table[T_EXPL_ARG2+2*tval2+1]; 172 x = x + xl;
|
| /src/external/gpl3/gcc/dist/libgcc/config/rs6000/ |
| ibm-ldouble.c | 124 double xh, xl, z, q, zz; local 138 xl = a - z + c + zz; 140 xl = c - z + a + zz; 155 xl = z - xh + zz; 157 return pack_ldouble (xh, xl); 179 double xh, xl, t, tau, u, v, w; local 204 xl = (t - u) + tau; 205 return pack_ldouble (xh, xl); 211 double xh, xl, s, sigma, t, tau, u, v, w; local 249 xl = (t - u) + tau [all...] |
| /src/external/gpl3/gcc/dist/libgcc/config/xtensa/ |
| ieee754-df.S | 28 #define xl a3 define 33 #define xl a2 define 71 or a7, a7, xl 77 mov xl, yl 81 or a7, a7, xl 143 add xl, xl, yl 145 bgeu xl, yl, 1f 170 add xl, xl, y [all...] |
| ieee754-sf.S | 28 #define xl a3 define 33 #define xl a2 define 643 0 xl * yl 645 1 xl * yh 1482 srl xl, xh 1488 neg xl, xl 1490 beqz xl, 1f 1495 movi xl, 0 1496 sll xl, x [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ |
| uint128_t.h | 138 const uint64_t xl = x & 0xffffffff; local 142 const uint64_t ll = xl * yl; 143 const uint64_t lh = xl * yh;
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/ |
| ibm-ldouble.c | 124 double xh, xl, z, q, zz; local 138 xl = a - z + c + zz; 140 xl = c - z + a + zz; 155 xl = z - xh + zz; 157 return pack_ldouble (xh, xl); 179 double xh, xl, t, tau, u, v, w; local 204 xl = (t - u) + tau; 205 return pack_ldouble (xh, xl); 211 double xh, xl, s, sigma, t, tau, u, v, w; local 249 xl = (t - u) + tau [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/xtensa/ |
| ieee754-df.S | 28 #define xl a3 define 33 #define xl a2 define 71 or a7, a7, xl 77 mov xl, yl 81 or a7, a7, xl 143 add xl, xl, yl 145 bgeu xl, yl, 1f 170 add xl, xl, y [all...] |
| ieee754-sf.S | 28 #define xl a3 define 33 #define xl a2 define 643 0 xl * yl 645 1 xl * yh 1482 srl xl, xh 1488 neg xl, xl 1490 beqz xl, 1f 1495 movi xl, 0 1496 sll xl, x [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/ |
| uint128_t.h | 138 const uint64_t xl = x & 0xffffffff; local 142 const uint64_t ll = xl * yl; 143 const uint64_t lh = xl * yh;
|